Bug 11018

Summary: -thread-list-ids is failing in mi-pthreads.exp
Product: gdb Reporter: viju <vijuvince>
Component: threadsAssignee: Not yet assigned to anyone <unassigned>
Status: UNCONFIRMED ---    
Severity: critical CC: gdb-prs
Priority: P1    
Version: 6.8   
Target Milestone: 7.1   
Host: Target:
Build: Last reconfirmed:

Description viju 2009-11-25 09:20:27 UTC
while giving -thread-list-ids command, the pending thread infos are coming first
and then its showing -thread-list-ids output

eg:)-thread-list-ids^M
~"[New Thread 16682]\n"
~"[New Thread 16683]\n"
~"[New Thread 16684]\n"
~"[New Thread 16685]\n"
^done,thread-ids={thread-id="5",thread-id="4",thread-id="3",thread-id="2",thread-id="1"},number-of-threads="5"

because of the thread info coming at first, the test case is FAILING
can u tell me what the solution for solving this issue