diff options
| author | Nick Roberts | 2005-05-16 12:00:10 +0000 |
|---|---|---|
| committer | Nick Roberts | 2005-05-16 12:00:10 +0000 |
| commit | b376642de60772f2aa1d2e5b540c70882ff2dd5f (patch) | |
| tree | a637598bf2c166cd47d70a36adb19cdee54b74dd | |
| parent | 80afd39064ab2eed63e6b9adb890b1c6c483a4ff (diff) | |
| download | emacs-b376642de60772f2aa1d2e5b540c70882ff2dd5f.tar.gz emacs-b376642de60772f2aa1d2e5b540c70882ff2dd5f.zip | |
(Debugger Operation): Mention GUD tooltips are disabled with GDB in text
command mode.
| -rw-r--r-- | man/building.texi | 5 |
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 |
| 516 | value is displayed in the echo area. | 516 | value is displayed in the echo area. |
| 517 | 517 | ||
| 518 | With GDB in text command mode (@pxref{GDB Graphical Interface}), | ||
| 519 | it is possible that use of GUD tooltips can cause a function to be | ||
| 520 | called with harmful side-effects. In this case, Emacs disables | ||
| 521 | gud-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 | ||