esp-idf/docs/zh_CN/api-guides/tools
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
..
idf-clang-tidy.rst docs(idf.py): add IDF Clang Tidy chapter 2021-11-16 14:43:39 +08:00
idf-component-manager.rst docs: Add component manager documentation 2021-08-30 13:23:23 +02:00
idf-docker-image.rst docs: add tools section and IDF docker image page 2019-07-18 06:18:04 +00:00
idf-monitor.rst Build & config: Remove the "make" build system 2021-11-10 09:53:53 +01:00
idf-tools-notes.inc tools: add GDB v11.1 as a tool 2022-04-25 11:21:48 +07:00
idf-tools.rst docs: add API guide page about IDF Tools 2020-01-24 14:02:21 +01:00
idf-windows-installer.rst tools: support for embedded python 2021-01-18 08:10:56 +01:00
index.rst docs(idf.py): add IDF Clang Tidy chapter 2021-11-16 14:43:39 +08:00