Mercurial > emacs
changeset 43137:bc055bf06a94
(Commands of GUD): Add gud-jump.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 06 Feb 2002 15:43:41 +0000 |
parents | 9c1aa7b635bd |
children | a3df29430166 |
files | man/building.texi |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/man/building.texi Wed Feb 06 15:42:34 2002 +0000 +++ b/man/building.texi Wed Feb 06 15:43:41 2002 +0000 @@ -485,6 +485,16 @@ @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