summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBQueue.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-1/+1
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+29
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+4
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-66/+6
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-6/+46
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-3/+3
* 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