mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5eebdd1de2
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.