User Tools

Site Tools


software:gdb

Differences

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

Link to this comparison view

software:gdb [2015/09/22 12:54]
bsuresh created
software:gdb [2015/10/03 22:02]
bsuresh Added GDB definition, and watchpoints section
Line 1: Line 1:
 ====== GDB ====== ====== GDB ======
  
-FIXME This is a newly created page. Stuff will be added later.+==== 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)