emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/building.texi


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/man/building.texi
Date: Wed, 30 Nov 2005 21:05:17 -0500

Index: emacs/man/building.texi
diff -c emacs/man/building.texi:1.81 emacs/man/building.texi:1.82
*** emacs/man/building.texi:1.81        Tue Nov 22 03:22:52 2005
--- emacs/man/building.texi     Thu Dec  1 02:05:17 2005
***************
*** 835,840 ****
--- 835,842 ----
  address@hidden or @code{M-x
  address@hidden respectively, where
  @var{buffertype} is the relevant buffer type e.g breakpoints.
+ Most of these buffers are read-only and be killed by simply
+ pressing @kbd{q} in them.
  
  When you finish debugging then kill the GUD buffer with @kbd{C-x k},
  which will also kill all the buffers associated with the session.
***************
*** 863,870 ****
  when it is disabled.  Text-only terminals correspondingly display
  a @samp{B} or @samp{b}.
  
! @item d
! @kindex d @r{(GDB breakpoints buffer)}
  @findex gdb-delete-breakpoint
  Delete the breakpoint at the current line (@code{gdb-delete-breakpoint}).
  
--- 865,872 ----
  when it is disabled.  Text-only terminals correspondingly display
  a @samp{B} or @samp{b}.
  
! @item D
! @kindex D @r{(GDB breakpoints buffer)}
  @findex gdb-delete-breakpoint
  Delete the breakpoint at the current line (@code{gdb-delete-breakpoint}).
  
***************
*** 903,910 ****
  Each watch expression is displayed in the speedbar.  Complex data
  types, such as arrays, structures and unions are represented in a tree
  format.  Leaves and simple data types show the name of the expression
! and its value, and display the type as a tooltip.  Higher levels
! just show the name and the data type.
  
  To expand or contract a complex data type, click @kbd{Mouse-2}
  on the tag to the left of the expression.
--- 905,913 ----
  Each watch expression is displayed in the speedbar.  Complex data
  types, such as arrays, structures and unions are represented in a tree
  format.  Leaves and simple data types show the name of the expression
! and its value, and display the type as a tooltip.  Higher levels show
! the name, type and address value for pointers and just the name and
! type otherwise.
  
  To expand or contract a complex data type, click @kbd{Mouse-2}
  on the tag to the left of the expression.
***************
*** 961,968 ****
  @item Registers Buffer
  @findex toggle-gdb-all-registers
  The registers buffer displays the values held by the registers
! (@pxref{Registers,,, gdb, The GNU debugger}).  Press @key{SPC} to
! toggle the display of floating point registers
  (@code{toggle-gdb-all-registers}).
  
  @item Assembler Buffer
--- 964,972 ----
  @item Registers Buffer
  @findex toggle-gdb-all-registers
  The registers buffer displays the values held by the registers
! (@pxref{Registers,,, gdb, The GNU debugger}).  Press @key{RET} or
! click @kbd{Mouse-2} on a register if you want to change its value.
! Press @key{SPC} to toggle the display of floating point registers
  (@code{toggle-gdb-all-registers}).
  
  @item Assembler Buffer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]