Add a new SBThread::GetQueue() method to get the queue that is

currently associated with a given thread, on relevant targets.

Change the queue detection code to verify that the queues 
associated with all live threads are included in the list.
<rdar://problem/16411314> 

llvm-svn: 207160
This commit is contained in:
Jason Molenda
2014-04-25 00:01:15 +00:00
parent 5ad11841f7
commit b9ffa98cab
11 changed files with 113 additions and 23 deletions

View File

@@ -15,6 +15,8 @@
#include "lldb/API/SBProcess.h"
#include "lldb/API/SBThread.h"
#include "lldb/API/SBQueueItem.h"
#include "lldb/Core/Log.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/Queue.h"