AT32: USB_CDC: gdb scripts
This commit is contained in:
parent
9ac21ccdd9
commit
155eb66585
|
@ -0,0 +1,6 @@
|
|||
target extended-remote localhost:3333
|
||||
file build/ch.elf
|
||||
load
|
||||
set breakpoint auto-hw on
|
||||
set remote hardware-breakpoint-limit 8
|
||||
set remote hardware-watchpoint-limit 4
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
#../../toolchain/gcc-arm-none-eabi-8-2018-q4-major/bin/arm-none-eabi-gdb $*
|
||||
#../../toolchain/gcc-arm-none-eabi-9-2019-q4-major/bin/arm-none-eabi-gdb $*
|
||||
|
||||
arm-none-eabi-gdb $*
|
Loading…
Reference in New Issue