summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
AgeCommit message (Expand)Author
2025-11-14[lldb] fix parallel module loading deadlock for Linux DYLD (#166480)Tom Yang
2025-11-06[lldb] Enable locate module callback for all module loading (#160199)GeorgeHuyubo
2025-03-31Parallelize module loading in POSIX dyld code (#130912)Tom Yang
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-10[LLDB][Minidump] Have Minidumps save off and properly read TLS data (#109477)Jacob Lalonde
2024-10-07[LLDB][DYLD] Remove logic around not rebasing when main executable has a load...Jacob Lalonde
2024-05-07[lldb] fix step in AArch64 trampoline (#90783)Vincent Belliard
2024-04-17[lldb][DynamicLoader] Fix lldb unable to stop at _dl_debug_state if user set ...Zequan Wu
2023-12-04[lldb] Additional pieces towards OpenBSD support (#74198)Brad Smith
2023-10-25[lldb] On POSIX, check for duplicate interpreter modules without loading them...David Spickett
2023-10-16[lldb][DYLD][NFC] Dedupe calls to CreateBreakpointDavid Spickett
2023-09-27[lldb] Implement thread local storage for linux (#67470)jeffreytan81
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-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-10-13Improve dynamic loader support in DynamicLoaderPOSIXDYLD when using core files.Greg Clayton
2022-09-13[lldb] Fixed a number of typosGabriel Ravier
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-07-01[lldb/dyld-posix] Avoid reading the module list in inconsistent statesPavel Labath
2022-06-29[lldb] fix stepping through POSIX trampolinesMichael Daniels
2022-05-09Add the ability to debug through an exec into ldGreg Clayton
2022-04-05[lldb] Avoid duplicate vdso modules when opening core filesPavel Labath
2022-03-18[lldb] Remove process->LoadModules call from DynamicLoaderPOSIXDYLDPavel Labath
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
2022-01-09Fix bugprone argument comments.Kazu Hirata
2021-10-25Remove ConstString from DynamicLoader, JITLoader and Instruction plugin namesPavel Labath
2021-10-18[lldb] Return StringRef from PluginInterface::GetPluginNamePavel Labath
2021-09-27Fix rendezvous for rebase_exec=true caseEmre Kultursay
2021-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-09-10[lldb] Add support for debugging via the dynamic linker.Rumeet Dhindsa
2021-08-24Revert "[lldb] Add support for debugging via the dynamic linker."Rumeet Dhindsa
2021-08-24[lldb] Add support for debugging via the dynamic linker.Rumeet Dhindsa
2021-02-21Revert "Make sure the interpreter module was loaded before making checks agai...António Afonso
2021-02-21Make sure the interpreter module was loaded before making checks against itAntónio Afonso
2020-12-17[lldb] [POSIX-DYLD] Update the cached exe path after attachMichał Górny
2020-12-17[lldb] [POSIX-DYLD] Add libraries from initial rendezvous brkpt hitMichał Górny
2020-02-17[lldb/Plugins] Rename initializers to match their plugin name.Jonas Devlieghere
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere
2020-02-17Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for pl...Jonas Devlieghere
2020-02-17Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plu...Jonas Devlieghere
2020-02-17[lldb/CMake] Auto-generate the Initialize and Terminate calls for pluginJonas Devlieghere
2020-02-14[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)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