Tools: IDF Monitor: Determine possible instruction addresses based on ELF segments

This commit is contained in:
Roland Dobai
2022-11-04 18:03:26 +01:00
parent bf6dc6fcf2
commit 17286337ea
10 changed files with 157 additions and 9 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ IDF-specific features
Automatic Address Decoding
~~~~~~~~~~~~~~~~~~~~~~~~~~
Whenever ESP-IDF outputs a hexadecimal code address of the form ``0x4_______``, IDF Monitor uses ``addr2line_`` to look up the location in the source code and find the function name.
Whenever the chip outputs a hexadecimal address which points to executable code, IDF monitor looks up the location in source code (file name and line number) and prints the location on the next line in yellow.
.. highlight:: none