summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/Live/ProcessWindows.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Windows process plugin to allow code sharing between live and mini ↵Adrian McCarthy2015-10-281-1021/+0
| | | | | | dump debugging. llvm-svn: 251540
* Make ProcessWindows not create a strong reference to itself.Zachary Turner2015-09-011-0/+1
| | | | llvm-svn: 246579
* Have the Process hold a weak_ptr to the Target.Zachary Turner2015-09-011-10/+14
| | | | llvm-svn: 246578
* Reorg code to allow Windows Process Plugins to share some common code.Adrian McCarthy2015-08-241-0/+1016
Differential Revision: http://reviews.llvm.org/D12252 llvm-svn: 245850
OpenPOWER on IntegriCloud