summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h
AgeCommit message (Expand)Author
2025-04-07Control Darwin parallel image loading with target.parallel-module-load (#134437)Tom Yang
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-07-22[lldb] Change GetStartSymbol to GetStartAddress in DynamicLoader (#99909)Med Ismail Bennani
2024-07-19[lldb/Target] Add GetStartSymbol method to DynamicLoader plugins (#99673)Med Ismail Bennani
2023-05-08Add a new report_load_commands option to jGetLoadedDynamicLibrariesInfosJason Molenda
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2022-06-07Track transition from launch dyld to shared-cache dyldJason Molenda
2022-05-18Revert 821ee172cdcd7196b6130321b53b6cc66bf1222bMed Ismail Bennani
2022-05-18dyld patchMed Ismail Bennani
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-09-04Upstream macCatalyst support in debugserver and the macOS dynamic loaderAdrian Prantl
2019-05-03C.128 override, virtual keyword handlingRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-09-12Move SafeMachO from Utility to HostPavel Labath
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2017-03-22Move FileSpec from Host -> Utility.Zachary Turner
2017-03-04Move UUID from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-07-28Clean up vestigial remnants of locking primitivesSaleem Abdulrasool
2016-07-21Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda
2016-07-17Refactor (with some rewriting) the DynamicLoaderMacOSX plugin intoJason Molenda