summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h
AgeCommit message (Expand)Author
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich
2021-10-27Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFi...Pavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-04Move UUID from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-01-12Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-07-22Fix warnings found by -Wextra-semiPavel Labath
2014-06-13Initial merge of some of the iOS 8 / Mac OS X Yosemite specificJason Molenda
2014-05-13Add a new SBThread::SafeToCallFunctions API; this calls over toJason Molenda
2014-04-02Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham
2014-04-02Don’t #include "llvm/Support/MachO.h” as it isn’t needed here.Greg Clayton
2014-03-13Add a SBQueue::GetKind() method to retrieve the type of libdispatch queue (se...Jason Molenda
2014-03-10Correctly add the QueueID to a pending block's extended thread backtrace thread.Jason Molenda
2014-03-09libBacktraceRecording __introspection_dispatch_queue_get_pending_items isJason Molenda
2014-02-05Change the Mac OS X SystemRuntime plugin from using the placeholderJason Molenda
2013-12-13Add new Queue, QueueItem, Queuelist, SBQueue, SBQueueItem classes to representJason Molenda
2013-11-19Add logging for the SB API which creates extendedJason Molenda
2013-11-16Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() methodJason Molenda
2013-11-15Commit a work-in-progress system runtime for Mac OS X which won'tJason Molenda