aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-11-22 03:22:52 +0000
committerNick Roberts2005-11-22 03:22:52 +0000
commit42cb485e8c8e3d315c53eb80cd40cdb8a04a4cee (patch)
tree5530826c11249fdbc64dd22ce643f91c2c380e5f
parentb581a7273b24a37c7a532b9aa9a5e25131ae345d (diff)
downloademacs-42cb485e8c8e3d315c53eb80cd40cdb8a04a4cee.tar.gz
emacs-42cb485e8c8e3d315c53eb80cd40cdb8a04a4cee.zip
(Watch Expressions): Expand description.
(Other GDB User Interface Buffers): Describe local map for gud-watch.
-rw-r--r--man/building.texi6
1 files changed, 4 insertions, 2 deletions
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
953current frame for simple data types (@pxref{Frame Info, Frame Info, 953current frame for simple data types (@pxref{Frame Info, Frame Info,
954Information on a frame, gdb, The GNU debugger}). 954Information on a frame, gdb, The GNU debugger}).
955 955
956Arrays and structures display their type only. You must display them 956Arrays and structures display their type only. Move point to their
957separately to examine their values. @xref{Watch Expressions}. 957type description ([struct/union] or [array]) and press @key{RET}, or
958alternatively click @kbd{Mouse-2} there, to examine their values.
959@xref{Watch Expressions}.
958 960
959@item Registers Buffer 961@item Registers Buffer
960@findex toggle-gdb-all-registers 962@findex toggle-gdb-all-registers