summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/Windows-DYLD
Commit message (Expand)AuthorAgeFilesLines
* Correctly use GetLoadedModuleList to take advantage of libraries-svr4Antonio Afonso2019-07-251-2/+4
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-22/+20
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-4/+2
* [win] Resolve the module only if there isn't one alreadyStella Stamenova2019-02-152-10/+21
* Implement GetLoadAddress for the Windows process pluginAaron Smith2019-02-152-15/+92
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Implement WindowsDYLD::DidAttach for use with gdb-server attachNathan Lanza2018-12-061-1/+35
* Revert "Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD"Zachary Turner2018-11-181-44/+2
* Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLDNathan Lanza2018-11-151-2/+44
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Implement trampoline step-through for Windows-x86.Stephane Sezer2017-09-221-1/+43
* Rename Error -> Status.Zachary Turner2017-05-122-2/+2
* [CMake] [1/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+7
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-83/+54
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-211-9/+15
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Revert "Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD."Zachary Turner2015-08-211-28/+0
* Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD.Stephane Sezer2015-08-211-0/+28
* Run clang-format on DynamicLoaderWindowsDYLD.Stephane Sezer2015-08-202-27/+28
* Unbreak Makefile buildKeno Fischer2015-07-091-0/+14
* Move WindowsDYLD to the Plugins/DynamicLoader directory.Stephane Sezer2015-07-083-0/+150
OpenPOWER on IntegriCloud