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: Tue, 22 Mar 2005 22:06:01 -0500

Index: emacs/man/building.texi
diff -c emacs/man/building.texi:1.49 emacs/man/building.texi:1.50
*** emacs/man/building.texi:1.49        Mon Mar 21 18:06:58 2005
--- emacs/man/building.texi     Wed Mar 23 03:06:01 2005
***************
*** 804,810 ****
  @kindex RET @r{(GDB breakpoints buffer)}
  @findex gdb-goto-breakpoint
  Display the file in the source buffer at the breakpoint specified at
! the current line (@code{gdb-goto-breakpoint}).  Alternatively, click 
@kbd{Mouse-2} on the breakpoint that you wish to visit.
  @end table
  
  @node Stack Buffer
--- 804,811 ----
  @kindex RET @r{(GDB breakpoints buffer)}
  @findex gdb-goto-breakpoint
  Display the file in the source buffer at the breakpoint specified at
! the current line (@code{gdb-goto-breakpoint}).  Alternatively, click
! @kbd{Mouse-2} on the breakpoint that you wish to visit.
  @end table
  
  @node Stack Buffer
***************
*** 814,825 ****
  of the nested subroutine calls (@dfn{stack frames}) now active in the
  program.  @xref{Backtrace,,info stack, gdb, The GNU debugger}.
  
! Move point to any frame in the stack and type @key{RET} to make it
! become the current frame (@code{gdb-frames-select}) and display the
! associated source in the source buffer.  Alternatively, click
! @kbd{Mouse-2} to make the selected frame become the current one.  If the
! locals buffer is displayed then its contents update to display the
! variables that are local to the new frame.
  
  @node Watch Expressions
  @subsubsection Watch Expressions
--- 815,826 ----
  of the nested subroutine calls (@dfn{stack frames}) now active in the
  program.  @xref{Backtrace,,info stack, gdb, The GNU debugger}.
  
! The selected frame is displayed in reverse contrast.  Move point to
! any frame in the stack and type @key{RET} to select it 
(@code{gdb-frames-select})
! and display the associated source in the source buffer. Alternatively,
! click @kbd{Mouse-2} to make the selected frame become the current one.
! If the locals buffer is displayed then its contents update to display
! the variables that are local to the new frame.
  
  @node Watch Expressions
  @subsubsection Watch Expressions




reply via email to

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