From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4988 invoked by alias); 23 May 2008 20:39:38 -0000 Received: (qmail 4977 invoked by uid 22791); 23 May 2008 20:39:36 -0000 X-Spam-Check-By: sourceware.org Received: from mtaout2.012.net.il (HELO mtaout2.012.net.il) (84.95.2.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 May 2008 20:39:16 +0000 Received: from HOME-C4E4A596F7 ([80.230.149.132]) by i_mtaout2.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0K1C007YXA1SX0E1@i_mtaout2.012.net.il> for gdb-patches@sourceware.org; Fri, 23 May 2008 23:53:53 +0300 (IDT) Date: Sun, 25 May 2008 18:03:00 -0000 From: Eli Zaretskii Subject: Re: RFA: Patch: implement missing macro functions In-reply-to: X-012-Sender: halo1@inter.net.il To: Tom Tromey Cc: pedro@codesourcery.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <200805232030.20677.pedro@codesourcery.com> 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-05/txt/msg00694.txt.bz2 > Cc: gdb-patches@sourceware.org > From: Tom Tromey > Date: Fri, 23 May 2008 14:28:32 -0600 > > +This command only affects definitions provided with the @command{macro > +define} command, described above; it cannot remove definitions present > +in the program being debugged. We use @code for GDB commands, not @command. (Yes, I know it was like that in the original text.) Other than that, the patch for the manual is fine with me. Btw, I think these new commands deserve a NEWS entry. Thanks.