Gdb: Difference between revisions
From Computer History Wiki
Jump to navigationJump to search
No edit summary |
m Fix typos |
||
| Line 1: | Line 1: | ||
GDB is the GNU debugger. I find it simpler | 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 == | ||
Revision as of 14: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.