From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31423 invoked by alias); 19 Sep 2002 05:26:15 -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 31406 invoked from network); 19 Sep 2002 05:26:14 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 19 Sep 2002 05:26:14 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA28328; Thu, 19 Sep 2002 07:22:58 +0200 (IST) Date: Wed, 18 Sep 2002 22:26:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: David Carlton cc: gdb Subject: Re: struct environment In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-09/txt/msg00271.txt.bz2 On 5 Sep 2002, David Carlton wrote: > So I want to add a type 'struct environment' to GDB. It will be > completely opaque, with a variety of internal implementations > available (similar to the way that 'struct block' allows you to use > either a hash table or a simple list of symbols) sharing a common > external interface. I want to start by converting 'struct block' over > to using this, then converting the global environment over to using > this, then (probably) 'struct type', and finally getting namespaces to > work well. Please keep in mind the need to document this new mechanism. TIA