diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2007-01-05 05:04:59 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2007-01-05 05:04:59 +0000 |
commit | 014361d83bda93004cfec50436acf88673cb1015 (patch) | |
tree | 9874468f88f4548bad065ec66ed0cd69ee2d7a54 /man | |
parent | 2bb0900a20ad61f3be7676962844a3919e3f36b6 (diff) | |
download | emacs-014361d83bda93004cfec50436acf88673cb1015.tar.gz |
(Watch Expressions): Describe gdb-max-children.
Diffstat (limited to 'man')
-rw-r--r-- | man/building.texi | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/building.texi b/man/building.texi index bee9462a7f0..67f21dd9c23 100644 --- a/man/building.texi +++ b/man/building.texi @@ -1099,8 +1099,11 @@ value for pointers and just the name and type otherwise. Root expressions also display the frame address as a tooltip to help identify the frame in which they were defined. - To expand or contract a complex data type, click @kbd{Mouse-2} -or press @key{SPC} on the tag to the left of the expression. + To expand or contract a complex data type, click @kbd{Mouse-2} or +press @key{SPC} on the tag to the left of the expression. Emacs asks +for confirmation before expanding the expression if its number of +immediate children exceeds the value of the variable +@code{gdb-max-children}. @kindex D @r{(GDB speedbar)} @findex gdb-var-delete |