summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
AgeCommit message (Expand)Author
2025-08-04[lldb] Fix TLS support on Darwin platforms (#151601)Alex Langford
2025-05-22[lldb] Call Target::ClearAllLoadedSections even earlier (#140228)Pavel Labath
2025-05-14Revert "[lldb] Call Target::ClearAllLoadedSections earlier (#138892)"Pavel Labath
2025-05-14[lldb] Call Target::ClearAllLoadedSections earlier (#138892)Pavel Labath
2025-05-13Support stepping through Darwin "branch islands" (#139301)jimingham
2025-05-08Revert branch island experiments (#139192)jimingham
2025-05-08Add more logging so I can figure out why TestBranchIslands.py is (#139178)jimingham
2025-05-08Branch island debug (#139166)jimingham
2025-05-06Revert "Branch island with numbers (#138781)"Felipe de Azevedo Piovezan
2025-05-06Branch island with numbers (#138781)jimingham
2025-05-05Revert "Handle step-in over a Darwin "branch island". (#138330)" (#138569)jimingham
2025-05-05Handle step-in over a Darwin "branch island". (#138330)jimingham
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
2025-02-08[lldb] Upstream a few remaining Triple::XROS patches (#126335)Jason Molenda
2025-02-06[lldb] Use Lambda to simplify repeptitive code in DynamicLoaderDarwin (NFC) (...Jonas Devlieghere
2025-02-06[lldb][Darwin] Change DynamicLoaderDarwin to default to new SPI (#126171)Jason Molenda
2025-02-06[lldb] Add SymbolContext::GetFunctionOrSymbolAddress (#123340)Pavel Labath
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath
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-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava
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
2024-02-19[llvm] Upstream the BridgeOS triple enum value (NFC)Jonas Devlieghere
2024-01-17[lldb] Support changes to TLS on macOS (#77988)Alex Langford
2023-07-31[lldb] Clean up uses of UuidCompatibility.hAlex Langford
2023-05-30Fix a few bugs with Mach-O corefile loading, plus perfJason Molenda
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani
2023-05-08Add a new report_load_commands option to jGetLoadedDynamicLibrariesInfosJason Molenda
2023-05-05Re-land "[lldb] Expose a const iterator for SymbolContextList"Alex Langford
2023-05-04Revert "[lldb] Expose a const iterator for SymbolContextList"Alex Langford
2023-05-04[lldb] Expose a const iterator for SymbolContextListAlex Langford
2023-01-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl
2022-09-01Fix inconsistent target arch when attaching to arm64 binaries onAdrian Prantl
2022-08-30Change the meaning of a UUID with all zeros for data.Jim Ingham
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-06-24[lldb] Replace Host::SystemLog with Debugger::Report{Error,Warning}Jonas Devlieghere
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-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-02Simplify logic to identify dyld_sim in Simulator debugging on macosJason Molenda
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda
2021-01-07[lldb] Access the ModuleList through iterators where possible (NFC)Jonas Devlieghere