From b0ff0ab9cd3197c31f39eb835207acff187bbcf5 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 03 Jul 2019 16:20:10 -0400 Subject: Improve package descriptions --- (limited to 'substvars') 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. -- cgit v0.9.1