Merge branch 'gdb/bt_on_invalid_pc' into 'master'

gdb: Modify PC in case of invalid PC

See merge request espressif/esp-idf!8391
This commit is contained in:
Ivan Grokhotkov
2020-05-19 16:44:07 +08:00
6 changed files with 31 additions and 6 deletions

View File

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