This is the mail archive of the
archer@sourceware.org
mailing list for the Archer project.
Re: gdb side of improved linker-debugger interface
Gary> I did it that way to ensure we're looking for the probes in the
Gary> correct object. It uses the original code to locate _dl_debug_state,
Gary> then assumes that the object containing _dl_debug_state is the linker
Gary> and looks for the probes in that. I don't know if this is the right
Gary> solution though.
Ok, I see. I think it would be fine the other way, but this is ok with
me too.
Tom