From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22313 invoked by alias); 16 Dec 2009 08:01:01 -0000 Received: (qmail 22304 invoked by uid 22791); 16 Dec 2009 08:01:01 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Dec 2009 08:00:55 +0000 Received: (qmail 10479 invoked from network); 16 Dec 2009 08:00:51 -0000 Received: from unknown (HELO wind.localnet) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 16 Dec 2009 08:00:51 -0000 From: Vladimir Prus To: Michael Snyder Subject: Re: GDB MI Reverse Commands added [2 of 3] Date: Wed, 16 Dec 2009 08:01:00 -0000 User-Agent: KMail/1.12.2 (Linux/2.6.31-14-generic-pae; KDE/4.3.2; i686; ; ) Cc: Jakob Engblom , "gdb-patches@sourceware.org" , Eli Zaretskii References: <00cf01ca265a$d4110dc0$7c332940$@com> <00d501ca2a34$93e5fe30$bbb1fa90$@com> <4B27E5D3.1070806@vmware.com> In-Reply-To: <4B27E5D3.1070806@vmware.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200912161100.46767.vladimir@codesourcery.com> 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/msg00203.txt.bz2 On Tuesday 15 December 2009 22:38:59 Michael Snyder wrote: > 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. Personally, I'd find it better if the --reverse option be described in one place, either as top-level section under "MI", and at the begining of "Execution commands" section. But I'll be happy with whatever Eli decides on this matter, and the rest of this patch. Thanks, Volodya