This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GDB MI Reverse Commands added [2 of 3]


> Date: Fri, 28 Aug 2009 16:17:57 -0700
> From: Michael Snyder <msnyder@vmware.com>
> CC: "glaw@undo-software.com" <glaw@undo-software.com>, 
>  "jakob@virtutech.com" <jakob@virtutech.com>,
>  "gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
> 
> How about this?  (please add markups)
> 
> Resumes the execution of the inferior program, which will continue
> to execute until it reaches a debugger stop event.  If the 
> @samp{--reverse} option is specified, execution resumes in reverse until 
> it reaches a stop event.  Stop events may include
>   * breakpoints or watchpoints
>   * signals or exceptions)
>   * the end of the process (or its beginning if --reverse)
>   * the end (beginning) of a replay log if one is being used.

Fine with me (except for a couple of tiny changes).

    Resumes the execution of the inferior program, which will continue
    to execute until it reaches a debugger stop event.  If the 
    @samp{--reverse} option is specified, execution resumes in reverse until 
    it reaches a stop event.  Stop events may include
    @itemize @bullet
    @item
    breakpoints or watchpoints
    @item
    signals or exceptions
    @item
    the end of the process (or its beginning under @samp{--reverse})
    @item
    the end or beginning of a replay log if one is being used.
    @end @itemize


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]