summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h
Commit message (Expand)AuthorAgeFilesLines
* Fixing a couple of wrong logical operator bugs.Ali Tamur2019-06-281-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-6/+0
* Change the scanning algorithm in DynamicLoaderDarwinKernel::SearchForKernelNe...Jason Molenda2019-03-061-2/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Move SafeMachO from Utility to HostPavel Labath2018-09-121-1/+1
* Some NFC changes to how we scan of kexts & kernels in memory in theJason Molenda2018-06-181-0/+6
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-2/+2
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Remove unused TimeValue includePavel Labath2016-11-091-1/+0
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-307/+242
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-3/+3
* ProcessMachCore scans through the core file pages looking for aJason Molenda2016-02-061-3/+3
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-22/+19
* Workaround for collision between enum members in LLVM's MachO.h and system he...Jim Ingham2014-04-021-0/+1
* Don’t #include “llvm/Support/MachO.h” in a header file if we can avoid ...Greg Clayton2014-04-021-2/+0
* <rdar://problem/13956179>Greg Clayton2013-05-221-3/+3
* <rdar://problem/13854277>Greg Clayton2013-05-101-5/+2
* ProcessMachCore had (until 2013-01-29) some simple checks to find a kernelJason Molenda2013-03-021-0/+3
* Change the order that the DarwinKernel DynamicLoader plugin usesJason Molenda2013-02-191-3/+0
* Change the DarwinKernel DyanmicLoader to maintain a persist listJason Molenda2013-02-191-93/+132
* <rdar://problem/12491235> Jason Molenda2013-01-301-1/+17
* Added the infrastructure necessary for plug-ins to be able to add their own s...Greg Clayton2012-10-191-0/+3
* Add a new target setting to disable automatic loading of kext imagesJason Molenda2012-10-191-2/+4
* <rdar://problem/11757916>Greg Clayton2012-08-291-38/+5
* Commit missing function prototype.Greg Clayton2012-03-211-0/+3
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-130/+35
* Finishing the renaming from "MacOSX-Kernel" to "Darwin-Kernel".Greg Clayton2011-08-221-8/+8
* Renaming "MacOSX-Kernel" to "Darwin-Kernel". The file contents and projectGreg Clayton2011-08-221-0/+443
OpenPOWER on IntegriCloud