summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader
Commit message (Expand)AuthorAgeFilesLines
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-123-3/+9
* [lldb][NFC] Migrate to raw_ostream in Module::GetDescriptionRaphael Isemann2019-12-041-1/+1
* Reordering KextImageInfo::LoadImageUsingMemoryModuleJason Molenda2019-11-071-9/+15
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-174-15/+13
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-161-1/+2
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-62/+52
* Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2019-09-042-24/+76
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* Remove SymbolVendor::GetSymtabPavel Labath2019-08-051-15/+11
* 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
* Fix some "control reaches end of non-void function" warningsPavel Labath2019-07-261-0/+2
* Let tablegen generate property definitionsJonas Devlieghere2019-07-253-8/+33
* Correctly use GetLoadedModuleList to take advantage of libraries-svr4Antonio Afonso2019-07-254-48/+109
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-249-324/+300
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-152-2/+4
* Fixing a couple of wrong logical operator bugs.Ali Tamur2019-06-282-2/+2
* Add support to read aux vector valuesAntonio Afonso2019-06-115-264/+14
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-1/+1
* [DynamicLoader] Make sure we always set the rendezvous breakpointAntonio Afonso2019-06-051-5/+8
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-237-50/+51
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-161-4/+1
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-034-4/+4
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-263-4/+4
* Lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-04-231-1/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-1012-149/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-085-9/+11
* 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
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-116-55/+55
* Remove the warning inJason Molenda2019-03-061-9/+7
* Pass ConstString by value (NFC)Adrian Prantl2019-03-063-5/+5
* Change the scanning algorithm in DynamicLoaderDarwinKernel::SearchForKernelNe...Jason Molenda2019-03-062-27/+41
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-041-1/+1
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-271-1/+1
* [win] Resolve the module only if there isn't one alreadyStella Stamenova2019-02-152-10/+21
* Implement GetLoadAddress for the Windows process pluginAaron Smith2019-02-152-15/+92
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-114-8/+17
* Remove a warning in DynamicLoaderDarwin::UpdateImageLoadAddressJason Molenda2019-01-251-9/+1
* Add UUID::SetFromOptionalStringRef, use it in DynamicLoaderDarwinJim Ingham2019-01-241-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1922-88/+66
* A little cleanup / commenting on locating kernel binaries while IJason Molenda2019-01-101-4/+18
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-082-2/+2
* [lldb] Fix -Wstring-plus-int warning in POSIX-DYLD/AuxVector.cppJorge Gorbe Moya2019-01-071-1/+1
* Simplify Boolean expressionsJonas Devlieghere2018-12-156-39/+26
* Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath2018-12-111-6/+6
* Handle detecting exec for DynamicLoaderMacOS with older debugserversJim Ingham2018-12-072-11/+34
OpenPOWER on IntegriCloud