]> granicus.if.org Git - esp-idf/commitdiff
docs/idf_monitor: remove the mention of addr2line bug
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 4 Jun 2019 15:39:42 +0000 (23:39 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 4 Jun 2019 15:43:29 +0000 (23:43 +0800)
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

index 90a23d1bc2c226933935254a9f7c3703a3ee5a21..0485d42d9a96b81f05d52995a8f413e9211c901f 100644 (file)
@@ -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
 ~~~~~~~~~~~~~~~~~~~~~~~~~~