diff options
Diffstat (limited to 'substvars')
-rw-r--r-- | substvars | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ Common-Description: - GDB, the GNU Project debugger, allows you to see what is going on `inside' + GDB, the GNU Project debugger, allows you to see what is going on "inside" another program while it executes -- or what another program was doing at the moment it crashed. . @@ -11,3 +11,6 @@ Common-Description: * Examine what has happened, when your program has stopped. * Change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another. + . + Those programs might be executing on the same machine as GDB (native), on + another machine (remote), or on a simulator. |