aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader
AgeCommit message (Expand)AuthorFilesLines
2021-10-26[lldb] Remove ConstString from Platform plugin namesPavel Labath1-2/+2
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath16-88/+32
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath15-42/+25
2021-10-14Use Module's FileSpec for limiting binaries to set dyld breakpoint inJason Molenda1-1/+1
2021-10-08[lldb] Remove shared_ptr from some global Properties objectsPavel Labath1-14/+9
2021-09-27Fix rendezvous for rebase_exec=true caseEmre Kultursay1-8/+13
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath15-28/+0
2021-09-10Recognize namespaced all_image_infos symbol name from dyldJason Molenda1-0/+5
2021-09-10[lldb] Add support for debugging via the dynamic linker.Rumeet Dhindsa3-35/+93
2021-08-24Revert "[lldb] Add support for debugging via the dynamic linker."Rumeet Dhindsa2-67/+17
2021-08-24[lldb] Add support for debugging via the dynamic linker.Rumeet Dhindsa2-17/+67
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere7-11/+7
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere5-54/+45
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann3-3/+3
2021-04-24Simplify the breakpoint setting in DynamicLoaderMacOS::SetNotificationBreakpointJason Molenda1-21/+18
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda3-9/+8
2021-04-01Handle all standalone combinations of LC_NOTEs w/ & w/o addr & uuidJason Molenda1-0/+10
2021-03-25[lldb] Add IsFullyInitialized to DynamicLoaderJonas Devlieghere2-0/+8
2021-02-21Revert "Make sure the interpreter module was loaded before making checks agai...António Afonso1-1/+0
2021-02-21Make sure the interpreter module was loaded before making checks against itAntónio Afonso1-0/+1
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl2-5/+5
2021-01-07[lldb] Make DoReadMemory a protected method.Jonas Devlieghere2-3/+3
2021-01-07[lldb] Access the ModuleList through iterators where possible (NFC)Jonas Devlieghere4-32/+15
2020-12-17[lldb] [POSIX-DYLD] Update the cached exe path after attachMichał Górny3-3/+8
2020-12-17[lldb] [POSIX-DYLD] Add libraries from initial rendezvous brkpt hitMichał Górny2-4/+36
2020-12-07Revert "[lldb] [POSIX-DYLD] Add libraries from initial eTakeSnapshot action"Michał Górny1-8/+1
2020-12-07[lldb] [POSIX-DYLD] Add libraries from initial eTakeSnapshot actionMichał Górny1-1/+8
2020-12-04[lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::Get...Raphael Isemann3-3/+3
2020-10-09[lldb] Delete copy operations on PluginInterface classPavel Labath4-16/+0
2020-10-01Have kernel binary scanner load dSYMs as binary+dSYM if best thing foundJason Molenda1-5/+1
2020-07-17[lldb] Only set the executable module for a target onceRaphael Isemann1-1/+2
2020-07-16[lldb/ObjectFileMachO] Fetch shared cache images from our own shared cacheFred Riss1-11/+32
2020-07-01Revert "Revert "Improve the detection of iOS/tvOS/watchOS simulator binaries ...Adrian Prantl1-7/+22
2020-07-01Revert "Improve the detection of iOS/tvOS/watchOS simulator binaries in"Jonas Devlieghere1-22/+7
2020-06-30Improve the detection of iOS/tvOS/watchOS simulator binaries inAdrian Prantl1-7/+22
2020-06-02Remove redundant code (NFC)Adrian Prantl1-8/+1
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine7-7/+18
2020-04-07[lldb] NFC: Fix trivial typo in comments, documents, and messagesKazuaki Ishizaki2-2/+2
2020-03-24[Darwin] Add another hint to find the kernel. NFC.Davide Italiano1-0/+1
2020-03-06Fix test broken by simulator triple changes.Adrian Prantl1-0/+9
2020-03-05[lldb] s/ExecutionContext/Target in DisassemblerPavel Labath1-2/+2
2020-02-18[lldb/Plugin] Reject WASM and Hexagon in DynamicLoaderStaticJonas Devlieghere1-2/+13
2020-02-18[lldb] Remove DataExtractor::GetPointerPavel Labath1-7/+7
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere10-29/+29
2020-02-17[lldb/Plugins] Add missing initialize/terminate callsJonas Devlieghere1-0/+2
2020-02-17[lldb/Plugins] Rename initializers to match their plugin name.Jonas Devlieghere1-1/+1
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere2-3/+1
2020-02-17[lldb/Plugin] Unconditionally build Darwin-KernelJonas Devlieghere1-3/+1
2020-02-17[lldb/Plugin] Fix some issues on WindowsJonas Devlieghere1-1/+3
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere2-1/+3