From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9555 invoked by alias); 4 May 2003 04:05:06 -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 9548 invoked from network); 4 May 2003 04:05:05 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 4 May 2003 04:05:05 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 7AF78D34B8; Sat, 3 May 2003 21:05:00 -0700 (PDT) Date: Sun, 04 May 2003 04:05:00 -0000 From: Joel Brobecker To: Elena Zannoni Cc: Thierry Schneider , gdb-patches@sources.redhat.com Subject: Re: [RFA] new GDB/MI command: -symbol-info-linetable Message-ID: <20030504040500.GV992@gnat.com> References: <20030310021923.GB27274@gnat.com> <16026.59307.319875.214299@localhost.redhat.com> <20030419024944.GA21248@gnat.com> <16037.20955.284144.107210@localhost.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16037.20955.284144.107210@localhost.redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2003-05/txt/msg00039.txt.bz2 Hello, > Ok, I just realized that you also need a gdb.mi/mi-symbol.exp file, > which will use set MIFLAGS "-i=mi" instead of set MIFLAGS "-i=mi1". > You may have to update some of the test output as well. > Post that new file as well. > > the rest is ok. Thierry does not have CVS write-after-approval yet, so he asked me to check these changes in for him. > > Here is the updated ChangeLog: > > > > 2003-04-18 Thierry Schneider > > > > * mi-cmds.h (mi_cmd_symbol_list_lines): Add declaration. > > * mi-cmds.c (mi_cmds): Add entry for new MI command. > > * mi-cmd-symbol.c (mi_cmd_symbol_list_lines): New source file > > for all symbol-related commands. > > > > 2003-04-18 Thierry Schneider > > > > * gdb.texinfo (section GDB/MI Symbol Query): Add documentation > > for new MI command. > > > > 2003-04-18 Thierry Schneider > > > > * mi1-symbol.exp (-symbol-list-lines): New test file to > > validate all symbol-related commands Note that the ChangeLog for the Makefile was missing. Here it is: 2003-05-03 J. Brobecker From Thierry Schneider * Makfile.in (SUBDIR_MI_OBS): Add dependency on mi-cmd-symbol.o. (SUBDIR_MI_SRCS): Add mi-cmd-symbol.c. (mi-cmd-symbol.o): Add rule. -- Joel