summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
AgeCommit message (Expand)Author
2025-04-07Control Darwin parallel image loading with target.parallel-module-load (#134437)Tom Yang
2025-02-10[lldb] [darwin] Upstream a few DriverKit cases (#126604)Jason Molenda
2024-10-15DynamicLoaderDarwin load images in parallel with preload (#110646)Dmitrii Galimzianov
2024-09-25[lldb] [Mach-O corefiles] Sanity check malformed dyldJason Molenda
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-02-19[llvm] Upstream the BridgeOS triple enum value (NFC)Jonas Devlieghere
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere
2023-07-31[lldb] Clean up uses of UuidCompatibility.hAlex Langford
2023-05-08Add a new report_load_commands option to jGetLoadedDynamicLibrariesInfosJason Molenda
2023-01-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl
2023-01-06When loading mach-o corefile, new fallback for finding imagesJason Molenda
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham
2022-07-21[LLDB][Reliability] Fix accessing invalid iteratorSlava Gurevich
2022-04-05[lldb] Refactor DataBuffer so we can map files as read-onlyJonas Devlieghere
2022-03-16[lldb] Report debugger diagnostics as eventsJonas Devlieghere
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-12-24Remove redundant return and continue statements (NFC)Kazu Hirata
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-09-10Recognize namespaced all_image_infos symbol name from dyldJason Molenda
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-03-25[lldb] Add IsFullyInitialized to DynamicLoaderJonas Devlieghere
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl
2021-01-07[lldb] Access the ModuleList through iterators where possible (NFC)Jonas Devlieghere
2020-12-04[lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::Get...Raphael Isemann
2020-02-18[lldb] Remove DataExtractor::GetPointerPavel Labath
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)Jonas Devlieghere
2020-02-12[lldb/Plugins] Move DynamicLoaderMacOS into DynamicLoaderMacOSXDYLD (NFCI)Jonas Devlieghere
2020-02-10[LLDB] Fix GCC warnings about extra semicolons. NFC.Martin Storsjö
2020-02-07[lldb/Plugins] Use external functions to (de)initialize pluginsJonas Devlieghere
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2019-12-12[Target] Remove Target::GetScratchClangASTContextAlex Langford
2019-12-04[lldb][NFC] Migrate to raw_ostream in Module::GetDescriptionRaphael Isemann
2019-10-16Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-15[LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-26Allow direct comparison of ConstString against StringRefRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-01[FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere
2018-10-11Upstreaming the BridgeOS device support and the Jason Molenda
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-06-26Represent invalid UUIDs as UUIDs with length zeroPavel Labath