summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-383/+280
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda2014-04-251-0/+2
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-13/+17
* Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda2014-03-131-0/+17
* SBQueue::GetNumPendingItems() should not force a fetch of the pendingJason Molenda2014-03-091-6/+29
* Add inttypes.h to SBQueue.cpp (MSVC compilation error with PRIx32).Virgile Bello2014-03-081-0/+2
* Add API logging to the SBQueue/SBQueueItem/SBThread calls.Jason Molenda2014-03-081-7/+43
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-051-26/+26
* Fix how Queue/QueueItem weak pointers are initialized in the ctors.Jason Molenda2013-12-181-1/+2
* Move the ivars / logic of SBQueue into a QueueImpl class and Jason Molenda2013-12-141-163/+274
* Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda2013-12-131-0/+256
OpenPOWER on IntegriCloud