From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11945 invoked by alias); 27 Jan 2003 21:21:49 -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 11938 invoked from network); 27 Jan 2003 21:21:48 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by 172.16.49.205 with SMTP; 27 Jan 2003 21:21:48 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6B3113D2C; Mon, 27 Jan 2003 16:21:46 -0500 (EST) Message-ID: <3E35A2EA.1080906@redhat.com> Date: Mon, 27 Jan 2003 21:21:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.1) Gecko/20021211 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Daniel Jacobowitz Cc: gdb-patches@sources.redhat.com Subject: Re: RFC: Demangle partial symbols and save memory too References: <20030126222808.GA18132@nevyn.them.org> <20030127190109.GA11294@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-01/txt/msg00740.txt.bz2 > Personally, I'd prefer that name be const char *. And, for that >> matter, I'd rather have the demangled name member of struct >> general_symbol_info be a const char *: it will be shared, so changing >> it really would be bad. But that's really a separate issue; I'll >> submit a patch for that one myself later. > > > Thanks for reminding me; I'll fix the first const char *. You'll > notice I fixed the ugly places I was modifying it already, from our > last discussion. Yes please! The more `char *' -> `const char *' stomping, the better. Andrew