This is the mail archive of the gdb-patches@sources.redhat.com 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: unwind support for Linux 2.6 vsyscall DSO


On Oct 9,  4:02pm, Daniel Jacobowitz wrote:

> The problem with using SOLIB_ADD for this is that we can't SOLIB_ADD
> safely till we hit the dynamic linker breakpoint, but it would be
> _really_ nice to be able to load this object right after the inferior
> starts (and for static binaries, etc etc).  How would you suggets we do
> that?

I think that's what TARGET_CREATE_INFERIOR_HOOK is for.

Kevin


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