gdb调试技巧总结
Posted TiWalker
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gdb调试技巧总结相关的知识,希望对你有一定的参考价值。
1.打断点
b 命令
2.查看线程
thread
3. info func dlopen
4.watch
5.x /s r3
x /8xw addr
6.bt
7.i f 查看函数参数信息
8.call 函数
9.set *addr = 1
10.define
其他问题
1.gdb断不住,是否断的正确的符号。如果断不住符号,是否可以断函数地址。
2.gdb atta进程
以上是关于gdb调试技巧总结的主要内容,如果未能解决你的问题,请参考以下文章