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, 07 Dec 2005 18:41:07 -0500

Index: emacs/man/building.texi
diff -c emacs/man/building.texi:1.82 emacs/man/building.texi:1.83
*** emacs/man/building.texi:1.82        Thu Dec  1 02:05:17 2005
--- emacs/man/building.texi     Wed Dec  7 23:41:07 2005
***************
*** 768,773 ****
--- 768,777 ----
  at some point in the fringe of this buffer and execution will advance
  to there.
  
+ This mode requires that GDB think that the screen size is unlimited,
+ and sets the height and width accordingly.  For correct operation it
+ is important that you don't change these values during the session.
+ 
  @vindex gud-gdb-command-name
  @findex gdba
    You can also run GDB in text command mode, which creates a buffer
***************
*** 956,972 ****
  current frame for simple data types (@pxref{Frame Info, Frame Info,
  Information on a frame, gdb, The GNU debugger}).
  
! Arrays and structures display their type only.  Move point to their
! type description ([struct/union] or [array]) and press @key{RET}, or
! alternatively click @kbd{Mouse-2} there, to examine their values.
! @xref{Watch Expressions}.
  
  @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
--- 960,979 ----
  current frame for simple data types (@pxref{Frame Info, Frame Info,
  Information on a frame, gdb, The GNU debugger}).
  
! Arrays and structures display their type only.  With GDB 6.4 or later,
! move point to their name and press @key{RET}, or alternatively click
! @kbd{Mouse-2} there, to examine their values.  With earlier versions
! of GDB, move point to their type description ([struct/union] or
! [array]).  @xref{Watch Expressions}.
  
  @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.
! With GDB 6.4 or later, recently changed register values display with
! font-lock-warning-face.  With earlier versions of GDB, you can 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]