comparison man/building.texi @ 54131:6534ec3bbe32

(Watch Expressions): Update.
author Nick Roberts <nickrob@snap.net.nz>
date Mon, 23 Feb 2004 00:43:09 +0000
parents cc4a96fa8f08
children 66ec9893d229
comparison
equal deleted inserted replaced
54130:aae5a270e964 54131:6534ec3bbe32
703 on the tag to the left of the expression. 703 on the tag to the left of the expression.
704 704
705 @kindex RET @r{(GDB speedbar)} 705 @kindex RET @r{(GDB speedbar)}
706 @findex gdb-var-delete 706 @findex gdb-var-delete
707 With the cursor over the root expression of a complex data type, type 707 With the cursor over the root expression of a complex data type, type
708 @key{RET} or click @kbd{Mouse-2} to delete it from the speedbar 708 @key{D} to delete it from the speedbar
709 (@code{gdb-var-delete}). 709 (@code{gdb-var-delete}).
710 710
711 @findex gdb-edit-value 711 @findex gdb-edit-value
712 With the cursor over a simple data type or an element of a complex 712 With the cursor over a simple data type or an element of a complex
713 data type which holds a value, type @key{RET} or click @kbd{Mouse-2} to edit 713 data type which holds a value, type @key{RET} or click @kbd{Mouse-2} to edit
714 its value. A prompt for a new value appears in the mini-buffer 714 its value. A prompt for a new value appears in the mini-buffer
715 (@code{gdb-edit-value}). 715 (@code{gdb-edit-value}).
716 716
717 If you set the variable @code{gdb-show-changed-values} to a 717 If you set the variable @code{gdb-show-changed-values} to
718 non-@code{nil} value, then Emacs will use font-lock-warning-face to 718 non-@code{nil} (the default value), then Emacs will use
719 display values that have recently changed in the speedbar. 719 font-lock-warning-face to display values that have recently changed in
720 the speedbar.
720 721
721 If you set the variable @code{gdb-use-colon-colon-notation} to a 722 If you set the variable @code{gdb-use-colon-colon-notation} to a
722 non-@code{nil} value, then, in C, Emacs will use the 723 non-@code{nil} value, then, in C, Emacs will use the
723 FUNCTION::VARIABLE format to display variables in the speedbar. 724 FUNCTION::VARIABLE format to display variables in the speedbar.
725 Since this does not work for variables defined in compound statements,
726 the default value is @code{nil}.
724 727
725 @node Other Buffers 728 @node Other Buffers
726 @subsubsection Other Buffers 729 @subsubsection Other Buffers
727 730
728 @table @asis 731 @table @asis