domotic/heaptrace-gdbinit
2024-10-25 21:38:47 +02:00

18 lines
248 B
Plaintext

set pagination off
target remote :3333
mon reset halt
flushregs
tb heap_trace_start
commands
mon esp sysview start file://c:/marc/Projects/IDF/rgb_lcd/trace/htrace_1729789901521.svdat
c
end
tb heap_trace_stop
commands
mon esp sysview stop
end
c