From: Nick Roberts Date: Tue, 22 Nov 2005 03:22:52 +0000 (+0000) Subject: (Watch Expressions): Expand description. X-Git-Tag: emacs-pretest-22.0.90~5721 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=42cb485e8c8e3d315c53eb80cd40cdb8a04a4cee;p=emacs.git (Watch Expressions): Expand description. (Other GDB User Interface Buffers): Describe local map for gud-watch. --- diff --git a/man/building.texi b/man/building.texi index 4fb627c572b..5b63467de15 100644 --- a/man/building.texi +++ b/man/building.texi @@ -953,8 +953,10 @@ The locals buffer displays the values of local variables of the current frame for simple data types (@pxref{Frame Info, Frame Info, Information on a frame, gdb, The GNU debugger}). -Arrays and structures display their type only. You must display them -separately to examine their values. @xref{Watch Expressions}. +Arrays and structures display their type only. Move point to their +type description ([struct/union] or [array]) and press @key{RET}, or +alternatively click @kbd{Mouse-2} there, to examine their values. +@xref{Watch Expressions}. @item Registers Buffer @findex toggle-gdb-all-registers