User Tools

Site Tools


software:gdb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Previous revision
software:gdb [1998/12/03 12:11]
software:gdb [2015/10/03 22:02]
bsuresh Added GDB definition, and watchpoints section
Line 1: Line 1:
 +====== GDB ======
  
 +==== What is GDB? ====
 +From the GNU ((http://www.gnu.org/software/gdb/)) definition,
 +> GDB, the GNU Project debugger, allows you to see what is going on `inside' another program when it executes -- or what another program was doing at the moment it crashed.
 +
 +=== Watchpoints ===
 +GDB watchpoints can be used to stop the program whenever the value of an expression changes.
 +
 +FIXME This is a recently created page. Add more stuff to it.
software/gdb.txt ยท Last modified: 1998/12/03 12:11 (external edit)