From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31359 invoked by alias); 6 Sep 2002 21:43:07 -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 31343 invoked from network); 6 Sep 2002 21:43:06 -0000 Received: from unknown (HELO jackfruit.Stanford.EDU) (171.64.38.136) by sources.redhat.com with SMTP; 6 Sep 2002 21:43:06 -0000 Received: (from carlton@localhost) by jackfruit.Stanford.EDU (8.11.6/8.11.6) id g86Lf2918453; Fri, 6 Sep 2002 14:41:02 -0700 X-Authentication-Warning: jackfruit.Stanford.EDU: carlton set sender to carlton@math.stanford.edu using -f To: Daniel Jacobowitz Cc: gdb Subject: Re: struct environment References: <20020906150620.GA19200@nevyn.them.org> Content-Type: text/plain; charset=US-ASCII From: David Carlton Date: Fri, 06 Sep 2002 14:43:00 -0000 In-Reply-To: <20020906150620.GA19200@nevyn.them.org> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp) MIME-Version: 1.0 X-SW-Source: 2002-09/txt/msg00039.txt.bz2 On Fri, 6 Sep 2002 11:06:20 -0400, Daniel Jacobowitz said: > - warts in mdebugread that I was not patient enough to overcome when > I finally merged in hash table support How hard do you think it would be to convert mdebugread over to using the mechanisms from buildsym? (I looked at mdebugread myself, but my brain seems to be overflowing with GDB code right now; I'll try again next week, but if you can give me an easy answer, so much the better.) It seems to me like it shouldn't be too hard to convert it over to my environment mechanism using the partially-constructed environments + finalize ideas that we'd talked about earlier; but if it could just as easily be converted to using buildsym, so much the better. David Carlton carlton@math.stanford.edu