This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: breakpoints in shared libraries


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]