Logo
Explore Help
Sign In
espressif/esp-idf
1
0
Fork 1
You've already forked esp-idf
mirror of https://github.com/espressif/esp-idf.git synced 2025-10-29 14:11:42 +01:00
Code Issues Packages Projects Releases Wiki Activity
Files
adc49dfed747b51a715817fa1d749e79f81a513c
esp-idf/tools/esp_app_trace/test/sysview/gdbinit

20 lines
267 B
Plaintext
Raw Normal View History

sys_view: Adds processing scripts for heap & log traces
2018-12-12 20:38:23 +03:00
target remote :3333
mon reset halt
fix: Replace deprecated flushregs alias with full gdb command Usage of `flushregs` in gdb will result in the following warning: ``` Warning: 'flushregs', an alias for the command 'maintenance flush register-cache', is deprecated. Use 'maintenance flush register-cache'. ``` This patch updates to use the recommend command. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com> Merges https://github.com/espressif/esp-idf/pull/11535
2023-05-29 17:43:21 -04:00
maintenance flush register-cache
sys_view: Adds processing scripts for heap & log traces
2018-12-12 20:38:23 +03:00
b heap_trace_start
commands
clear heap_trace_start
mon esp32 sysview start file://cpu0.svdat file://cpu1.svdat
c
end
b heap_trace_stop
commands
clear heap_trace_stop
mon esp32 sysview stop
end
c
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 5136ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API