summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
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-291-2/+2
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-5/+5
* Let tablegen generate property definitionsJonas Devlieghere2019-07-251-8/+8
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-41/+45
* [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-101-36/+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-061-25/+37
* 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-191-4/+3
* 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
* [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
* [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-181-32/+52
* [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-121-7/+7
* 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
* Fix a bug in r294611 w.r.t. Darwin Kernel debugging.Jim Ingham2017-02-281-0/+7
* Add another address to look for the kernel load addr inJason Molenda2016-11-301-1/+3
* Fix a comparison of integers of different signs warning.Taras Tsugrii2016-11-241-1/+1
* Change the kernel searching code to not go through theJason Molenda2016-11-151-17/+37
* Add some additional logging to Jason Molenda2016-10-211-5/+20
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1365/+1212
* Add some logging to the kernel dynamicloader plugin when we fail to readJason Molenda2016-07-281-0/+3
* DynamicLoaderDarwinKernel will look in four addresses for the kernelJason Molenda2016-07-261-2/+3
OpenPOWER on IntegriCloud