Debugging with GDB : The GNU Source-Level Debugger

0
(0)

Debugging with GDB
: The GNU Source-Level Debugger

作者:RichardM.Stallman/RolandH.Pesch/StanShebs

出版社:FreeSoftwareFoundation

副标题:TheGNUSource-LevelDebugger

出版年:2002-01

定价:USD30.00

装帧:Paperback

ISBN:9781882114887

内容简介
······

The GNU Debugger allows you to see what is going on "inside" a program while it executes – or what a program was doing at the moment it crashed.

GDB supports C, C++, Java, Fortran and Assembly among other languages; it is also designed to work closely with the GNU Compiler Collection (GCC).

The GNU Debugger Program has four special features that helps you catch bugs in the act:

* It starts your program for you, specifying anything that might affect it's behavior.

* Makes your program stop under specified conditions.

* Examines what happened when the program stopped.

* Allows you to experiment with changes to see what effect they have on the program.

This book will show you:

* setting and clearing breakpoints

* examining the stack, source files and data

* examining the symbol table

* altering program execution

* specifying a target for debugging

* how to control the debugger

* how to use canned command sequences

* how to install GDB

* and much more!

This manual is written for programmers. It is designed so someone can begin utilizing GDB after just reading the first chapter, or read the whole manual and master the program. Synopsis of ideas and extensive examples are given.

评论 ······

神器

not fin

非常全面非常实用。 好书哈

调试是程序员的必备技能,个人觉得这本介绍gdb很好,很全面!现在正在将书中的内容应用到程序调试中!

点击星号评分!

平均分 0 / 5. 投票数: 0

还没有投票!请为他投一票。

推荐阅读

评论 抢沙发

评论前必须登录!

 

登录

找回密码

注册