]> git.eshelyaron.com Git - emacs.git/commitdiff
(GDB User Interface Layout): Don't say `inferior' for program being debugged.
authorRichard M. Stallman <rms@gnu.org>
Wed, 15 Feb 2006 00:18:44 +0000 (00:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 15 Feb 2006 00:18:44 +0000 (00:18 +0000)
man/building.texi

index ea8055c1cab08bb106f6975e822937b47c862d7d..497c2777a5a2f0371a8ca499b709c5388bb0e8e0 100644 (file)
@@ -828,15 +828,15 @@ displays the following frame layout:
 @example
 +--------------------------------+--------------------------------+
 |                                |                                |
-|  GUD buffer (I/O of GDB)       |     Locals buffer              |
+|   GUD buffer (I/O of GDB)      |   Locals buffer                |
 |                                |                                |
 |--------------------------------+--------------------------------+
 |                                |                                |
-|  Source buffer                 |     I/O buffer (of inferior)   |
+|   Source buffer                |   I/O buffer for debugged pgm  |
 |                                |                                |
 |--------------------------------+--------------------------------+
 |                                |                                |
-|  Stack buffer                  |     Breakpoints buffer         |
+|   Stack buffer                 |   Breakpoints buffer           |
 |                                |                                |
 +--------------------------------+--------------------------------+
 @end example