From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13473 invoked by alias); 29 Aug 2009 07:53:51 -0000 Received: (qmail 13463 invoked by uid 22791); 29 Aug 2009 07:53:50 -0000 X-SWARE-Spam-Status: No, hits=-0.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout5.012.net.il (HELO mtaout5.012.net.il) (84.95.2.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 29 Aug 2009 07:53:44 +0000 Received: from conversion-daemon.i_mtaout5.012.net.il by i_mtaout5.012.net.il (HyperSendmail v2004.12) id <0KP400700OKXAJ00@i_mtaout5.012.net.il> for gdb-patches@sourceware.org; Sat, 29 Aug 2009 10:53:41 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.144.38]) by i_mtaout5.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KP400KJLOLGAO10@i_mtaout5.012.net.il>; Sat, 29 Aug 2009 10:53:41 +0300 (IDT) Date: Sat, 29 Aug 2009 08:12:00 -0000 From: Eli Zaretskii Subject: Re: GDB MI Reverse Commands added [2 of 3] In-reply-to: <4A9865A5.1020703@vmware.com> To: Michael Snyder Cc: glaw@undo-software.com, jakob@virtutech.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <838wh3awdy.fsf@gnu.org> References: <00cf01ca265a$d4110dc0$7c332940$@com> <83tyzucw8p.fsf@gnu.org> <002b01ca27c7$1316d8c0$39448a40$@com> <833a7ccj52.fsf@gnu.org> <4A97BA98.4010105@undo-software.com> <83y6p4aweu.fsf@gnu.org> <4A980D06.40002@undo-software.com> <83ljl3c16f.fsf@gnu.org> <4A981551.4060504@vmware.com> <83k50nbrja.fsf@gnu.org> <4A9865A5.1020703@vmware.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00535.txt.bz2 > Date: Fri, 28 Aug 2009 16:17:57 -0700 > From: Michael Snyder > CC: "glaw@undo-software.com" , > "jakob@virtutech.com" , > "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