博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Gdb debug 多线程
阅读量:5311 次
发布时间:2019-06-14

本文共 834 字,大约阅读时间需要 2 分钟。

5.5 Stopping and Starting Multi-thread Programs

gdb supports debugging programs with multiple threads (see ). There are two modes of controlling execution of your program within the debugger. In the default mode, referred to as all-stop mode, when any thread in your program stops (for example, at a breakpoint or while being stepped), all other threads in the program are also stopped by gdb. On some targets, gdb also supports non-stop mode, in which other threads can continue to run freely while you examine the stopped thread in the debugger.

转载于:https://www.cnblogs.com/tangr206/archive/2013/05/06/3062405.html

你可能感兴趣的文章
[简讯]phpMyAdmin项目已迁移至GitHub
查看>>
转载 python多重继承C3算法
查看>>
【题解】 bzoj1597: [Usaco2008 Mar]土地购买 (动态规划+斜率优化)
查看>>
css文本溢出显示省略号
查看>>
git安装和简单配置
查看>>
面向对象:反射,双下方法
查看>>
鼠标悬停提示文本消息最简单的做法
查看>>
Java面向对象重要关键字
查看>>
课后作业-阅读任务-阅读提问-2
查看>>
面向对象设计中private,public,protected的访问控制原则及静态代码块的初始化顺序...
查看>>
挑战常规--不要这样使用异常
查看>>
malloc函数的用法
查看>>
渐变的参数
查看>>
C#委托详解(3):委托的实现方式大全(续)
查看>>
RaceWeb终于可以在oracle中快速建表了
查看>>
jsp自定义标签
查看>>
多线程idhttp下载文件源代码(转)
查看>>
CSS中width和height与盒子模型的关系
查看>>
字符个数统计
查看>>
模板大集合
查看>>