From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29417 invoked by alias); 19 Mar 2007 20:40:38 -0000 Received: (qmail 29395 invoked from network); 19 Mar 2007 20:40:28 -0000 Received: from unknown (212.77.101.9) by sourceware.org with QMTP; 19 Mar 2007 20:40:28 -0000 Received: (wp-smtpd smtp.wp.pl 7806 invoked from network); 19 Mar 2007 21:40:28 +0100 Received: from host86-128-14-58.range86-128.btcentralplus.com (HELO BIGOS) (jagorak@[86.128.14.58]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with SMTP for ; 19 Mar 2007 21:40:28 +0100 Date: Mon, 19 Mar 2007 20:40:00 -0000 From: jagorak X-Mailer: Private Mailer 1.0 Reply-To: jagorak Message-ID: <1727367062.20070319204026@wp.pl> To: Daniel Jacobowitz CC: Joel Brobecker , gdb@sourceware.org Subject: Re[2]: Calling an Ada subprogram with complex parameters In-Reply-To: <20070319201712.GA19091@caradoc.them.org> References: <1827236609.20070317231124@wp.pl> <20070319021557.GA26173@caradoc.them.org> <1905422578.20070319200802@wp.pl> <20070319201712.GA19091@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO 0U00000 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00223.txt.bz2 DJ> type. If you do that, it does not have a memory location. DJ> GDB would need support for pushing the variable into target memory at DJ> the appropriate time (and deciding what "appropriate" meant). That explains the messages I was seeing. That means I'll have to stick to using absolute addresses for compound types. Many thanks for your support! Cheers Jan