esp-idf/components/espcoredump
Alexey Lapshin a5a4543faf tools: add GDB version '11.2_20220823' as a tool
GDB now is standalone tool separated from toolchain due to frequent updates.

Added installation tests for the new tool.

Coredump tests are changed because they were wrong, see explanation:
esp32 objdump:
    40084290 <esp_crosscore_int_send_yield>:
    ......
    /builds/espressif/esp-idf/components/esp_system/crosscore_int.c:145
    4008429c:    000090            retw

With previous GDB backtrace was:
    #0  0x4008429c in esp_crosscore_int_send_yield (core_id=0) at /builds/espressif/esp-idf/components/esp_system/crosscore_int.c:144

This commit fixes the backtrace with the right line number:
    #0  0x4008429c in esp_crosscore_int_send_yield (core_id=0) at /builds/espressif/esp-idf/components/esp_system/crosscore_int.c:145

Other tests changes have the same cause of fixing.

Closes https://github.com/espressif/esp-idf/issues/6334
2022-10-10 18:43:27 +04:00
..
corefile esp_hw_support: update esp32s3 chip ID to the MP version 2021-09-13 15:16:45 +02:00
include coredump: Parse backtrace info for RISCV 2021-05-17 11:43:25 +05:30
include_core_dump coredump: Parse backtrace info for RISCV 2021-05-17 11:43:25 +05:30
src espcoredump: Parse bt for instruction fetch prohibited cause 2021-09-29 23:08:54 +05:30
test tools: add GDB version '11.2_20220823' as a tool 2022-10-10 18:43:27 +04:00
test_apps coredump: Add some notes on how to generate test data 2021-10-13 15:06:41 +07:00
CMakeLists.txt espcoredump: On device core dump parsing to generate summary 2021-04-09 09:43:40 +05:30
component.mk espcoredump: On device core dump parsing to generate summary 2021-04-09 09:43:40 +05:30
espcoredump.py feat(coredump): add esp32s2 and esp32c3 support 2021-04-26 20:44:23 +08:00
Kconfig freertos: add kconfig options for task snapshot functions 2021-09-01 15:13:48 +08:00
linker.lf espcoredump: fix a bug where tracked DRAM data where not dumped 2022-02-22 02:38:00 +00:00
sdkconfig.rename espcoredump: remove ESP32 prefix from config options 2020-09-30 20:22:27 +05:30