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
@@ -122,7 +122,7 @@ class SerialHandler:
# It is possible that the incomplete line cuts in half the PC
# address. A small buffer is kept and will be used the next time
# handle_possible_pc_address_in_line is invoked to avoid this problem.
# MATCH_PCADDR matches 10 character long addresses. Therefore, we
# ADDRESS_RE matches 10 character long addresses. Therefore, we
# keep the last 9 characters.
self.logger.pc_address_buffer = self._last_line_part[-9:]
# GDB sequence can be cut in half also. GDB sequence is 7