# HG changeset patch # User Richard M. Stallman # Date 1139962724 0 # Node ID 2fb019baf00b0c11a4e79916932ebf618bd247f3 # Parent 57fa3643220b2599132a66504cd2ff51bdb6be14 (GDB User Interface Layout): Don't say `inferior' for program being debugged. diff -r 57fa3643220b -r 2fb019baf00b man/building.texi --- 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