1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-29 19:00:12 -04:00
Deomid Ryabkov 20fd57f147 Add backtrace to exception output.
On Xtensa windowed ABI backtrace is easy to do, and it's immensely
useful for debugging, so - do it by default.
We try to be careful and not deref bogus pointers while walking the
frames.

Example output (from debugging ):

Backtrace: 0x1:0x3ffc51e0 0x400e9dfa:0x3ffc5210 0x400e9ebc:0x3ffc5230 0x400ec487:0x3ffc5260

With just addr2line utility from binutils, this already pinpoints the
location of the crash.
2016-12-07 19:58:06 +00:00
..
2016-12-02 17:35:49 +08:00
2016-11-23 16:22:34 +08:00
2016-08-17 23:08:22 +08:00
2016-11-22 21:14:36 +08:00
2016-10-17 12:18:17 +08:00
2016-11-23 17:23:21 +08:00
2016-08-17 23:08:22 +08:00
2016-12-07 19:58:06 +00:00
2016-11-18 20:11:16 +08:00
2016-11-23 12:55:49 +08:00
2016-08-17 23:08:22 +08:00
2016-11-23 17:23:21 +08:00