aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader
AgeCommit message (Expand)AuthorFilesLines
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda1-1/+2
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna1-62/+52
2019-09-04Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl2-24/+76
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-2/+2
2019-08-05Remove SymbolVendor::GetSymtabPavel Labath1-15/+11
2019-08-02Format OptionEnumValueElement (NFC)Jonas Devlieghere1-11/+25
2019-07-29[lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht3-6/+6
2019-07-29[lldb] Also include the array definition in Properties.incJonas Devlieghere1-5/+5
2019-07-26Fix some "control reaches end of non-void function" warningsPavel Labath1-0/+2
2019-07-25Let tablegen generate property definitionsJonas Devlieghere3-8/+33
2019-07-25Correctly use GetLoadedModuleList to take advantage of libraries-svr4Antonio Afonso4-48/+109
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere9-324/+300
2019-07-15[LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2-2/+4
2019-06-28Fixing a couple of wrong logical operator bugs.Ali Tamur2-2/+2
2019-06-11Add support to read aux vector valuesAntonio Afonso5-264/+14
2019-06-10[Target] Remove Process::GetObjCLanguageRuntimeAlex Langford1-1/+1
2019-06-05[DynamicLoader] Make sure we always set the rendezvous breakpointAntonio Afonso1-5/+8
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine7-50/+51
2019-05-16Simplify ArchSpec::IsMIPS()Fangrui Song1-4/+1
2019-05-03C.128 override, virtual keyword handlingRaphael Isemann4-4/+4
2019-04-26Allow direct comparison of ConstString against StringRefRaphael Isemann3-4/+4
2019-04-23Lock accesses to OptionValueFileSpecList objectsFrederic Riss1-1/+2
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere12-149/+0
2019-04-08Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda5-9/+11
2019-03-13Reorder the operations inJason Molenda1-21/+20
2019-03-12Fix compiler warningJonas Devlieghere1-13/+11
2019-03-12Rework how lldb warngs about kexts that failed to load in a Jason Molenda1-8/+33
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl6-55/+55
2019-03-06Remove the warning inJason Molenda1-9/+7
2019-03-06Pass ConstString by value (NFC)Adrian Prantl3-5/+5
2019-03-06Change the scanning algorithm in DynamicLoaderDarwinKernel::SearchForKernelNe...Jason Molenda2-27/+41
2019-03-04Move ProcessInfo from Host to Utility.Zachary Turner1-1/+1
2019-02-27Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner1-1/+1
2019-02-15[win] Resolve the module only if there isn't one alreadyStella Stamenova2-10/+21
2019-02-15Implement GetLoadAddress for the Windows process pluginAaron Smith2-15/+92
2019-02-12Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere1-1/+1
2019-02-11Use std::make_shared in LLDB (NFC)Jonas Devlieghere4-8/+17
2019-01-25Remove a warning in DynamicLoaderDarwin::UpdateImageLoadAddressJason Molenda1-9/+1
2019-01-24Add UUID::SetFromOptionalStringRef, use it in DynamicLoaderDarwinJim Ingham1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth22-88/+66
2019-01-10A little cleanup / commenting on locating kernel binaries while IJason Molenda1-4/+18
2019-01-08Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2-2/+2
2019-01-07[lldb] Fix -Wstring-plus-int warning in POSIX-DYLD/AuxVector.cppJorge Gorbe Moya1-1/+1
2018-12-15Simplify Boolean expressionsJonas Devlieghere6-39/+26
2018-12-11Rename ObjectFile::GetHeaderAddress to GetBaseAddressPavel Labath1-6/+6
2018-12-07Handle detecting exec for DynamicLoaderMacOS with older debugserversJim Ingham2-11/+34
2018-12-06Implement WindowsDYLD::DidAttach for use with gdb-server attachNathan Lanza1-1/+35
2018-11-18Revert "Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD"Zachary Turner1-44/+2
2018-11-15Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLDNathan Lanza1-2/+44
2018-11-11Remove header grouping comments.Jonas Devlieghere13-48/+0