From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27063 invoked by alias); 17 Dec 2008 16:17:51 -0000 Received: (qmail 27052 invoked by uid 22791); 17 Dec 2008 16:17:49 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 17 Dec 2008 16:17:10 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LCz55-0003Q2-9t for gdb-patches@sources.redhat.com; Wed, 17 Dec 2008 16:17:03 +0000 Received: from 78.158.192.230 ([78.158.192.230]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Dec 2008 16:17:03 +0000 Received: from vladimir by 78.158.192.230 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 17 Dec 2008 16:17:03 +0000 To: gdb-patches@sources.redhat.com From: Vladimir Prus Subject: Re: reverse for GDB/MI Date: Wed, 17 Dec 2008 16:17:00 -0000 Message-ID: References: <49463870.6080302@virtutech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.9 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: 2008-12/txt/msg00314.txt.bz2 Tomas Holmberg wrote: > Hi, > > I have looked at the new reverse functionality in GDB and I think that > it looks really good. I would like to see the reverse commands in the > GDB/MI interface as well. I have attached two patches with the same > purpose, to add reverse commands to the MI interface, as I am not sure > which one that is best. On the low level, the patch that introduces new functions is right -- I think that commands that route to CLI commands use bogus quoting. I am not quite sure about adding new set of commands for that. Can we use --reverse option, thereby not introducing new commands? - Volodya