<div dir="ltr">Hi Greg,<div><br></div><div><div>I'm about to add a protocol-level test for llgs and debugserver that verifies that a launched inferior process's initial reported thread (i.e. response to $qC) is the same thread that reports when asking for stop state ($?), or at least that the thread-id is present in the threads listed when QListThreadsInStopReply is available.  What I'm finding on debugserver on MacOSX is that right after the successful launch with $A, the $qC query responds with a $QC{thread-id}.  The very next $?, though, without any intervening resume operation, lists the threads but doesn't contain the {thread-id} from the $QC.</div>
<div><div><br></div><div>Here's a real transcript (with non-interesting bits removed).  It's from a debugserver started with no inferior, then attached to by lldb, then launching the first inferior process.</div><div>
<br></div><div>...</div><div><div><lldb.driver.main-thread> <  27> send packet: $QListThreadsInStopReply#21<br></div><div><lldb.driver.main-thread> <   6> read packet: $OK#00</div><div><lldb.driver.main-thread> <  13> send packet: $qHostInfo#9b</div>
<div><lldb.driver.main-thread> < 122> read packet: $cputype:16777223;cpusubtype:3;ostype:macosx;watchpoint_exceptions_received:after;vendor:apple;endian:little;ptrsize:8;#00</div><div>...</div><div><lldb.driver.main-thread> <  66> send packet: $A56,0,2f55736572732f746669616c612f706c61792f6370702f68656c6c6f#a0<br>
</div><div><lldb.driver.main-thread> <   6> read packet: $OK#00</div><div><lldb.driver.main-thread> <  18> send packet: $qLaunchSuccess#a5</div><div><lldb.driver.main-thread> <   6> read packet: $OK#00</div>
<div><lldb.driver.main-thread> <   6> send packet: $qC#b4</div><div><lldb.driver.main-thread> <   9> <b>read packet: $QC980#00</b>   <<< Doesn't this say the app is launched, stopped, and thread-id 980 is selected?</div>
<div><lldb.driver.main-thread> <   5> send packet: $?#3f</div><div><lldb.driver.main-thread> < 503> read packet: $T11<b>thread:63f5</b>;qaddr:a0;<b>threads:63f5</b>;00:0000000000000000;01:0000000000000000;02:0000000000000000;03:0000000000000000;04:0000000000000000;05:0000000000000000;06:0000000000000000;07:68f8bf5fff7f0000;08:0000000000000000;09:0000000000000000;0a:0000000000000000;0b:0000000000000000;0c:0000000000000000;0d:0000000000000000;0e:0000000000000000;0f:0000000000000000;10:2810c05fff7f0000;11:0002000000000000;12:2b00000000000000;13:0000000000000000;14:0000000000000000;metype:5;mecount:2;medata:10003;medata:11;#00</div>
</div><div>...</div><div><br></div><div>The $? response seems to say it only has one thread, 63f5.  I would expect at least the 980 thread-id reported in the initial qC packet to exist somewhere.</div><div><br></div><div>
What am I missing?</div><div><br></div><div>Thanks!</div></div><div><br></div>-- <br><div dir="ltr">-Todd</div>
</div></div>