esp-idf/components
Ivan Grokhotkov c3d2942675 panic: skip over the first invalid PC in case of InstrFetchProhibited
InstrFetchProhibited usually occurs because of a jump to an invalid
pointer. In this case, PC in the exception frame is the address of
the jump destination. 'esp_ptr_executable' check in print_backtrace
function recognizes the first frame as invalid, and the backtrace is
interrupted. This prevents the user from finding the location where
the invalid pointer is dereferenced.

Bypass the 'esp_ptr_executable' check if the exception cause is
InstrFetchProhibited. Update the test case to no longer ignore this
issue.
2020-09-04 20:45:38 +02:00
..
2020-05-22 16:39:44 +08:00
2020-05-18 16:51:45 +08:00
2020-05-18 16:51:45 +08:00
2019-11-29 18:05:24 +08:00
2020-08-12 15:02:29 +08:00
2020-04-30 14:05:36 +00:00