From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19820 invoked by alias); 14 Feb 2006 17:00:35 -0000 Received: (qmail 19812 invoked by uid 22791); 14 Feb 2006 17:00:34 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Tue, 14 Feb 2006 17:00:33 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1F93XT-0006r8-Hy; Tue, 14 Feb 2006 12:00:31 -0500 Date: Tue, 14 Feb 2006 17:00:00 -0000 From: Daniel Jacobowitz To: Florian Hackenberger Cc: gdb@sourceware.org Subject: Re: breakpoints in shared libraries Message-ID: <20060214170031.GA26297@nevyn.them.org> Mail-Followup-To: Florian Hackenberger , gdb@sourceware.org References: <200602141729.09355.f.hackenberger@chello.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200602141729.09355.f.hackenberger@chello.at> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-02/txt/msg00130.txt.bz2 On Tue, Feb 14, 2006 at 05:29:09PM +0100, Florian Hackenberger wrote: > Pending breakpoint "quaternion.cpp:100" resolved > Quaternion::Quaternion(angle, axis), axis is not unit. > Make the axis unit. > > That tells me: > 1. The breakpoint was set. > 2. The breakpoint did not work, as I can see the output "Make the axis unit." > and that's the line where my breakpoint was supposed to interrupt the > execution. > > So that's the problem. Can anyone help me? This has nothing to do with shared libraries; if you search the archives for breakpoints in constructors, you'll learn lots more about the (still unsolved) problem. -- Daniel Jacobowitz CodeSourcery