gdb: Modify PC in case of invalid PC

Signed-off-by: Sachin Parekh <sachin.parekh@espressif.com>
This commit is contained in:
Sachin Parekh
2020-04-17 19:06:26 +05:30
parent e30185c166
commit 46d914ff45
4 changed files with 28 additions and 3 deletions

View File

@@ -142,6 +142,7 @@ SECTIONS
. = 0x3C0;
KEEP(*(.DoubleExceptionVector.text));
. = 0x400;
_invalid_pc_placeholder = ABSOLUTE(.);
*(.*Vector.literal)
*(.UserEnter.literal);