summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-18/+18
* LLDB top of tree SVN fails to attach to a MacOSX native process by pid only (...Greg Clayton2016-03-291-2/+2
* Add an "offset" option to "break set -n" and "break set -f -l". Jim Ingham2016-03-091-0/+1
* ProcessMachCore scans through the core file pages looking for aJason Molenda2016-02-061-46/+22
* Add two more addresses to check for the address of the kernel in debug mode;Jason Molenda2016-02-051-0/+16
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-3/+3
* Add support for the new (added last week) llvm::Triple::WatchOS and ::TvOSJason Molenda2015-11-051-0/+2
* Add some initial logging for when lldb is searching for binaries,Jason Molenda2015-07-251-0/+10
* Add support for specifying a language to use when parsing breakpoints.Dawn Perchik2015-07-211-0/+1
* Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...Ewan Crawford2015-07-141-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Fix build on OS X after r233061Ilia K2015-03-241-1/+1
* If the user specifies a kernel binary that isn't correct for the currentJason Molenda2015-03-101-11/+12
* Fix build on OS X after r231202Ilia K2015-03-041-0/+1
* Add another address to check for the kernel's load addr in debug configs.Jason Molenda2014-10-061-8/+11
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+2
* When doing an exhaustive search for the kernel in memory, also lookJason Molenda2014-07-311-0/+4
* Fix typos.Bruce Mitchener2014-07-081-2/+2
OpenPOWER on IntegriCloud