This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


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

thread support


We are working on an embedded target to add gdb support. We are using
insight 5.0. Everyting is going well except for one area: thread support.
I have been unable to figure out exactly what RSP packets are needed
and how to interpret them and their contents. In particular, it seems
that the gdb ThreadId is 1-based (when I return thrId = 0 for the "qC"
pkt, insight/gdb gets confused), whereas thread ids internal to the
target are 0-based. I have tried (external thrid = internal thrid + 1)
and this helped considerably but there are still problems. are there any
docs regarding this?

JimK



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