From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9050 invoked by alias); 13 Jan 2010 20:36:43 -0000 Received: (qmail 9038 invoked by uid 22791); 13 Jan 2010 20:36:43 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,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, 13 Jan 2010 20:36:39 +0000 Received: (qmail 19119 invoked from network); 13 Jan 2010 20:36:37 -0000 Received: from unknown (HELO wind.localnet) (vladimir@127.0.0.2) by mail.codesourcery.com with ESMTPA; 13 Jan 2010 20:36:37 -0000 From: Vladimir Prus To: "Jakob Engblom" Subject: Re: GDB MI Reverse Commands added [1 of 3] Date: Wed, 13 Jan 2010 20:36:00 -0000 User-Agent: KMail/1.12.2 (Linux/2.6.31-14-generic-pae; KDE/4.3.2; i686; ; ) Cc: gdb-patches@sources.redhat.com References: <00ce01ca265a$ccb66ca0$662345e0$@com> <002901ca948f$771a7fe0$654f7fa0$@com> In-Reply-To: <002901ca948f$771a7fe0$654f7fa0$@com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201001132336.36133.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: 2010-01/txt/msg00361.txt.bz2 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