comparison man/building.texi @ 75095:498060b73afc

(Watch Expressions): Describe gdb-max-children.
author Nick Roberts <nickrob@snap.net.nz>
date Fri, 05 Jan 2007 05:04:59 +0000
parents e80343741269
children 3d45362f1d38
comparison
equal deleted inserted replaced
75094:2fe956115500 75095:498060b73afc
1097 type as a tooltip. Higher levels show the name, type and address 1097 type as a tooltip. Higher levels show the name, type and address
1098 value for pointers and just the name and type otherwise. Root expressions 1098 value for pointers and just the name and type otherwise. Root expressions
1099 also display the frame address as a tooltip to help identify the frame 1099 also display the frame address as a tooltip to help identify the frame
1100 in which they were defined. 1100 in which they were defined.
1101 1101
1102 To expand or contract a complex data type, click @kbd{Mouse-2} 1102 To expand or contract a complex data type, click @kbd{Mouse-2} or
1103 or press @key{SPC} on the tag to the left of the expression. 1103 press @key{SPC} on the tag to the left of the expression. Emacs asks
1104 for confirmation before expanding the expression if its number of
1105 immediate children exceeds the value of the variable
1106 @code{gdb-max-children}.
1104 1107
1105 @kindex D @r{(GDB speedbar)} 1108 @kindex D @r{(GDB speedbar)}
1106 @findex gdb-var-delete 1109 @findex gdb-var-delete
1107 To delete a complex watch expression, move point to the root 1110 To delete a complex watch expression, move point to the root
1108 expression in the speedbar and type @kbd{D} (@code{gdb-var-delete}). 1111 expression in the speedbar and type @kbd{D} (@code{gdb-var-delete}).