breakpoints in shared libraries
Daniel Jacobowitz
drow@false.org
Tue Feb 14 17:00:00 GMT 2006
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
More information about the Gdb
mailing list