Difference between revisions of "Gdb"

From Computer History Wiki
Jump to: navigation, search
m (New page: GDB is the GNU debugger. I find it simpler then adb for what it's worth, and it's major benefit is that it is available on multiple platforms. == simple commands == == example of using ...)
 
m (Fix typos)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
GDB is the GNU debugger.  I find it simpler then adb for what it's worth, and it's major benefit is that it is available on multiple platforms.
+
GDB is the GNU debugger.  I find it simpler than adb for what it's worth, and its major benefit is that it is available on multiple platforms.
  
 
== simple commands ==
 
== simple commands ==
 +
  
 
== example of using gdb ==
 
== example of using gdb ==

Revision as of 16:15, 13 March 2013

GDB is the GNU debugger. I find it simpler than adb for what it's worth, and its major benefit is that it is available on multiple platforms.

simple commands

example of using gdb