Type GDB to start the program.
输入gdb启动程序。
Quit GDB with the quit command.
然后使用quit命令退出gdb。
GDB就是一个卓越的软件!
This is the human interface to GDB.
这是gdb与人类一方的接口。
See the GDB manual for a list of commands.
参见gdb手册了解命令列表。
Your journey into GDB customization has begun!
您的GD b自定义之旅已经开始了!
Enter the GDB command cont to continue the boot process.
输入gdb命令cont以继续启动过程。
Once loaded, the program can be started with the GDB command 'run'.
装入程序之后,可以用gdb命令' run '来启动程序。
The gdb shows what line of code caused the program to core dump.
gdb显示哪行代码导致程序发生核心转储。
Start the gdb debugger in the directory where the core file was created
在产生core文件的目录中启动gdb调试器
Another option is to use gdb-based scripts to get the stack information.
另一个选择是使用基于gdb的脚本来获得栈的信息。
The 'run' command will rerun the program from the beginning until GDB breaks.
run'命令将从头重新运行程序,直到gdb中断为止。
Running our example program eg1 outside of GDB will result in a core dump.
在gd b外运行示例程序eg1将会导致核心信息转储。
Make sure to go into the development section and select gcc: g++, make, and GDB.
确保转到开发部分并选择gcc:g++、make和GDB。
After you type the code into the.gdbinit file, fire up GDB and enter the CLS command.
在将该代码键入.gdbinit文件以后,调出gdb并输入cls命令。
After you type the code into the.gdbinit file, fire up GDB and enter the CLS command.
在将该代码键入.gdbinit文件以后,调出gdb并输入cls命令。
应用推荐