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: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/man/building.texi
Date: Wed, 06 Feb 2002 10:43:41 -0500

Index: emacs/man/building.texi
diff -c emacs/man/building.texi:1.19 emacs/man/building.texi:1.20
*** emacs/man/building.texi:1.19        Tue Jan 22 17:59:29 2002
--- emacs/man/building.texi     Wed Feb  6 10:43:41 2002
***************
*** 485,490 ****
--- 485,500 ----
  @findex gud-finish
  Run the program until the selected stack frame returns (or until it
  stops for some other reason).
+ 
+ @item C-c C-j
+ @kindex C-c C-j @r{(GUD)}
+ @itemx C-x C-a C-j
+ @findex gud-jump
+ Only useful in a source buffer, (@code{gud-jump}) relocates the next
+ instruction to the current line at point in a source buffer.  If the
+ new execution line is in a different function from the previously one,
+ you will be prompted for confirmation since the results may be
+ bizarre.  See the GDB manual entry regarding @cod{jump} for details.
  @end table
  
    These commands interpret a numeric argument as a repeat count, when



reply via email to

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