From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 780 invoked by alias); 27 Jul 2007 00:39:29 -0000 Received: (qmail 772 invoked by uid 22791); 27 Jul 2007 00:39:28 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 27 Jul 2007 00:39:26 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 09C8798309; Fri, 27 Jul 2007 00:39:26 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id B898D98296; Fri, 27 Jul 2007 00:39:25 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IEDrX-000761-1e; Thu, 26 Jul 2007 20:39:23 -0400 Date: Fri, 27 Jul 2007 05:57:00 -0000 From: Daniel Jacobowitz To: kdsfinger@gmail.com Cc: gdb@sourceware.org Subject: Re: no symbol in current context problem Message-ID: <20070727003922.GA27255@caradoc.them.org> Mail-Followup-To: kdsfinger@gmail.com, gdb@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.15 (2007-04-09) 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-07/txt/msg00187.txt.bz2 On Thu, Jul 26, 2007 at 07:53:22PM -0400, kdsfinger@gmail.com wrote: > Is that a known bug for any of the software I am using listed above? > Thanks for help. I believe you can find a description of this bug in the GCC bugzilla somewhere; it omits local variables from constructors when generating debug info. I don't remember if it's been fixed or not, though. -- Daniel Jacobowitz CodeSourcery