summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Queue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-90/+47
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Target;...Eugene Zelenko2016-02-181-11/+8
* Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda2014-03-131-1/+14
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-051-3/+58
* Fix std::string initialization in Queue ctor.Jason Molenda2013-12-191-1/+4
* Fix how Queue/QueueItem weak pointers are initialized in the ctors.Jason Molenda2013-12-181-1/+2
* Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda2013-12-131-0/+68
OpenPOWER on IntegriCloud