esp-idf/examples/system/sysview_tracing/gdbinit

16 lines
318 B
Plaintext
Raw Normal View History

2020-04-17 05:51:00 -04:00
set pagination off
target remote :3333
mon reset halt
flushregs
b app_main
commands
2020-03-16 12:06:47 -04:00
mon esp sysview start file:///tmp/sysview_example.svdat
# For dual-core mode uncomment the line below and comment the line above
2020-03-16 12:06:47 -04:00
# mon esp sysview start file:///tmp/sysview_example0.svdat file:///tmp/sysview_example1.svdat
c
end
c