aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-05-16 12:00:10 +0000
committerNick Roberts2005-05-16 12:00:10 +0000
commitb376642de60772f2aa1d2e5b540c70882ff2dd5f (patch)
treea637598bf2c166cd47d70a36adb19cdee54b74dd
parent80afd39064ab2eed63e6b9adb890b1c6c483a4ff (diff)
downloademacs-b376642de60772f2aa1d2e5b540c70882ff2dd5f.tar.gz
emacs-b376642de60772f2aa1d2e5b540c70882ff2dd5f.zip
(Debugger Operation): Mention GUD tooltips are disabled with GDB in text
command mode.
-rw-r--r--man/building.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/building.texi b/man/building.texi
index b3cd8187ede..2182cccd8b9 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -515,6 +515,11 @@ the list @code{gud-tooltip-modes}. If the variable
515@code{gud-tooltip-echo-area} is non-@code{nil} then the variable's 515@code{gud-tooltip-echo-area} is non-@code{nil} then the variable's
516value is displayed in the echo area. 516value is displayed in the echo area.
517 517
518With GDB in text command mode (@pxref{GDB Graphical Interface}),
519it is possible that use of GUD tooltips can cause a function to be
520called with harmful side-effects. In this case, Emacs disables
521gud-tooltip-mode.
522
518@node Commands of GUD 523@node Commands of GUD
519@subsection Commands of GUD 524@subsection Commands of GUD
520 525