From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17441 invoked by alias); 21 Sep 2008 03:25:12 -0000 Received: (qmail 17427 invoked by uid 22791); 21 Sep 2008 03:25:11 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 21 Sep 2008 03:24:37 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m8L3OBAf023169; Sat, 20 Sep 2008 23:24:11 -0400 Received: from opsy.redhat.com (vpn-10-85.bos.redhat.com [10.16.10.85]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m8L3O9Pt031262; Sat, 20 Sep 2008 23:24:09 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id EC7FC3785D0; Sat, 20 Sep 2008 21:23:39 -0600 (MDT) To: Eli Zaretskii Cc: brobecker@adacore.com, gdb-patches@sourceware.org Subject: Re: RFA: implement all missing macro expansion features References: <20080920001852.GC23372@adacore.com> <20080920151859.GD23372@adacore.com> From: Tom Tromey Reply-To: Tom Tromey X-Attribution: Tom Date: Sun, 21 Sep 2008 03:25:00 -0000 In-Reply-To: (Eli Zaretskii's message of "Sun\, 21 Sep 2008 05\:12\:59 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-09/txt/msg00450.txt.bz2 >>>>> "Eli" == Eli Zaretskii writes: Eli> Thanks. I think we also need a NEWS entry. Please review. I added this to the overall patch. I can resend the entire thing if necessary. Tom 2008-09-20 Tom Tromey * NEWS: Update. diff --git a/gdb/NEWS b/gdb/NEWS index 4c9af82..a6c8adc 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -22,6 +22,10 @@ For instance, consider: If the user types TAB at the end of this command line, the available completions will be "f1" and "f2". +* GDB now supports the token-splicing (##) and stringification (#) +operators when expanding macros. It also now supports variable-arity +macros. + * New remote packets qSearch:memory: