Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent
libdispatch aka Grand Central Dispatch (GCD) queues. Still fleshing out the
documentation and testing of these but the overall API is settling down so it's
a good time to check it in.
<rdar://problem/15600370>
llvm-svn: 197190
diff --git a/lldb/source/API/CMakeLists.txt b/lldb/source/API/CMakeLists.txt
index ac7a484..560167e 100644
--- a/lldb/source/API/CMakeLists.txt
+++ b/lldb/source/API/CMakeLists.txt
@@ -30,6 +30,8 @@
SBModuleSpec.cpp
SBPlatform.cpp
SBProcess.cpp
+ SBQueue.cpp
+ SBQueueItem.cpp
SBSection.cpp
SBSourceManager.cpp
SBStream.cpp