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
include_core_dump
src
test
CMakeLists.txt
Kconfig
component.mk
espcoredump.py
linker.lf
sdkconfig.rename