Mercurial > emacs
changeset 68904:2fb019baf00b
(GDB User Interface Layout): Don't say `inferior' for program being debugged.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 15 Feb 2006 00:18:44 +0000 |
parents | 57fa3643220b |
children | f157b409991c |
files | man/building.texi |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/man/building.texi Tue Feb 14 22:19:26 2006 +0000 +++ b/man/building.texi Wed Feb 15 00:18:44 2006 +0000 @@ -828,15 +828,15 @@ @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