| Commit message (Expand) | Author | Age | Files | Lines |
| * | [lldb] NFC modernize codebase with modernize-use-nullptr | Konrad Kleine | 2019-05-23 | 1 | -2/+2 |
| * | [Reproducers] Capture return values of functions returning by ptr/ref | Jonas Devlieghere | 2019-04-03 | 1 | -1/+1 |
| * | [lldb] [Reproducer] Move SBRegistry registration into declaring files | Michal Gorny | 2019-03-19 | 1 | -0/+29 |
| * | Add "operator bool" to SB APIs | Pavel Labath | 2019-03-11 | 1 | -0/+4 |
| * | [SBAPI] Log from record macro | Jonas Devlieghere | 2019-03-07 | 1 | -66/+6 |
| * | [Reproducers] Add SBReproducer macros | Jonas Devlieghere | 2019-03-06 | 1 | -6/+46 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Simplify Boolean expressions | Jonas Devlieghere | 2018-12-15 | 1 | -3/+3 |
| * | Move Log from Core -> Utility. | Zachary Turner | 2017-03-03 | 1 | -1/+1 |
| * | *** This commit represents a complete reformatting of the LLDB source code | Kate Stone | 2016-09-06 | 1 | -383/+280 |
| * | Don't #include "lldb-python.h" from anywhere. | Zachary Turner | 2015-05-29 | 1 | -2/+0 |
| * | Add a new SBThread::GetQueue() method to get the queue that is | Jason Molenda | 2014-04-25 | 1 | -0/+2 |
| * | sweep up -Wformat warnings from gcc | Saleem Abdulrasool | 2014-04-04 | 1 | -13/+17 |
| * | Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se... | Jason Molenda | 2014-03-13 | 1 | -0/+17 |
| * | SBQueue::GetNumPendingItems() should not force a fetch of the pending | Jason Molenda | 2014-03-09 | 1 | -6/+29 |
| * | Add inttypes.h to SBQueue.cpp (MSVC compilation error with PRIx32). | Virgile Bello | 2014-03-08 | 1 | -0/+2 |
| * | Add API logging to the SBQueue/SBQueueItem/SBThread calls. | Jason Molenda | 2014-03-08 | 1 | -7/+43 |
| * | Change the Mac OS X SystemRuntime plugin from using the placeholder | Jason Molenda | 2014-02-05 | 1 | -26/+26 |
| * | Fix how Queue/QueueItem weak pointers are initialized in the ctors. | Jason Molenda | 2013-12-18 | 1 | -1/+2 |
| * | Move the ivars / logic of SBQueue into a QueueImpl class and | Jason Molenda | 2013-12-14 | 1 | -163/+274 |
| * | Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to represent | Jason Molenda | 2013-12-13 | 1 | -0/+256 |