# HG changeset patch # User Nick Roberts # Date 1111547161 0 # Node ID 4e549a9044e1667886086945c17f40f9444fbb4d # Parent 10091146986d503ad391382b12af364099b66fbb (Stack Buffer): Mention reverse contrast for *selected* frame (might not be current frame). diff -r 10091146986d -r 4e549a9044e1 man/building.texi --- a/man/building.texi Wed Mar 23 03:05:29 2005 +0000 +++ b/man/building.texi Wed Mar 23 03:06:01 2005 +0000 @@ -804,7 +804,8 @@ @kindex RET @r{(GDB breakpoints buffer)} @findex gdb-goto-breakpoint Display the file in the source buffer at the breakpoint specified at -the current line (@code{gdb-goto-breakpoint}). Alternatively, click @kbd{Mouse-2} on the breakpoint that you wish to visit. +the current line (@code{gdb-goto-breakpoint}). Alternatively, click +@kbd{Mouse-2} on the breakpoint that you wish to visit. @end table @node Stack Buffer @@ -814,12 +815,12 @@ of the nested subroutine calls (@dfn{stack frames}) now active in the program. @xref{Backtrace,,info stack, gdb, The GNU debugger}. -Move point to any frame in the stack and type @key{RET} to make it -become the current frame (@code{gdb-frames-select}) and display the -associated source in the source buffer. Alternatively, click -@kbd{Mouse-2} to make the selected frame become the current one. If the -locals buffer is displayed then its contents update to display the -variables that are local to the new frame. +The selected frame is displayed in reverse contrast. Move point to +any frame in the stack and type @key{RET} to select it (@code{gdb-frames-select}) +and display the associated source in the source buffer. Alternatively, +click @kbd{Mouse-2} to make the selected frame become the current one. +If the locals buffer is displayed then its contents update to display +the variables that are local to the new frame. @node Watch Expressions @subsubsection Watch Expressions