summaryrefslogtreecommitdiffstats
path: root/substvars
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-03 16:20:10 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-03 16:20:10 (EDT)
commitb0ff0ab9cd3197c31f39eb835207acff187bbcf5 (patch)
tree3467fe132c771fbcd22efc4dea3f7de41f8b98f1 /substvars
parent565b7bcf24baf9a3f818b2f68038f8144eb91170 (diff)
Improve package descriptions
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.