aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2005-04-28 06:52:01 +0000
committerNick Roberts2005-04-28 06:52:01 +0000
commit500509e22d5c857e9853e8b5c848bd5cacf8d0de (patch)
treedc5ca6a7d22994d6016239b6c08a6fff1e2e2786
parent7faf5381e31793a9ab2ca0e4f236ab2d20079332 (diff)
downloademacs-500509e22d5c857e9853e8b5c848bd5cacf8d0de.tar.gz
emacs-500509e22d5c857e9853e8b5c848bd5cacf8d0de.zip
(Debugger Operation): Add description for
GUD tooltips when program is not running.
-rw-r--r--man/building.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/building.texi b/man/building.texi
index 408d0eb339a..def46039c5f 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -496,6 +496,8 @@ history commands to repeat them. @xref{Shell Mode}.
496You activate this feature by setting the variable 496You activate this feature by setting the variable
497@code{tooltip-gud-tips-p} to @code{t}. Then you can display a 497@code{tooltip-gud-tips-p} to @code{t}. Then you can display a
498variable's value in a tooltip simply by pointing at it with the mouse. 498variable's value in a tooltip simply by pointing at it with the mouse.
499In graphical mode, with a C program, you can also display the #define
500directive assiciated with an identifier when program is not executing.
499This operates in the GUD buffer and in source buffers with major modes 501This operates in the GUD buffer and in source buffers with major modes
500in the list @code{tooltip-gud-modes}. 502in the list @code{tooltip-gud-modes}.
501 503
@@ -907,7 +909,7 @@ current frame for simple data types (@pxref{Frame Info,,, gdb, The GNU
907debugger}). 909debugger}).
908 910
909Arrays and structures display their type only. You must display them 911Arrays and structures display their type only. You must display them
910separately to examine their values. @ref{Watch Expressions}. 912separately to examine their values. @xref{Watch Expressions}.
911 913
912@item Registers Buffer 914@item Registers Buffer
913The registers buffer displays the values held by the registers 915The registers buffer displays the values held by the registers