1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(Commands of GUD): Add gud-jump.

This commit is contained in:
Richard M. Stallman 2002-02-06 15:43:41 +00:00
parent d075ed70e1
commit 5b7fc39559

View File

@ -485,6 +485,16 @@ GDB versions 4.13 and later.
@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