comparison man/building.texi @ 46238:f5ac68c7cc15

Clarify gud-jump description.
author Richard M. Stallman <rms@gnu.org>
date Sun, 07 Jul 2002 23:29:35 +0000
parents 1fc0cc0bb3ab
children 36ac28961e4f
comparison
equal deleted inserted replaced
46237:46b0c6f318b5 46238:f5ac68c7cc15
484 @itemx C-x C-a C-f 484 @itemx C-x C-a C-f
485 @findex gud-finish 485 @findex gud-finish
486 Run the program until the selected stack frame returns (or until it 486 Run the program until the selected stack frame returns (or until it
487 stops for some other reason). 487 stops for some other reason).
488 488
489 @item C-c C-j 489 @item C-x C-a C-j
490 @kindex C-c C-j @r{(GUD)} 490 @kindex C-x C-a C-j @r{(GUD)}
491 @itemx C-x C-a C-j
492 @findex gud-jump 491 @findex gud-jump
493 Only useful in a source buffer, (@code{gud-jump}) relocates the next 492 Only useful in a source buffer, (@code{gud-jump}) transfers the
494 instruction to the current line at point in a source buffer. If the 493 program's execution point to the current line. In other words, the
495 new execution line is in a different function from the previously one, 494 next line that the program executes will be the one where you gave the
496 you will be prompted for confirmation since the results may be 495 command. If the new execution line is in a different function from
497 bizarre. See the GDB manual entry regarding @code{jump} for details. 496 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.
498 @end table 499 @end table
499 500
500 These commands interpret a numeric argument as a repeat count, when 501 These commands interpret a numeric argument as a repeat count, when
501 that makes sense. 502 that makes sense.
502 503