reference/gdbinit

10 lines
179 B
Plaintext
Raw Permalink Normal View History

2019-10-09 11:45:38 +00:00
target remote | openocd -c "gdb_port pipe; log_output openocd.log" -f board/ti_cc3200_launchxl.cfg
load
set $sp = g_pfnVectors[0]
set $pc = g_pfnVectors[1]
break main
continue