summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Queue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue ↵Jason Molenda2014-03-131-1/+14
| | | | | | | | (serial or concurrent). <rdar://problem/7964505> llvm-svn: 203748
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-051-3/+58
| | | | | | | | | | | | | | libldi library to collect extended backtrace information; switch to the libBacktraceRecording library and its APIs. Complete the work of adding QueueItems to Queues and allow for the QueueItems to be interrogated about their extended backtraces in turn. There's still cleanup and documentation to do on this code but the code is functional and I it's a good time to get the work-in-progress checked in. <rdar://problem/15314027> llvm-svn: 200822
* Fix std::string initialization in Queue ctor.Jason Molenda2013-12-191-1/+4
| | | | | | <rdar://problem/15694319> llvm-svn: 197631
* Fix how Queue/QueueItem weak pointers are initialized in the ctors.Jason Molenda2013-12-181-1/+2
| | | | llvm-svn: 197541
* Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda2013-12-131-0/+68
libdispatch aka Grand Central Dispatch (GCD) queues. Still fleshing out the documentation and testing of these but the overall API is settling down so it's a good time to check it in. <rdar://problem/15600370> llvm-svn: 197190
OpenPOWER on IntegriCloud