This is the mail archive of the gdb@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: Using gdb as a trace agent


Alexandre Courbot <Alexandre.Courbot@lifl.fr> writes:
> Hello everyone,
> 
> In my quest to get datas out of a program as non-intrusively as
> possible (I'm trying to get graphes out of the memory manager of an
> embedded operating system), I'm having a close and interested look at
> gdb tracepoints. It looks like a great solution, but unfortunately:
> 
> - It only works on remote targets, dixit the manual,

How are you communicating with the target?

> - Anyway, no remote target supports them.

I remember Michael talking about getting the stub tracing code
released to the public, but I don't remember what came of that.
Michael?


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