summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h
AgeCommit message (Expand)Author
2024-07-17[lldb] progressive progress reporting for darwin kernel/firmware (#98845)Jason Molenda
2023-10-04[lldb] Mark operator== const to avoid ambiguity in C++20. (#68224)Samira Bazuzi
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel 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-06-28Fixing a couple of wrong logical operator bugs.Ali Tamur
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Change the scanning algorithm in DynamicLoaderDarwinKernel::SearchForKernelNe...Jason Molenda
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-09-12Move SafeMachO from Utility to HostPavel Labath
2018-06-18Some NFC changes to how we scan of kexts & kernels in memory in theJason Molenda
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-04Move UUID from Core -> Utility.Zachary Turner
2016-11-09Remove unused TimeValue includePavel Labath
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-02-06ProcessMachCore scans through the core file pages looking for aJason Molenda
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
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” in a header file if we can avoid ...Greg Clayton
2013-05-22<rdar://problem/13956179>Greg Clayton
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-03-02ProcessMachCore had (until 2013-01-29) some simple checks to find a kernelJason Molenda
2013-02-19Change the order that the DarwinKernel DynamicLoader plugin usesJason Molenda
2013-02-19Change the DarwinKernel DyanmicLoader to maintain a persist listJason Molenda
2013-01-30<rdar://problem/12491235> Jason Molenda
2012-10-19Added the infrastructure necessary for plug-ins to be able to add their own s...Greg Clayton
2012-10-19Add a new target setting to disable automatic loading of kext imagesJason Molenda
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-03-21Commit missing function prototype.Greg Clayton
2012-02-13Full core file support has been added for mach-o core files.Greg Clayton
2011-08-22Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel".Greg Clayton
2011-08-22Renaming "MacOSX-Kernel" to "Darwin-Kernel". The file contents and projectGreg Clayton