aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2007-10-30 05:54:58 +0000
committerNick Roberts2007-10-30 05:54:58 +0000
commit975900f996d539e230371efdc11fe149a5c4d5aa (patch)
tree31660e35111eb821f9277b7d5b37818d45b98be2
parent52dd73919ea181939761db1bac4e266144bc1ea1 (diff)
downloademacs-975900f996d539e230371efdc11fe149a5c4d5aa.tar.gz
emacs-975900f996d539e230371efdc11fe149a5c4d5aa.zip
(Watch Expressions): Describe gdb-delete-out-of-scope.
-rw-r--r--man/building.texi9
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
1117scope less noticeable. When a variable goes out of scope you can't 1117scope less noticeable. When a variable goes out of scope you can't
1118edit its value. 1118edit its value.
1119 1119
1120@vindex gdb-delete-out-of-scope
1121 If the variable @code{gdb-delete-out-of-scope} is
1122non-@code{nil} (the default value), Emacs automatically deletes watch
1123expressions which go out of scope. This is safest because GDB may
1124think that a variable in a new frame is an old one that previously
1125went of of scope. Sometimes, when re-entering the same function,
1126it may be useful to set this value to nil so that you don't need to
1127recreate 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
1122non-@code{nil}, Emacs uses the @samp{@var{function}::@var{variable}} 1131non-@code{nil}, Emacs uses the @samp{@var{function}::@var{variable}}