OVMS3-idf/examples/system/sysview_tracing_heap_log/gdbinit

19 lines
207 B
Plaintext
Raw Normal View History

2020-04-17 09:51:00 +00:00
set pagination off
target remote :3333
mon reset halt
flushregs
tb heap_trace_start
commands
2020-03-16 16:06:47 +00:00
mon esp sysview start file:///tmp/heap_log.svdat
c
end
tb heap_trace_stop
commands
2020-03-16 16:06:47 +00:00
mon esp sysview stop
end
c