summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-02-06 15:43:41 +0000
committerRichard M. Stallman <rms@gnu.org>2002-02-06 15:43:41 +0000
commitd7a9549ded2e97b8dbaf1c5e3b73f915fb6812d1 (patch)
treeaeace1e8ebe80684e46ae7121b2462e63f5c768a /man
parent0e5e5d5a8a064ff6b2f73d179cc82ac091ff9901 (diff)
downloademacs-d7a9549ded2e97b8dbaf1c5e3b73f915fb6812d1.tar.gz
(Commands of GUD): Add gud-jump.
Diffstat (limited to 'man')
-rw-r--r--man/building.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/man/building.texi b/man/building.texi
index 0971c70dbbd..85a85302fec 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -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