Bug 11018 - -thread-list-ids is failing in mi-pthreads.exp
Summary: -thread-list-ids is failing in mi-pthreads.exp
Status: UNCONFIRMED
Alias: None
Product: gdb
Classification: Unclassified
Component: threads (show other bugs)
Version: 6.8
: P1 critical
Target Milestone: 7.1
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-25 09:20 UTC by viju
Modified: 2009-11-25 09:20 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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