Difference between revisions of "Gdb"

From Computer History Wiki
Jump to: navigation, search
m (De-dead-end page)
m (+Category)
 
Line 1: Line 1:
'''gdb''' is the [[GNU]] [[debug]]ger.  I find it simpler than [[adb]], for what it's worth, and its 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 ==
Line 7: Line 7:
 
{{stub}}
 
{{stub}}
  
[[Category:GNU_Software]]
+
[[Category: GNU Software]]
 +
[[Category: Debuggers]]

Latest revision as of 02:19, 23 December 2024

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