move to cargo-generate; start with QEMU
This commit is contained in:
12
openocd.gdb
Normal file
12
openocd.gdb
Normal file
@@ -0,0 +1,12 @@
|
||||
target remote :3333
|
||||
|
||||
# print demangled symbols
|
||||
set print asm-demangle on
|
||||
|
||||
# detect unhandled exceptions and hard faults
|
||||
break DefaultHandler
|
||||
break UserHardFault
|
||||
|
||||
monitor arm semihosting enable
|
||||
|
||||
load
|
||||
Reference in New Issue
Block a user