This is the mail archive of the gdb@sourceware.org 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: GDB fast tracepoint query


Hi,

> AFAIU, the fast tracepoint jump pad will always be there if a trace
> experiment is running (with at least one active fast tracepoint set),
> which means GDB will take the path through the fast tracepoint's jump
> pad, save whatever needs to be saved, execute actions and then exit
> through the jump pad again. So there should be some small overhead there
> even if no actions are actually executed.
>
> As for the time when the instruction is modified, it is during the trace
> experiment startup, during "tstart". "ftrace" or "trace" will just
> register the tracepoint internally inside gdb.
>
> Luis

Thanks a lot for the info :) Sorry for the late reply

Suchakra

--
Suchakrapani Datt Sharma
Laboratorie DORSAL
École Polytechnique de Montréal




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