Gdb: Difference between revisions
From Computer History Wiki
Jump to navigationJump to search
Ejolywatal (talk | contribs) No edit summary |
No edit summary |
||
| 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 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 gdb == | == example of using gdb == | ||
Revision as of 03:56, 15 November 2010
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.