aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2009-04-22 17:24:59 +0000
committerVladimir Prus <vladimir@codesourcery.com>2009-04-22 17:24:59 +0000
commit83eba9b72c3b56318ac63aa912808fe620c147b2 (patch)
tree8f776f3a5da073e3ecad89066e2fd026f1215c35 /gdb
parent17c126391482f614c03b8321ea9be529f437c361 (diff)
downloadgdb-83eba9b72c3b56318ac63aa912808fe620c147b2.zip
gdb-83eba9b72c3b56318ac63aa912808fe620c147b2.tar.gz
gdb-83eba9b72c3b56318ac63aa912808fe620c147b2.tar.bz2
* gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo25
2 files changed, 29 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 4313cb3..d84e9cb 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-22 Vladimir Prus <vladimir@codesourcery.com>
+
+ * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
+
2009-04-22 Hui Zhu <teawater@gmail.com>
* gdb.texinfo (disassemble-next-line): Set the default of
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index a03c822..2cdac20 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -21396,6 +21396,31 @@ fullname="/home/foo/bar/try.c",line="13"@}
(gdb)
@end smallexample
+@subheading The @code{-exec-jump} Command
+@findex -exec-jump
+
+@subsubheading Synopsis
+
+@smallexample
+ -exec-jump @var{location}
+@end smallexample
+
+Resumes execution of the inferior program at the location specified by
+parameter. @xref{Specify Location}, for a description of the
+different forms of @var{location}.
+
+@subsubheading @value{GDBN} Command
+
+The corresponding @value{GDBN} command is @samp{jump}.
+
+@subsubheading Example
+
+@smallexample
+-exec-jump foo.c:10
+*running,thread-id="all"
+^running
+@end smallexample
+
@subheading The @code{-exec-next} Command
@findex -exec-next