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: Tracepoints


Regarding tracepoints :

Two things

First native debugging is not impossible - it simply requires something like

target remote localhost:65500
tp 52
action
collect i,j,k
collect br
end
tstart
cont

Second - is there any technical reason (other than the required isolation of functionality) to stop the target to do a tfind and a tdump. Can these be performed while the target is running (in theory - in practice gdb stops the target).

None ``other than the required isolation of functionality'' (read work on the target vector).


Andrew



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