From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3065 invoked by alias); 16 Dec 2009 18:15:25 -0000 Received: (qmail 3053 invoked by uid 22791); 16 Dec 2009 18:15:24 -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 mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Dec 2009 18:15:18 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0KUR00E00BUG2X00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Wed, 16 Dec 2009 20:14:00 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.70.160.137]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KUR00BEFBZA3FB0@a-mtaout21.012.net.il>; Wed, 16 Dec 2009 20:14:00 +0200 (IST) Date: Wed, 16 Dec 2009 18:15:00 -0000 From: Eli Zaretskii Subject: Re: GDB MI Reverse Commands added [2 of 3] In-reply-to: <4B27E5D3.1070806@vmware.com> To: Michael Snyder Cc: vladimir@codesourcery.com, jakob@virtutech.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83eimu7pjs.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> <00d201ca2a33$454aa920$cfdffb60$@com> <00d501ca2a34$93e5fe30$bbb1fa90$@com> <4B27E5D3.1070806@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-12/txt/msg00211.txt.bz2 > 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. 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.