From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14211 invoked by alias); 26 Oct 2007 11:54:53 -0000 Received: (qmail 14202 invoked by uid 22791); 26 Oct 2007 11:54:52 -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, 26 Oct 2007 11:54:50 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 2BA6498340; Fri, 26 Oct 2007 11:54:48 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 022519833F; Fri, 26 Oct 2007 11:54:47 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1IlNm2-0006vD-Qo; Fri, 26 Oct 2007 07:54:46 -0400 Date: Fri, 26 Oct 2007 11:54:00 -0000 From: Daniel Jacobowitz To: Bobo Cc: gdb@sourceware.org Subject: Re: Breakpoint in C++ class constructor is never reached Message-ID: <20071026115446.GA26327@caradoc.them.org> Mail-Followup-To: Bobo , 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-10/txt/msg00260.txt.bz2 On Fri, Oct 26, 2007 at 02:45:18PM +0300, Bobo wrote: > Hello, > > I have a C++ application built for Solaris Sun 5.8 with gcc 3.2.x and SUN > linker. > When i put a breakpoint in the constructor/destructor of my C++ classes it's > never reached. A breakpoint set in any other method of the same class gets hit > with no problems. Try a snapshot of HEAD instead of the 6.7 branch. This is fixed, but not in 6.7. -- Daniel Jacobowitz CodeSourcery