summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h
AgeCommit message (Expand)Author
2023-07-07Change the dyld notification function that lldb puts a breakpoint inJason Molenda
2022-12-13Launch state discoverable in Darwin, use for SafeToCallFunctionsJason Molenda
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-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
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath
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-05-03C.128 override, virtual keyword handlingRaphael 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-07Handle detecting exec for DynamicLoaderMacOS with older debugserversJim Ingham
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-10-11Upstreaming the BridgeOS device support and the Jason Molenda
2018-09-12Move SafeMachO from Utility to HostPavel Labath
2017-06-27Move StructuredData from Core to UtilityPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
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-29Move the code which knows how to get information about the sharedJason Molenda
2016-07-21Add a new DynamicLoader plugin that uses SPI that are in developmentJason Molenda