summaryrefslogtreecommitdiffstats
path: root/substvars
diff options
context:
space:
mode:
Diffstat (limited to 'substvars')
-rw-r--r--substvars5
1 files changed, 4 insertions, 1 deletions
diff --git a/substvars b/substvars
index 16f21cc..af0a334 100644
--- a/substvars
+++ b/substvars
@@ -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.