From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28463 invoked by alias); 28 Aug 2009 10:44:47 -0000 Received: (qmail 28455 invoked by uid 22791); 28 Aug 2009 10:44:47 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout7.012.net.il (HELO mtaout7.012.net.il) (84.95.2.19) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 28 Aug 2009 10:44:40 +0000 Received: from conversion-daemon.i-mtaout7.012.net.il by i-mtaout7.012.net.il (HyperSendmail v2007.08) id <0KP3002001PJCS00@i-mtaout7.012.net.il> for gdb-patches@sourceware.org; Fri, 28 Aug 2009 13:44:37 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.144.38]) by i-mtaout7.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KP300CBS1UCFTC0@i-mtaout7.012.net.il>; Fri, 28 Aug 2009 13:44:37 +0300 (IDT) Date: Fri, 28 Aug 2009 10:49:00 -0000 From: Eli Zaretskii Subject: Re: GDB MI Reverse Commands added [2 of 3] In-reply-to: <002b01ca27c7$1316d8c0$39448a40$@com> To: Jakob Engblom Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <833a7ccj52.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT References: <00cf01ca265a$d4110dc0$7c332940$@com> <83tyzucw8p.fsf@gnu.org> <002b01ca27c7$1316d8c0$39448a40$@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/msg00513.txt.bz2 > From: "Jakob Engblom" > Cc: > Date: Fri, 28 Aug 2009 12:05:29 +0200 > > "Resumes the execution of the inferior program until a breakpoint is > encountered, or until the inferior exits. If the @samp{--reverse} > option is specified, resumes the reverse execution of the inferior > program until a breakpoint is encountered, or until the execution > reaches that start of the inferior. " ^^^^ You meant "the", I presume. Otherwise, this is fine, thanks. > > > ! Mode}), if the @samp{--all} is not specified, only the thread > > > ! specified with the @samp{--thread} option (or current thread, if no > > > ! @samp{--thread} is provided) is resumed.  If @samp{--all} is > > > > What `--thread' option are you talking about here? There was no such > > option in the "Synopsis" part above. > > And I cannot see that the code parses it either... so it will be fixed. I > apologize, but I am put as the messenger for a team effort... Thank you.