From: Vladimir Prus Date: Wed, 22 Apr 2009 17:24:59 +0000 (+0000) Subject: * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump. X-Git-Tag: sid-snapshot-20090501~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83eba9b72c3b56318ac63aa912808fe620c147b2;p=external%2Fbinutils.git * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump. --- 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 + + * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump. + 2009-04-22 Hui Zhu * 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