diff options
| author | Nick Roberts | 2006-02-17 20:55:18 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-02-17 20:55:18 +0000 |
| commit | 2f457246e77d5532ee929be7142b265d4b0cc8f1 (patch) | |
| tree | 950f22e67377083d211ca42f1ec1947e60b8cb11 | |
| parent | 53e07828462294c8bef1e885a20e491a094b08f4 (diff) | |
| download | emacs-2f457246e77d5532ee929be7142b265d4b0cc8f1.tar.gz emacs-2f457246e77d5532ee929be7142b265d4b0cc8f1.zip | |
(Watch Expressions): Update and be more precise.
| -rw-r--r-- | man/building.texi | 9 |
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 |
| 937 | types, such as arrays, structures and unions are represented in a tree | 937 | types, such as arrays, structures and unions are represented in a tree |
| 938 | format. Leaves and simple data types show the name of the expression | 938 | format. Leaves and simple data types show the name of the expression |
| 939 | and its value, and display the type as a tooltip. Higher levels show | 939 | and its value and, when the speedbar frame is selected, display the |
| 940 | the name, type and address value for pointers and just the name and | 940 | type as a tooltip. Higher levels show the name, type and address |
| 941 | type otherwise. | 941 | value 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} |
| 944 | on the tag to the left of the expression. | 944 | on 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 |
| 959 | non-@code{nil} (the default value), Emacs uses | 959 | non-@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 |
| 961 | changed. | 961 | changed and @code{shadow} face to make variables which have gone out of |
| 962 | scope 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 |