From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2093 invoked by alias); 19 Apr 2003 08:06:44 -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 2085 invoked from network); 19 Apr 2003 08:06:43 -0000 Received: from unknown (HELO frigg.inter.net.il) (192.114.186.16) by sources.redhat.com with SMTP; 19 Apr 2003 08:06:43 -0000 Received: from zaretsky (cable-130-90.inter.net.il [213.8.130.90]) by frigg.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id CHK87755; Sat, 19 Apr 2003 11:06:31 +0300 (IDT) Date: Sat, 19 Apr 2003 08:06:00 -0000 From: "Eli Zaretskii" To: tpschneider1@yahoo.com Message-Id: <8011-Sat19Apr2003110418+0300-eliz@elta.co.il> CC: ezannoni@redhat.com, tpschneider1@yahoo.com, gdb-patches@sources.redhat.com In-reply-to: <20030419024944.GA21248@gnat.com> (message from Thierry Schneider on Fri, 18 Apr 2003 19:49:44 -0700) Subject: Re: [RFA] new GDB/MI command: -symbol-info-linetable Reply-to: Eli Zaretskii References: <20030310021923.GB27274@gnat.com> <16026.59307.319875.214299@localhost.redhat.com> <20030419024944.GA21248@gnat.com> X-SW-Source: 2003-04/txt/msg00357.txt.bz2 > Date: Fri, 18 Apr 2003 19:49:44 -0700 > From: Thierry Schneider > > Thank you for reviewing my changes and for the constructive feedback. > I have incorporated all your suggestions, as well as the one from Bob > Rossi who kindly informed me that the MI documentation had been merged > gdb/doc/gdb.texinfo, and this is where I added my new documentation. > > 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 The patch for gdb.texinfo is okay with me. Thanks.