From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1992 invoked by alias); 16 Dec 2009 19:04:42 -0000 Received: (qmail 1827 invoked by uid 22791); 16 Dec 2009 19:04:41 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp-outbound-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Dec 2009 19:04:38 +0000 Received: from mailhost2.vmware.com (mailhost2.vmware.com [10.16.67.167]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id B886B2605F; Wed, 16 Dec 2009 11:04:36 -0800 (PST) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost2.vmware.com (Postfix) with ESMTP id B04568E579; Wed, 16 Dec 2009 11:04:36 -0800 (PST) Message-ID: <4B292EC9.1010303@vmware.com> Date: Wed, 16 Dec 2009 19:04:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20090624) MIME-Version: 1.0 To: Eli Zaretskii CC: "vladimir@codesourcery.com" , "jakob@virtutech.com" , "gdb-patches@sourceware.org" Subject: Re: GDB MI Reverse Commands added [2 of 3] 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> <00d201ca2a33$454aa920$cfdffb60$@com> <00d501ca2a34$93e5fe30$bbb1fa90$@com> <4B27E5D3.1070806@vmware.com> <83eimu7pjs.fsf@gnu.org> In-Reply-To: <83eimu7pjs.fsf@gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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-12/txt/msg00212.txt.bz2 Eli Zaretskii wrote: >> Date: Tue, 15 Dec 2009 11:38:59 -0800 >> From: Michael Snyder >> CC: Jakob Engblom , >> "gdb-patches@sourceware.org" , >> Eli Zaretskii >> >> Jakob Engblom wrote: >>> Here is an updated patch. As well as a better changelog entry. Diff also >>> attached as a file, for easier processing if someone wants it that way. >>> >>> Changelog: >>> >>> doc/ >>> * gdb.texinfo (MI commands): Added documentation of --reverse option to a set of >>> MI commands. Restructured documentation of MI commands --exec-continue to >>> reflect the complexity of reverse execution. (jakob@virtutech.com) >> Part 2 of the MI reverse patch, awaiting final approval. > > This is fine with me, but please wait with committing until we resolve > the issue raised by Vladimir. I think Vladimir was deferring to you, so we have a reverse deadlock. ;-) > > Oh, and one small correction: > >>> + If the @samp{--reverse} option is specified, resumes the reverse >>> + execution of the inferior program until the point where current >>> + function was called. ^^^^^^^^ > ^^^^^^^^ > "the current function". > > Thanks.