esp-idf/components/espcoredump/test
Alexey Lapshin b5bafae596 tools: add GDB v11.1 as a tool
GDB now is standalone tool separated from toolchain due to frequent updates.

Added installation tests for the new tool.

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-04-25 11:21:48 +07:00
..
esp32 tools: add GDB v11.1 as a tool 2022-04-25 11:21:48 +07:00
esp32c3 tools: add GDB v11.1 as a tool 2022-04-25 11:21:48 +07:00
esp32s2 tools: add GDB v11.1 as a tool 2022-04-25 11:21:48 +07:00
esp32s3 tools: add GDB v11.1 as a tool 2022-04-25 11:21:48 +07:00
CMakeLists.txt Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_espcoredump.py core_dump: split corefile and coredump script from idf into a separate package 2022-03-24 13:57:48 +08:00
test_espcoredump.sh core_dump: split corefile and coredump script from idf into a separate package 2022-03-24 13:57:48 +08:00
test_sections.c espcoredump: add a test for coredump dumped sections 2022-01-06 16:53:41 +08:00