From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8042 invoked by alias); 4 Dec 2003 18:16:06 -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 8032 invoked from network); 4 Dec 2003 18:16:05 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 4 Dec 2003 18:16:05 -0000 Received: by localhost.redhat.com (Postfix, from userid 469) id 2B7CA1A42DB; Thu, 4 Dec 2003 13:16:04 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16335.31204.865741.294079@localhost.redhat.com> Date: Thu, 04 Dec 2003 18:16:00 -0000 To: Joel Brobecker Cc: Elena Zannoni , Andreas Schwab , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Handle DW_TAG_subrange_type In-Reply-To: <20031204174939.GG1652@gnat.com> References: <16335.26147.29714.759783@localhost.redhat.com> <20031204174939.GG1652@gnat.com> X-SW-Source: 2003-12/txt/msg00122.txt.bz2 Joel Brobecker writes: > > Can you post an example of the debug info you see for Ada in this > > case, just for the record? > > In addition to the example posted by Andreas, here is the code in GCC > that generates these subrange types: > [...] > > So the only information we are stuffing in these types are the name, > the bounds, and a reference to the parent type. > Ok, thanks. Makes sense. elena