GDB多线程调试

GDB默认支持调试多线程,
   查询线程:info threads
   切换调试线程:thread <thread number>

原文地址:https://www.cnblogs.com/james6176/p/4022073.html