summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-2/+1
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-1/+1
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-12/+12
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-7/+7
* [Process] Remove unused field from HistoryThreadAlex Langford2019-06-191-16/+3
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-8/+9
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-261-3/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-10/+0
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-8/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-4/+4
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-0/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-44/+29
* Rename Error -> Status.Zachary Turner2017-05-121-14/+14
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-834/+847
* Revert r273524, it may have been the cause of a linux testbot failureJason Molenda2016-06-231-1/+1
* Do some minor renames of "Mac OS X" to "macOS".Jason Molenda2016-06-231-1/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-20/+20
* 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
OpenPOWER on IntegriCloud