tnetplug/openocd.gdb

10 lines
127 B
Plaintext
Raw Permalink Normal View History

2019-03-08 06:20:38 +08:00
target remote :3333
# print demangled symbols by default
set print asm-demangle on
monitor arm semihosting enable
load
step