From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14227 invoked by alias); 21 Nov 2003 19:46:42 -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 14220 invoked from network); 21 Nov 2003 19:46:40 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 21 Nov 2003 19:46:40 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id C5A7447D5B; Fri, 21 Nov 2003 11:46:41 -0800 (PST) Date: Fri, 21 Nov 2003 19:46:00 -0000 From: Joel Brobecker To: Roul Oldenburger Cc: gdb@sources.redhat.com Subject: Re: debuginformation generated by GNAT Message-ID: <20031121194641.GC2498@gnat.com> References: <3FBA41DC.6050209@rheinmetall-de.com> <20031118185122.GD1319@gnat.com> <3FBCE28E.10807@rheinmetall-de.com> <20031120182051.GB1186@gnat.com> <3FBE277F.5020005@rheinmetall-de.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FBE277F.5020005@rheinmetall-de.com> User-Agent: Mutt/1.4i X-SW-Source: 2003-11/txt/msg00208.txt.bz2 > struct gen_siso_common_types__bdt_spectral_description__T77s___XA { /* > size 4 id 1545 */ > long int > gen_siso_common_types__bdt_spectral_description__T76s___XDL_1; /* > bitsize 32, bitpos 0 */ > }; this part is telling you that the lower bound is static and equal to 1. The upper bound is dynamic and needs to be read in memory: GNAT should generate a ___U *variable*, something like this: gen_siso_common_types__bdt_spectral_description__T76s___U BTW: Is this a personal project of yours? Could you tell us more about what you are trying to do, and what you are using Ada for? -- Joel