summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader
Commit message (Expand)AuthorAgeFilesLines
* Move SafeMachO from Utility to HostPavel Labath2018-09-124-4/+3
* [NFC] Fixed enum constant in boolean context errorDavid Bolvansky2018-09-031-5/+6
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-074-4/+4
* Represent invalid UUIDs as UUIDs with length zeroPavel Labath2018-06-262-3/+3
* Remove UUID::SetFromCStringPavel Labath2018-06-211-1/+1
* Remove some instances of manual UUID pretty-printingPavel Labath2018-06-202-48/+9
* Some NFC changes to how we scan of kexts & kernels in memory in theJason Molenda2018-06-182-32/+58
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-182-13/+7
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-134-6/+8
* Add missing includes to some LLDB headers.Raphael Isemann2018-05-261-0/+2
* Enable ProcessMachCore plugin on non-apple platformsPavel Labath2018-05-221-4/+1
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-023-22/+25
* Reflow paragraphs in comments.Adrian Prantl2018-04-309-391/+333
* Advanced guessing of rendezvous breakpoint (resubmit)Eugene Zemtsov2018-01-112-67/+132
* Revert "Advanced guessing of rendezvous breakpoint"Eugene Zemtsov2018-01-102-126/+42
* Advanced guessing of rendezvous breakpointEugene Zemtsov2018-01-102-42/+126
* 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
* Move ArchSpec to the Utility modulePavel Labath2017-11-132-8/+1
* Implement trampoline step-through for Windows-x86.Stephane Sezer2017-09-221-1/+43
* Clean up lldb-types.hPavel Labath2017-07-181-13/+1
* [LLDB][ppc64le] Rename enums in AuxVectorPavel Labath2017-07-113-74/+75
* Move StructuredData from Core to UtilityPavel Labath2017-06-273-3/+3
* [linux] Change the way we load vdso pseudo-modulePavel Labath2017-06-202-10/+27
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-4/+4
* Rename Error -> Status.Zachary Turner2017-05-1217-46/+46
* Be a little more permissive in DynamicLoaderMacOS::CanLoadImageJim Ingham2017-05-061-8/+9
* Battery of NetBSD support improvementsKamil Rytarowski2017-03-301-2/+3
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-226-11/+11
* Create instance of DynamicLoaderPOSIXDYLD on NetBSDKamil Rytarowski2017-03-211-2/+3
* Add dependency on DynamicLoaderStatic to Utility.Zachary Turner2017-03-041-0/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-044-8/+8
* Move UUID from Core -> Utility.Zachary Turner2017-03-045-5/+5
* Move Log from Core -> Utility.Zachary Turner2017-03-039-9/+9
* Remove some dead code in FileSpec.Zachary Turner2017-03-031-0/+3
* Fix a bug in r294611 w.r.t. Darwin Kernel debugging.Jim Ingham2017-02-281-0/+7
* Move classes from Core -> Utility.Zachary Turner2017-02-022-2/+2
* [CMake] [1/4] Update a batch of pluginsChris Bieneman2017-01-316-6/+55
* Add a catch-all line for detecting dyld in the inferior processJason Molenda2017-01-212-0/+5
* Fix a problem with the new dyld interface code -- when a new processJason Molenda2017-01-191-0/+5
* Set the address size based on the target's arch insteadJason Molenda2016-12-081-3/+2
* Add another address to look for the kernel load addr inJason Molenda2016-11-301-1/+3
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-263-3/+3
* Fix a comparison of integers of different signs warning.Taras Tsugrii2016-11-241-1/+1
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Change the kernel searching code to not go through theJason Molenda2016-11-151-17/+37
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-113-3/+3
* Make the Error class constructor protectedMehdi Amini2016-11-113-3/+3
* Remove unused TimeValue includePavel Labath2016-11-091-1/+0
OpenPOWER on IntegriCloud