summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
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-151-9/+19
* Implement GetLoadAddress for the Windows process pluginAaron Smith2019-02-151-15/+81
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* 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
* Implement trampoline step-through for Windows-x86.Stephane Sezer2017-09-221-1/+43
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* 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-061-65/+37
* 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-201-20/+22
* Move WindowsDYLD to the Plugins/DynamicLoader directory.Stephane Sezer2015-07-081-0/+102
OpenPOWER on IntegriCloud