diff options
| author | Nick Roberts | 2007-10-30 05:54:58 +0000 |
|---|---|---|
| committer | Nick Roberts | 2007-10-30 05:54:58 +0000 |
| commit | 975900f996d539e230371efdc11fe149a5c4d5aa (patch) | |
| tree | 31660e35111eb821f9277b7d5b37818d45b98be2 | |
| parent | 52dd73919ea181939761db1bac4e266144bc1ea1 (diff) | |
| download | emacs-975900f996d539e230371efdc11fe149a5c4d5aa.tar.gz emacs-975900f996d539e230371efdc11fe149a5c4d5aa.zip | |
(Watch Expressions): Describe gdb-delete-out-of-scope.
| -rw-r--r-- | man/building.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/building.texi b/man/building.texi index 28ea5ec3dc3..989c5732711 100644 --- a/man/building.texi +++ b/man/building.texi | |||
| @@ -1117,6 +1117,15 @@ changed and @code{shadow} face to make variables which have gone out of | |||
| 1117 | scope less noticeable. When a variable goes out of scope you can't | 1117 | scope less noticeable. When a variable goes out of scope you can't |
| 1118 | edit its value. | 1118 | edit its value. |
| 1119 | 1119 | ||
| 1120 | @vindex gdb-delete-out-of-scope | ||
| 1121 | If the variable @code{gdb-delete-out-of-scope} is | ||
| 1122 | non-@code{nil} (the default value), Emacs automatically deletes watch | ||
| 1123 | expressions which go out of scope. This is safest because GDB may | ||
| 1124 | think that a variable in a new frame is an old one that previously | ||
| 1125 | went of of scope. Sometimes, when re-entering the same function, | ||
| 1126 | it may be useful to set this value to nil so that you don't need to | ||
| 1127 | recreate the watch expression. | ||
| 1128 | |||
| 1120 | @vindex gdb-use-colon-colon-notation | 1129 | @vindex gdb-use-colon-colon-notation |
| 1121 | If the variable @code{gdb-use-colon-colon-notation} is | 1130 | If the variable @code{gdb-use-colon-colon-notation} is |
| 1122 | non-@code{nil}, Emacs uses the @samp{@var{function}::@var{variable}} | 1131 | non-@code{nil}, Emacs uses the @samp{@var{function}::@var{variable}} |