Merge branch 'feature/add-ability-to-disable-address-decoding' into 'master'

Add ability to disable address decoding using environment variable

Closes IDFGH-180

See merge request espressif/esp-idf!11795
This commit is contained in:
Ivan Grokhotkov
2021-01-14 16:12:35 +08:00
2 changed files with 21 additions and 6 deletions

View File

@@ -95,6 +95,11 @@ To decode each address, IDF Monitor runs the following command in the background
xtensa-{IDF_TARGET_TOOLCHAIN_NAME}-elf-addr2line -pfiaC -e build/PROJECT.elf ADDRESS
.. note::
Set environment variable ``ESP_MONITOR_DECODE`` to ``0``
or call idf_monitor.py with specific command line option: ``idf_monitor.py --disable-address-decoding``
to disable address decoding.
Launching GDB with GDBStub
~~~~~~~~~~~~~~~~~~~~~~~~~~