I have observed a difference between the disassembled elf file and the disassembly during debugging.
Left is the elf file and right is the debug output. The address 400d3276 is missing in the elf file.
2020-06-29 20_42_49-New Text Compare_ - Text Compare - Beyond Compare.png
My source code calls ...
Search found 3 matches
- Mon Jun 29, 2020 7:20 pm
- Forum: ESP-IDF
- Topic: Difference between disassembled elf file and disassembly during debugging
- Replies: 0
- Views: 1929
- Mon Jun 29, 2020 4:02 pm
- Forum: ESP-IDF
- Topic: How knows the gdb debugger the assembly code in ROM without ROM elf file
- Replies: 3
- Views: 3437
Re: How knows the gdb debugger the assembly code in ROM without ROM elf file
Thanks for the fast reply. What's about the other questions? Any answers?
Thanks in advance.
Thanks in advance.
- Mon Jun 29, 2020 12:31 pm
- Forum: ESP-IDF
- Topic: How knows the gdb debugger the assembly code in ROM without ROM elf file
- Replies: 3
- Views: 3437
How knows the gdb debugger the assembly code in ROM without ROM elf file
I am debugging the ESP with the OpenOCD like described in the documentation. One part of my source code is a call to the function gpio_pad_select_gpio. As far as I know this function resides in the ROM. I have checked as well the esp32_rom.elf and there the function is inside. But for debugging with ...