Fork of Tangara with customizations
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
tangara-fw/tools/gdbinit.heaptrace

18 строки
225 B

target extended-remote :3333
mon reset halt
flushregs
tb heap_trace_start
commands
mon esp sysview start file:///tmp/pro-heap.svdat file:///tmp/app-heap.svdat
c
end
tb heap_trace_stop
commands
mon esp sysview stop
end
c