comparison man/building.texi @ 74215:e80343741269

(Watch Expressions): Mention SPC for expanding/contracting watch expressions.
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 27 Nov 2006 02:45:10 +0000
parents 57a2cb9d5be2
children 498060b73afc f1d13e615070
comparison
equal deleted inserted replaced
74214:7cf0e45e7c70 74215:e80343741269
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}
1103 on the tag to the left of the expression. 1103 or press @key{SPC} on the tag to the left of the expression.
1104 1104
1105 @kindex D @r{(GDB speedbar)} 1105 @kindex D @r{(GDB speedbar)}
1106 @findex gdb-var-delete 1106 @findex gdb-var-delete
1107 To delete a complex watch expression, move point to the root 1107 To delete a complex watch expression, move point to the root
1108 expression in the speedbar and type @kbd{D} (@code{gdb-var-delete}). 1108 expression in the speedbar and type @kbd{D} (@code{gdb-var-delete}).