summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/Darwin-Kernel
Commit message (Expand)AuthorAgeFilesLines
* Reordering KextImageInfo::LoadImageUsingMemoryModuleJason Molenda2019-11-071-9/+15
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-62/+52
* Format OptionEnumValueElement (NFC)Jonas Devlieghere2019-08-021-11/+25
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-293-6/+6
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-5/+5
* Let tablegen generate property definitionsJonas Devlieghere2019-07-253-8/+33
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-41/+45
* Fixing a couple of wrong logical operator bugs.Ali Tamur2019-06-281-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-21/+21
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-031-1/+1
* Lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-04-231-1/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-42/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-1/+1
* Reorder the operations inJason Molenda2019-03-131-21/+20
* Fix compiler warningJonas Devlieghere2019-03-121-13/+11
* Rework how lldb warngs about kexts that failed to load in a Jason Molenda2019-03-121-8/+33
* Remove the warning inJason Molenda2019-03-061-9/+7
* Change the scanning algorithm in DynamicLoaderDarwinKernel::SearchForKernelNe...Jason Molenda2019-03-062-27/+41
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-4/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* A little cleanup / commenting on locating kernel binaries while IJason Molenda2019-01-101-4/+18
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-13/+7
* Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath2018-12-111-6/+6
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-5/+4
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* Upstreaming the BridgeOS device support and the Jason Molenda2018-10-111-0/+1
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-2/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-9/+8
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-1/+1
* Move SafeMachO from Utility to HostPavel Labath2018-09-121-1/+1
* [NFC] Fixed enum constant in boolean context errorDavid Bolvansky2018-09-031-5/+6
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-261-1/+1
* Remove some instances of manual UUID pretty-printingPavel Labath2018-06-201-22/+4
* Some NFC changes to how we scan of kexts & kernels in memory in theJason Molenda2018-06-182-32/+58
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-106/+84
* Use a static_cast instead of a C cast, NFCVedant Kumar2017-12-061-1/+1
* Fix warning in DynamicLoaderDarwinKernel.cpp, NFCVedant Kumar2017-12-011-1/+1
* We had a situation where a kext was inlined into the kernel,Jason Molenda2017-11-301-0/+10
* Rename Error -> Status.Zachary Turner2017-05-122-8/+8
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-2/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move UUID from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Fix a bug in r294611 w.r.t. Darwin Kernel debugging.Jim Ingham2017-02-281-0/+7
* [CMake] [1/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+11
* Add another address to look for the kernel load addr inJason Molenda2016-11-301-1/+3
OpenPOWER on IntegriCloud