[Ltrace-devel] [PATCH 00/11] libdl support in ltrace - please test!

Petr Machata pmachata at redhat.com
Fri Nov 19 19:56:37 UTC 2010


09.11.2010 00:47, Joe Damato wrote:
> List,
>
> I've broken apart my lib-dl changes into a series of smaller patches to make
> reading and understanding them a bit less painful. Not sure I'll squash these
> prior to pulling code into the official repository, but for now I think keeping
> them separate so people can read them is probably preferred.
>
> I have no idea if this code works on other architectures and would appreciate
> testers.

Works on s390, as I have written earlier.

It fails on ppc though.  I thought we did the r_debug initialization 
only after we hit _start (i.e. after we hit arch-defined 
PLT_REINITALISATION_BP), but it turns out I was reading the debug output 
wrongly.  We do it after we _enable_ the _start breakpoint.

PM



More information about the Ltrace-devel mailing list