This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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: Track libc calls


On Thu, Aug 12, 2010 at 9:53 AM, Davide Italiano wrote:
> I was looking for a solution that doesn't use external tools

please dont top quote

if you really want to have everything self contained, then you can
always write your own mini-gdb implementation where you put software
breakpoints on every entry point and then catch them on the fly.

or perhaps ltrace does what you need already ?
-mike


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