From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27137 invoked by alias); 27 Sep 2002 02:03:18 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 27130 invoked from network); 27 Sep 2002 02:03:17 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 27 Sep 2002 02:03:17 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 699C63E1B; Thu, 26 Sep 2002 22:03:18 -0400 (EDT) Message-ID: <3D93BC66.8090607@redhat.com> Date: Thu, 26 Sep 2002 19:03:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Fernando Nasser , Josef Ezra Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] new command: 'maintenance info lines' References: <02ea01c1e6eb$65f850c0$ad219fa8@lss.emc.com> <3CBEFC88.37807AEF@redhat.com> <3D08D15E.7030805@emc.com> <3D08DB87.A8119A1D@redhat.com> <3D0E39E6.5060701@emc.com> <3D0FA3CD.5681BF89@redhat.com> <3D789AF5.4020406@subdimension.com> <3D921C02.9020906@redhat.com> <3D9310D8.3060401@emc.com> <3D9347D4.9010204@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00655.txt.bz2 Just FYI, I believe that GDB is getting a new interpreter command vis: (gdb) interpreter mi -data-disassemble .... (gdb) (assuming I've got the syntax right) this will make it possible for an existing CLI based front end to incrementally convert to the better supported MI front end. Andrew