summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
AgeCommit message (Expand)Author
2025-08-08[lldb-dap] persistent assembly breakpoints (#148061)Ely Ronnen
2025-02-10[lldb] [darwin] Upstream a few DriverKit cases (#126604)Jason Molenda
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton
2024-10-15DynamicLoaderDarwin load images in parallel with preload (#110646)Dmitrii Galimzianov
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-07Change the dyld notification function that lldb puts a breakpoint inJason Molenda
2023-07-06Revert "Change the dyld notification function that lldb puts a breakpoint in"Jason Molenda
2023-07-06Change the dyld notification function that lldb puts a breakpoint inJason Molenda
2023-07-05Revert "Change the dyld notification function that lldb puts a breakpoint in"Jason Molenda
2023-06-30Change the dyld notification function that lldb puts a breakpoint inJason Molenda
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2023-01-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl
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
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-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-10-14Use Module's FileSpec for limiting binaries to set dyld breakpoint inJason Molenda
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-04-24Simplify the breakpoint setting in DynamicLoaderMacOS::SetNotificationBreakpointJason Molenda
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-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-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
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-08-05Remove SymbolVendor::GetSymtabPavel Labath
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
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-12-07Handle detecting exec for DynamicLoaderMacOS with older debugserversJim Ingham
2018-10-11Upstreaming the BridgeOS device support and the Jason Molenda
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-06-21Remove UUID::SetFromCStringPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner