Gdb: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
Tor (talk | contribs)
m Fix typos
m De-dead-end page
Line 1: Line 1:
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.
'''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.


== simple commands ==
== simple commands ==


== example of using gdb ==
== example of using gdb ==


 
{{stub}}


[[Category:GNU_Software]]
[[Category:GNU_Software]]
{{stub}}

Revision as of 01:32, 16 January 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