OVMS3-idf/examples/system/sysview_tracing/gdbinit
2020-05-05 11:08:33 +02:00

17 lines
319 B
Plaintext

set pagination off
target remote :3333
mon reset halt
flushregs
b app_main
commands
mon esp sysview start file:///tmp/sysview_example.svdat
# For dual-core mode uncomment the line below and comment the line above
# mon esp sysview start file:///tmp/sysview_example0.svdat file:///tmp/sysview_example1.svdat
c
end
c