aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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