Add ability to disable address decoding using evironment variable

Closes https://github.com/espressif/esp-idf/issues/1679
This commit is contained in:
Martin Gaňo
2020-12-28 12:01:14 +01:00
parent bac77b4bf7
commit 8c0a3aa006
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
~~~~~~~~~~~~~~~~~~~~~~~~~~