From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30229 invoked by alias); 14 Mar 2003 00:17:14 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 30109 invoked from network); 14 Mar 2003 00:17:13 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 14 Mar 2003 00:17:13 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id h2E0H3A01770; Thu, 13 Mar 2003 16:17:03 -0800 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Daniel Jacobowitz Cc: gdb , Tom Tromey , Michael Elizabeth Chastain Subject: Re: break jmisc.main References: <20030313205639.GA18052@nevyn.them.org> <20030313233611.GA22688@nevyn.them.org> From: David Carlton Date: Fri, 14 Mar 2003 00:17:00 -0000 In-Reply-To: <20030313233611.GA22688@nevyn.them.org> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-03/txt/msg00224.txt.bz2 On Thu, 13 Mar 2003 18:36:11 -0500, Daniel Jacobowitz said: > Hmm, I like this in principle. Could it have a more prominent FIXME on > it though? Sure, will do. > It's really not a good long term solution. We shouldn't need both > demangled copies... or if we do, then perhaps both should be > associated with the minsym. Well, this would be another argument in favor of coalescing minimal symbols and partial symbols (and possibly even regular symbols) into a single data structure: it might make it a possible to update incorrect information like this. David Carlton carlton@math.stanford.edu