summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
Commit message (Expand)AuthorAgeFilesLines
* This change introduces a "ExpressionExecutionThread" to the ThreadList. Jim Ingham2016-03-121-5/+5
* Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda2016-01-121-6/+18
* Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda2015-11-051-0/+2
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-1/+1
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-2/+0
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-2/+2
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-6/+7
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-3/+3
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-7/+6
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-6/+7
* Don't #include ClangASTContext.h from Module.hZachary Turner2015-03-031-0/+1
* Change SystemRuntimeMacOSX::ReadLibdispatchTSDIndexes to use theJason Molenda2014-09-121-50/+26
* Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda2014-06-131-2/+178
* Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda2014-05-131-0/+15
* Add a new SBThread::GetQueue() method to get the queue that is Jason Molenda2014-04-251-20/+21
* sanitise sign comparisonsSaleem Abdulrasool2014-04-021-2/+4
* Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda2014-03-131-0/+43
* Correctly add the QueueID to a pending block's extended thread backtrace thread.Jason Molenda2014-03-101-34/+34
* libBacktraceRecording __introspection_dispatch_queue_get_pending_items isJason Molenda2014-03-091-48/+90
* Fix a small inferior process memory leak in SystemRuntimeMacOSX::PopulatePend...Jason Molenda2014-03-071-0/+2
* Small fix for i386 extended backtraces; wasn't skipping aJason Molenda2014-02-261-5/+6
* Add some additional logging to the Mac OS X SystemRuntime. Fix a bug where l...Jason Molenda2014-02-151-6/+10
* Adjust the calls to __introspection_dispatch_thread_get_item_info toJason Molenda2014-02-111-1/+8
* Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda2014-02-051-251/+480
* Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda2013-12-131-1/+22
* Add logging for the SB API which creates extendedJason Molenda2013-11-191-7/+35
* Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() methodJason Molenda2013-11-161-2/+41
* Commit a work-in-progress system runtime for Mac OS X which won'tJason Molenda2013-11-151-0/+422
OpenPOWER on IntegriCloud