* gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.

This commit is contained in:
Vladimir Prus 2009-04-22 17:24:59 +00:00
parent 17c1263914
commit 83eba9b72c
2 changed files with 29 additions and 0 deletions

View 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

View 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