From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14297 invoked by alias); 28 Oct 2008 08:08:47 -0000 Received: (qmail 14112 invoked by uid 22791); 28 Oct 2008 08:08:46 -0000 X-Spam-Check-By: sourceware.org Received: from smtp.nokia.com (HELO mgw-mx03.nokia.com) (192.100.122.230) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 28 Oct 2008 08:08:11 +0000 Received: from esebh106.NOE.Nokia.com (esebh106.ntc.nokia.com [172.21.138.213]) by mgw-mx03.nokia.com (Switch-3.2.6/Switch-3.2.6) with ESMTP id m9S8843S023177 for ; Tue, 28 Oct 2008 10:08:06 +0200 Received: from vaebh102.NOE.Nokia.com ([10.160.244.23]) by esebh106.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 28 Oct 2008 10:07:46 +0200 Received: from bett-ws023.europe.nokia.com ([172.25.167.47]) by vaebh102.NOE.Nokia.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Tue, 28 Oct 2008 10:07:44 +0200 From: =?iso-8859-1?q?Andr=E9_P=F6nitz?= To: gdb@sourceware.org Subject: Re: [bug] problem printing local vars in shared lib function Date: Tue, 28 Oct 2008 08:08:00 -0000 User-Agent: KMail/1.9.9 References: <490648CE.4090709@vmware.com> In-Reply-To: <490648CE.4090709@vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810280907.49029.apoenitz@trolltech.com> X-Nokia-AV: Clean 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: 2008-10/txt/msg00122.txt.bz2 On Tuesday 28 October 2008 00:03:42 Michael Snyder wrote: > Does this sound familiar to anybody? X86_64... > > I have a local shared library function, built with -g, > gdb has its symbols and can list it, step into it, step > within it etc. > > I can print the values of the function parameters, but > not the values of local (automatic) variables. These > are not statics but autos on the stack. Is this function a constructor? If so, it sounds familiar ;-} Andre'