esp-idf/components/espcoredump
Ivan Grokhotkov 5eebdd1de2 espcoredump: fix exception when -thread-info fails
GDB "-thread-info N" command (for a specific thread N) may fail if
GDB can not perform a backtrace. At the same time, "-thread-info"
command succeeds in this situation, returning information for all
threads.
Replace repeated calls to "-thread-info N" with a single call to
"-thread-info", also reducing the total execution time.
2020-10-02 16:54:32 +02:00
..
include coredump: Fixes ESP-specific panic reasons handling 2020-07-27 21:38:33 +03:00
include_core_dump espcoredump: remove ESP32 prefix from config options 2020-09-30 20:22:27 +05:30
src espcoredump: remove ESP32 prefix from config options 2020-09-30 20:22:27 +05:30
test cmock: added cmock as component 2020-09-02 16:38:37 +08:00
CMakeLists.txt coredump: change data format to ELF 2019-11-22 13:25:43 +08:00
Kconfig espcoredump: remove ESP32 prefix from config options 2020-09-30 20:22:27 +05:30
component.mk coredump: improvements refactoring 2019-02-12 10:22:33 +00:00
espcoredump.py espcoredump: fix exception when -thread-info fails 2020-10-02 16:54:32 +02:00
linker.lf espcoredump: remove ESP32 prefix from config options 2020-09-30 20:22:27 +05:30
sdkconfig.rename espcoredump: remove ESP32 prefix from config options 2020-09-30 20:22:27 +05:30