esp-idf/docs/en/api-guides/tools
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
..
idf-clang-tidy.rst docs(idf.py): add IDF Clang Tidy chapter 2022-05-24 16:08:40 +08:00
idf-component-manager.rst tools: Enable the component manager by default in CMake 2022-05-16 17:10:07 +02:00
idf-docker-image.rst docs: document build arguments of the Docker image 2022-06-01 16:23:50 +02:00
idf-monitor.rst docs:update CN translation for fatal-errors, external-ram, and idf-monitor 2021-06-21 18:05:18 +08:00
idf-tools-notes.inc tools: add GDB version '11.2_20220823' as a tool 2022-10-10 18:43:27 +04:00
idf-tools.rst
idf-windows-installer.rst
index.rst docs(idf.py): add IDF Clang Tidy chapter 2022-05-24 16:08:40 +08:00