Tracepoints

Newman, Mark (N-Superior Technical Resource Inc) mark.newman@lmco.com
Thu Oct 2 13:16: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).

                                      Mark Newman



More information about the Gdb mailing list