aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader
AgeCommit message (Expand)AuthorFilesLines
2025-11-14[lldb] fix parallel module loading deadlock for Linux DYLD (#166480)Tom Yang1-3/+3
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo2-6/+5
2025-09-04[lldb] Use weak pointers instead of shared pointers in DynamicLoader (#156446)Andrew Savonichev1-1/+2
2025-08-08[lldb-dap] persistent assembly breakpoints (#148061)Ely Ronnen2-4/+6
2025-08-04[lldb] Fix TLS support on Darwin platforms (#151601)Alex Langford1-4/+3
2025-06-24Reapply "[lldb/cmake] Plugin layering enforcement mechanism (#144543)" (#145305)Pavel Labath1-0/+7
2025-06-23Revert "[lldb/cmake] Plugin layering enforcement mechanism (#144543)"Pavel Labath1-7/+0
2025-06-23[lldb/cmake] Plugin layering enforcement mechanism (#144543)Pavel Labath1-0/+7
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath4-10/+10
2025-05-29[LLDB] [NFC] - Remove duplicate #include headers from the files of lldb dir &...Akash Agrawal1-4/+1
2025-05-22[lldb] Call Target::ClearAllLoadedSections even earlier (#140228)Pavel Labath1-1/+0
2025-05-14Revert "[lldb] Call Target::ClearAllLoadedSections earlier (#138892)"Pavel Labath1-0/+1
2025-05-14[lldb] Call Target::ClearAllLoadedSections earlier (#138892)Pavel Labath1-1/+0
2025-05-13Support stepping through Darwin "branch islands" (#139301)jimingham1-7/+25
2025-05-08Revert branch island experiments (#139192)jimingham1-34/+7
2025-05-08Add more logging so I can figure out why TestBranchIslands.py is (#139178)jimingham1-0/+9
2025-05-08Branch island debug (#139166)jimingham1-7/+25
2025-05-06Revert "Branch island with numbers (#138781)"Felipe de Azevedo Piovezan1-25/+7
2025-05-06Branch island with numbers (#138781)jimingham1-7/+25
2025-05-05Revert "Handle step-in over a Darwin "branch island". (#138330)" (#138569)jimingham1-20/+7
2025-05-05Handle step-in over a Darwin "branch island". (#138330)jimingham1-7/+20
2025-04-07Control Darwin parallel image loading with target.parallel-module-load (#134437)Tom Yang8-133/+2
2025-03-31Parallelize module loading in POSIX dyld code (#130912)Tom Yang2-42/+122
2025-03-13[lldb][NFC] Correct whitespace in SearchForKernelWithDebugHintsJason Molenda1-20/+22
2025-02-20[lldb] Store StreamAsynchronousIO in a unique_ptr (NFC) (#127961)Jonas Devlieghere2-8/+8
2025-02-19[lldb] Make GetOutputStreamSP and GetErrorStreamSP protected (#127682)Jonas Devlieghere1-4/+5
2025-02-12[lldb] Remove Debugger::Get{Output,Error}Stream (NFC) (#126821)Jonas Devlieghere2-53/+51
2025-02-10[lldb] [darwin] Upstream a few DriverKit cases (#126604)Jason Molenda4-4/+10
2025-02-08[lldb] Upstream a few remaining Triple::XROS patches (#126335)Jason Molenda1-2/+8
2025-02-06[lldb] Use Lambda to simplify repeptitive code in DynamicLoaderDarwin (NFC) (...Jonas Devlieghere1-9/+11
2025-02-06[lldb][Darwin] Change DynamicLoaderDarwin to default to new SPI (#126171)Jason Molenda1-17/+26
2025-02-06[lldb] Add SymbolContext::GetFunctionOrSymbolAddress (#123340)Pavel Labath3-18/+8
2025-01-14[lldb][NFC] Make the target's SectionLoadList private. (#113278)Greg Clayton2-3/+3
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath2-6/+3
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere1-1/+1
2024-10-22[lldb] Avoid repeated hash lookups (NFC) (#113248)Kazu Hirata1-3/+3
2024-10-15DynamicLoaderDarwin load images in parallel with preload (#110646)Dmitrii Galimzianov9-43/+215
2024-10-10[LLDB][Minidump] Have Minidumps save off and properly read TLS data (#109477)Jacob Lalonde2-0/+86
2024-10-07[LLDB][DYLD] Remove logic around not rebasing when main executable has a load...Jacob Lalonde1-15/+0
2024-09-25[lldb] [Mach-O corefiles] Sanity check malformed dyldJason Molenda3-3/+8
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl5-10/+9
2024-08-20[lldb][AIX] 1. Avoid namespace collision on other platforms (#104679)Dhruv Srivastava2-3/+3
2024-07-22[lldb] Change GetStartSymbol to GetStartAddress in DynamicLoader (#99909)Med Ismail Bennani2-4/+4
2024-07-19[lldb/Target] Add GetStartSymbol method to DynamicLoader plugins (#99673)Med Ismail Bennani2-0/+22
2024-07-17[lldb] progressive progress reporting for darwin kernel/firmware (#98845)Jason Molenda2-29/+39
2024-05-07[lldb] fix step in AArch64 trampoline (#90783)Vincent Belliard1-0/+13
2024-04-17[lldb][DynamicLoader] Fix lldb unable to stop at _dl_debug_state if user set ...Zequan Wu1-2/+9
2024-04-03[lldb] Set static Module's load addresses via ObjectFile (#87439)Jason Molenda1-24/+16
2024-03-06[lldb] Address mask sbprocess apis and new mask invalid const (#83663)Jason Molenda1-1/+2
2024-02-19[llvm] Upstream the BridgeOS triple enum value (NFC)Jonas Devlieghere4-5/+5