summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/DynamicLoader/Windows-DYLD
AgeCommit message (Expand)Author
2025-09-04[lldb] Use weak pointers instead of shared pointers in DynamicLoader (#156446)Andrew Savonichev
2025-06-04[lldb/cmake] Implicitly pass arguments to llvm_add_library (#142583)Pavel Labath
2024-11-11[lldb] Support overriding the disassembly CPU & features (#115382)Jonas Devlieghere
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott
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-09-13[lldb] Remove PluginInterface::GetPluginVersionPavel Labath
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda
2020-03-05[lldb] s/ExecutionContext/Target in DisassemblerPavel Labath
2020-02-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas 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
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-07-25Correctly use GetLoadedModuleList to take advantage of libraries-svr4Antonio Afonso
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-04-08Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda
2019-02-15[win] Resolve the module only if there isn't one alreadyStella Stamenova
2019-02-15Implement GetLoadAddress for the Windows process pluginAaron Smith
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-06Implement WindowsDYLD::DidAttach for use with gdb-server attachNathan Lanza
2018-11-18Revert "Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD"Zachary Turner
2018-11-15Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLDNathan Lanza
2018-11-11Remove header grouping comments.Jonas Devlieghere
2017-09-22Implement trampoline step-through for Windows-x86.Stephane Sezer
2017-05-12Rename Error -> Status.Zachary Turner
2017-01-31[CMake] [1/4] Update a batch of pluginsChris Bieneman
2016-11-11Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini
2016-11-11Make the Error class constructor protectedMehdi Amini
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-01-28Remove autoconf support from source directories.Eugene Zelenko
2015-10-21Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko
2015-09-03[cmake] Remove LLVM_NO_RTTI.Bruce Mitchener
2015-08-21Revert "Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD."Zachary Turner
2015-08-21Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD.Stephane Sezer
2015-08-20Run clang-format on DynamicLoaderWindowsDYLD.Stephane Sezer
2015-07-09Unbreak Makefile buildKeno Fischer
2015-07-08Move WindowsDYLD to the Plugins/DynamicLoader directory.Stephane Sezer