From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16624 invoked by alias); 9 Apr 2003 20:23:38 -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 16617 invoked from network); 9 Apr 2003 20:23:37 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (205.232.38.116) by sources.redhat.com with SMTP; 9 Apr 2003 20:23:37 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 11AE3D34B8; Wed, 9 Apr 2003 16:23:37 -0400 (EDT) Date: Wed, 09 Apr 2003 20:23:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Cc: Thierry Schneider Subject: Re: [RFA/ping] new GDB/MI command: -symbol-info-linetable Message-ID: <20030409202337.GM1170@gnat.com> References: <20030310021923.GB27274@gnat.com> <20030331042235.GA28977@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030331042235.GA28977@gnat.com> User-Agent: Mutt/1.4i X-SW-Source: 2003-04/txt/msg00170.txt.bz2 Hello, > 2003-03-09 Thierry Schneider > > * mi-main.c (mi_cmd_symbol_info_linetable): New function. > * mi-cmds.h (mi_cmd_symbol_info_linetable): Add declaration. > * mi-cmds.c (mi_cmds): Add entry for new MI command. > * gdbmi.texinfo (GDB/MI Symbol Query): Add documentation for > new MI command. I was wondering if an MI maintainer could have a look at this patch, as it would be very useful for GVD. I think cgdb will also appreciate it. There are 2 aspects in this patch: 1. The new user command, its name and syntax 2. The implementation itself If at least we could agree on 1, both GVD and cgdb could move forward while we work on the implementation side if there is any issue with it... The patch with its documentation was posted in the following message: http://sources.redhat.com/ml/gdb-patches/2003-03/msg00208.html Thanks, -- Joel