From 962e35c011abe19b9c99817941ccbe45ac3c4a88 Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Tue, 4 Jun 2019 23:39:42 +0800 Subject: [PATCH] docs/idf_monitor: remove the mention of addr2line bug Related to https://github.com/espressif/esp-idf/issues/2149. Since the new toolchain includes the updated version of binutils, remove the mention of this bug. --- docs/en/api-guides/tools/idf-monitor.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/en/api-guides/tools/idf-monitor.rst b/docs/en/api-guides/tools/idf-monitor.rst index 90a23d1bc2..0485d42d9a 100644 --- a/docs/en/api-guides/tools/idf-monitor.rst +++ b/docs/en/api-guides/tools/idf-monitor.rst @@ -93,8 +93,6 @@ To decode each address, IDF Monitor runs the following command in the background xtensa-esp32-elf-addr2line -pfiaC -e build/PROJECT.elf ADDRESS -.. note:: Due to a bug in addr2line, line numbers may be incorrect for some source files. However, the function name is always correct. - Launching GDB with GDBStub ~~~~~~~~~~~~~~~~~~~~~~~~~~