forked from espressif/esp-idf
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.