GDB调试文档.zip

时间:2022-12-10 14:14:28
【文件属性】:

文件名称:GDB调试文档.zip

文件大小:4.51MB

文件格式:ZIP

更新时间:2022-12-10 14:14:28

GDB Linux调试 Unix调试 GNU

中英文版:GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed. 1、启动你的程序,可以按照你的自定义的要求随心所欲的运行程序。 2、可让被调试的程序在你所指定的调置的断点处停住。(断点可以是条件表达式) 3、当程序被停住时,可以检查此时你的程序中所发生的事。 4、你可以改变你的程序,将一个BU*生的影响修正从而测试其他BUG。 http://www.sourceware.org/gdb/


【文件预览】:
GBD2.pdf
GBD1.pdf

网友评论