summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/Windows/Live/ProcessWindowsLog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor Windows process plugin to allow code sharing between live and mini ↵Adrian McCarthy2015-10-281-196/+0
| | | | | | dump debugging. llvm-svn: 251540
* Fix log disable command in ProcessWindowsLog.Zachary Turner2015-09-161-12/+18
| | | | | | | | | | | The implications of this bug where that "log disable windows" would not actually disable the log, and worse it would lock the file handle making it impossible to delete the file until lldb was shut down. This was then causing the test suite to fail, because the test suite tries to delete log files in certain situations. llvm-svn: 247841
* Reorg code to allow Windows Process Plugins to share some common code.Adrian McCarthy2015-08-241-0/+190
Differential Revision: http://reviews.llvm.org/D12252 llvm-svn: 245850
OpenPOWER on IntegriCloud