From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14910 invoked by alias); 13 Jan 2010 20:44:37 -0000 Received: (qmail 14883 invoked by uid 22791); 13 Jan 2010 20:44:36 -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, 13 Jan 2010 20:44:32 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id 4C96B5607D; Wed, 13 Jan 2010 12:44:29 -0800 (PST) Received: from [10.20.94.141] (msnyder-server.eng.vmware.com [10.20.94.141]) by mailhost4.vmware.com (Postfix) with ESMTP id 3F315C9A2A; Wed, 13 Jan 2010 12:44:29 -0800 (PST) Message-ID: <4B4E30D9.3090906@vmware.com> Date: Wed, 13 Jan 2010 20:44:00 -0000 From: Michael Snyder User-Agent: Thunderbird 1.5.0.12 (X11/20090624) MIME-Version: 1.0 To: Vladimir Prus CC: Jakob Engblom , "gdb-patches@sources.redhat.com" Subject: Re: GDB MI Reverse Commands added [1 of 3] References: <00ce01ca265a$ccb66ca0$662345e0$@com> <002901ca948f$771a7fe0$654f7fa0$@com> <201001132336.36133.vladimir@codesourcery.com> In-Reply-To: <201001132336.36133.vladimir@codesourcery.com> 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: 2010-01/txt/msg00362.txt.bz2 Vladimir Prus wrote: > On Wednesday 13 January 2010 23:32:01 Jakob Engblom wrote: > >> Here is an updated patch for the MI reverse commands, against the latest gdb 7 from cvs. >> >> It removes the buggy whitespace changes, and also removes the small duplication of code with reverse.c (it was really only the setting of the default direction of execution that was duplicated). >> >> In my build, this version passes all the mi-reverse.exp tests. > > This patch is OK, thanks. Volodya, I don't think Jakob has write privs. One of us will have to check this in...