aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBQueue.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-383/+280
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2014-04-25Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda1-0/+2
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool1-13/+17
2014-03-13Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda1-0/+17
2014-03-09SBQueue::GetNumPendingItems() should not force a fetch of the pendingJason Molenda1-6/+29
2014-03-08Add inttypes.h to SBQueue.cpp (MSVC compilation error with PRIx32).Virgile Bello1-0/+2
2014-03-08Add API logging to the SBQueue/SBQueueItem/SBThread calls.Jason Molenda1-7/+43
2014-02-05Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda1-26/+26
2013-12-18Fix how Queue/QueueItem weak pointers are initialized in the ctors.Jason Molenda1-1/+2
2013-12-14Move the ivars / logic of SBQueue into a QueueImpl class and Jason Molenda1-163/+274
2013-12-13Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda1-0/+256