breaks at thread create and delete fail on PPC64/Linux
Daniel Jacobowitz
drow@false.org
Tue Aug 29 19:08:00 GMT 2006
On Tue, Aug 29, 2006 at 09:03:31PM +0200, Mark Kettenis wrote:
> > Here's my question: why isn't that happening already? Don't we get
> > shared library events after relocation processing? Or do we get one
> > before and one after?
>
> Normally we get an event right before a shared library and its
> dependencies is loaded and right after. At that last event things are
> supposed to be in a consistent state, so relocations should have been
> processed (except for relocations to be resilved by lazy binding of
> course).
Is one of these before constructors and the other after, do you know?
How about relocation processing? We really want to insert these
breakpoints before constructors; it's not unheard of to create a thread
in a shared library constructor.
--
Daniel Jacobowitz
CodeSourcery
More information about the Gdb
mailing list