]> git.eshelyaron.com Git - emacs.git/commitdiff
(Watch Expressions): Expand description.
authorNick Roberts <nickrob@snap.net.nz>
Tue, 22 Nov 2005 03:22:52 +0000 (03:22 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 22 Nov 2005 03:22:52 +0000 (03:22 +0000)
(Other GDB User Interface Buffers): Describe local map for
gud-watch.

man/building.texi

index 4fb627c572bd21d2124c81bd0e26b0582cbe007e..5b63467de153433ec0f4e4d54bff3722c58dee47 100644 (file)
@@ -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