aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-02-17 20:55:18 +0000
committerNick Roberts2006-02-17 20:55:18 +0000
commit2f457246e77d5532ee929be7142b265d4b0cc8f1 (patch)
tree950f22e67377083d211ca42f1ec1947e60b8cb11
parent53e07828462294c8bef1e885a20e491a094b08f4 (diff)
downloademacs-2f457246e77d5532ee929be7142b265d4b0cc8f1.tar.gz
emacs-2f457246e77d5532ee929be7142b265d4b0cc8f1.zip
(Watch Expressions): Update and be more precise.
-rw-r--r--man/building.texi9
1 files changed, 5 insertions, 4 deletions
diff --git a/man/building.texi b/man/building.texi
index 497c2777a5a..f8c20003942 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -936,9 +936,9 @@ in the tool bar (@code{gud-watch}).
936 Each watch expression is displayed in the speedbar. Complex data 936 Each watch expression is displayed in the speedbar. Complex data
937types, such as arrays, structures and unions are represented in a tree 937types, such as arrays, structures and unions are represented in a tree
938format. Leaves and simple data types show the name of the expression 938format. Leaves and simple data types show the name of the expression
939and its value, and display the type as a tooltip. Higher levels show 939and its value and, when the speedbar frame is selected, display the
940the name, type and address value for pointers and just the name and 940type as a tooltip. Higher levels show the name, type and address
941type otherwise. 941value for pointers and just the name and type otherwise.
942 942
943 To expand or contract a complex data type, click @kbd{Mouse-2} 943 To expand or contract a complex data type, click @kbd{Mouse-2}
944on the tag to the left of the expression. 944on the tag to the left of the expression.
@@ -958,7 +958,8 @@ edit it. Either way, this reads the new value using the minibuffer.
958 If you set the variable @code{gdb-show-changed-values} to 958 If you set the variable @code{gdb-show-changed-values} to
959non-@code{nil} (the default value), Emacs uses 959non-@code{nil} (the default value), Emacs uses
960@code{font-lock-warning-face} to highlight values that have recently 960@code{font-lock-warning-face} to highlight values that have recently
961changed. 961changed and @code{shadow} face to make variables which have gone out of
962scope less noticeable.
962 963
963@vindex gdb-use-colon-colon-notation 964@vindex gdb-use-colon-colon-notation
964 If the variable @code{gdb-use-colon-colon-notation} is 965 If the variable @code{gdb-use-colon-colon-notation} is