gdb的使用

gdb 程序需要在编译的时候加入 -g 选项

1、bt(backtrace)

     查看调用函数的堆栈

2、disassemble

3、info threads

4、apply  threads all bt 

5、x x/10  

6、陈皓的博客

posted @ 2017-04-19 17:10  梅谷暴君  阅读(112)  评论(0编辑  收藏  举报