AT32: USB_CDC: gdb scripts

This commit is contained in:
Andrey Gusakov 2023-10-27 11:49:20 +03:00
parent 9ac21ccdd9
commit 155eb66585
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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 $*