/[emacs]/emacs/man/building.texi
ViewVC logotype

Diff of /emacs/man/building.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.81 by nickrob, Tue Nov 22 03:22:52 2005 UTC revision 1.82 by nickrob, Thu Dec 1 02:05:17 2005 UTC
# Line 835  respectively.  If the menu-bar is unavai Line 835  respectively.  If the menu-bar is unavai
835  gdb-display-@var{buffertype}-buffer} or @code{M-x  gdb-display-@var{buffertype}-buffer} or @code{M-x
836  gdb-frame-@var{buffertype}-buffer} respectively, where  gdb-frame-@var{buffertype}-buffer} respectively, where
837  @var{buffertype} is the relevant buffer type e.g breakpoints.  @var{buffertype} is the relevant buffer type e.g breakpoints.
838    Most of these buffers are read-only and be killed by simply
839    pressing @kbd{q} in them.
840    
841  When you finish debugging then kill the GUD buffer with @kbd{C-x k},  When you finish debugging then kill the GUD buffer with @kbd{C-x k},
842  which will also kill all the buffers associated with the session.  which will also kill all the buffers associated with the session.
# Line 863  relevant line.  This is red when the bre Line 865  relevant line.  This is red when the bre
865  when it is disabled.  Text-only terminals correspondingly display  when it is disabled.  Text-only terminals correspondingly display
866  a @samp{B} or @samp{b}.  a @samp{B} or @samp{b}.
867    
868  @item d  @item D
869  @kindex d @r{(GDB breakpoints buffer)}  @kindex D @r{(GDB breakpoints buffer)}
870  @findex gdb-delete-breakpoint  @findex gdb-delete-breakpoint
871  Delete the breakpoint at the current line (@code{gdb-delete-breakpoint}).  Delete the breakpoint at the current line (@code{gdb-delete-breakpoint}).
872    
# Line 903  icon in the tool bar (@code{gud-watch}). Line 905  icon in the tool bar (@code{gud-watch}).
905  Each watch expression is displayed in the speedbar.  Complex data  Each watch expression is displayed in the speedbar.  Complex data
906  types, such as arrays, structures and unions are represented in a tree  types, such as arrays, structures and unions are represented in a tree
907  format.  Leaves and simple data types show the name of the expression  format.  Leaves and simple data types show the name of the expression
908  and its value, and display the type as a tooltip.  Higher levels  and its value, and display the type as a tooltip.  Higher levels show
909  just show the name and the data type.  the name, type and address value for pointers and just the name and
910    type otherwise.
911    
912  To expand or contract a complex data type, click @kbd{Mouse-2}  To expand or contract a complex data type, click @kbd{Mouse-2}
913  on the tag to the left of the expression.  on the tag to the left of the expression.
# Line 961  alternatively click @kbd{Mouse-2} there, Line 964  alternatively click @kbd{Mouse-2} there,
964  @item Registers Buffer  @item Registers Buffer
965  @findex toggle-gdb-all-registers  @findex toggle-gdb-all-registers
966  The registers buffer displays the values held by the registers  The registers buffer displays the values held by the registers
967  (@pxref{Registers,,, gdb, The GNU debugger}).  Press @key{SPC} to  (@pxref{Registers,,, gdb, The GNU debugger}).  Press @key{RET} or
968  toggle the display of floating point registers  click @kbd{Mouse-2} on a register if you want to change its value.
969    Press @key{SPC} to toggle the display of floating point registers
970  (@code{toggle-gdb-all-registers}).  (@code{toggle-gdb-all-registers}).
971    
972  @item Assembler Buffer  @item Assembler Buffer

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26