From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13650 invoked by alias); 22 Oct 2007 21:15:15 -0000 Received: (qmail 13637 invoked by uid 22791); 22 Oct 2007 21:15:15 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 22 Oct 2007 21:15:12 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-163-251.inter.net.il [80.230.163.251]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id ICM59748 (AUTH halo1); Mon, 22 Oct 2007 23:12:31 +0200 (IST) Date: Mon, 22 Oct 2007 21:23:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: gdb-patches@sourceware.org In-reply-to: <20071022165632.GA5202@caradoc.them.org> (message from Daniel Jacobowitz on Mon, 22 Oct 2007 12:56:32 -0400) Subject: Re: [rfc] gdb/931 - Canonicalize type names on input / output Reply-to: Eli Zaretskii References: <20071022165632.GA5202@caradoc.them.org> 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: 2007-10/txt/msg00525.txt.bz2 > Date: Mon, 22 Oct 2007 12:56:32 -0400 > From: Daniel Jacobowitz > Cc: Eli Zaretskii > > I would like to add a NEWS entry for this. Eli, is this a reasonable > one? > > * GDB now parses C++ symbol and type names more flexibly. Yes, but this is too general to be useful to the reader. How about adding a couple of examples where it now does TRT? Thanks.