/[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.23 by eliz, Sat Mar 23 09:37:39 2002 UTC revision 1.24 by rms, Sun Jul 7 23:29:35 2002 UTC
# Line 486  GDB versions 4.13 and later. Line 486  GDB versions 4.13 and later.
486  Run the program until the selected stack frame returns (or until it  Run the program until the selected stack frame returns (or until it
487  stops for some other reason).  stops for some other reason).
488    
489  @item C-c C-j  @item C-x C-a C-j
490  @kindex C-c C-j @r{(GUD)}  @kindex C-x C-a C-j @r{(GUD)}
 @itemx C-x C-a C-j  
491  @findex gud-jump  @findex gud-jump
492  Only useful in a source buffer, (@code{gud-jump}) relocates the next  Only useful in a source buffer, (@code{gud-jump}) transfers the
493  instruction to the current line at point in a source buffer.  If the  program's execution point to the current line.  In other words, the
494  new execution line is in a different function from the previously one,  next line that the program executes will be the one where you gave the
495  you will be prompted for confirmation since the results may be  command.  If the new execution line is in a different function from
496  bizarre.  See the GDB manual entry regarding @code{jump} for details.  the previously one, GDB prompts for confirmation since the results may
497    be bizarre.  See the GDB manual entry regarding @code{jump} for
498    details.
499  @end table  @end table
500    
501    These commands interpret a numeric argument as a repeat count, when    These commands interpret a numeric argument as a repeat count, when

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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