Tracepoints
Andrew Cagney
ac131313@redhat.com
Thu Oct 2 19:23:00 GMT 2003
> 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
More information about the Gdb
mailing list