OSDN Git Service

* gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
authorvprus <vprus>
Wed, 22 Apr 2009 17:24:58 +0000 (17:24 +0000)
committervprus <vprus>
Wed, 22 Apr 2009 17:24:58 +0000 (17:24 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 4313cb3..d84e9cb 100644 (file)
@@ -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
index a03c822..2cdac20 100644 (file)
@@ -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