Debugging with GDB - the GNU Source-Level Debugger by Richard M. Stallman
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.
Password: knowfree.net
Random Posts
- Visual Basic 2005 For Dummies
- Group Cognition Computer Support for Building Collaborative Knowledge - The MIT Press
- Why Do Men Have Nipples?
- Electronic Gaming Games January 2008
- Adobe AIR Essential Training - Lynda.com
- Real World Adobe Creative Suite 2 - Peachpit Press
- Secure Communicating Systems Design Analysis and Implementation - Cambridge University Press
- Character Modeling with Maya and ZBrush: Professional polygonal modeling techniques
- Advances in Machine Learning Applications in Software Engineering
- Professional Pen Testing for Web Applications - Wrox
















