summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/windows/Host.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Make lldb -P work on Windows.Zachary Turner2014-07-181-0/+14
| | | | | | | | | | | | | | lldb -P, which outputs its python path, works by using Host-layer facilities to get information about the loaded python module. This Host functionality was unimplemented on Windows, so this patch implements it. Additionally, it removes a pexpect dependency from the test runner and uses an equivalent invocation of subprocess. Reviewed by: Todd Fiala Differential Revision: http://reviews.llvm.org/D4548 llvm-svn: 213410
* Implment "platform process list" for Windows.Zachary Turner2014-07-081-1/+123
| | | | | | | | | | | | | | | | | | This patch implements basic functionality of the "platform process list" command for Windows. Currently this has the following limitations. * Certain types of filtering are not enabled (e.g. filtering by architecture with -a), although most filters work. * The username of the process is not yet obtained. * Using -v to list verbose information generates an error. * The architecture column displays the entire triple, leading to misaligned formatting of the printed table. Reviewed by: Greg Clayton Differential Revision: http://reviews.llvm.org/D4413 llvm-svn: 212510
* Fix most of the remaining Windows build warnings.Todd Fiala2014-06-021-1/+6
| | | | | | | | See http://reviews.llvm.org/D3944 for more details. Change by Zachary Turner. llvm-svn: 210035
* MingW compilation (windows). Includes various refactoring to improve ↵Virgile Bello2013-08-231-0/+245
portability. llvm-svn: 189107
OpenPOWER on IntegriCloud