hanchenye-llvm-project/lldb/source/Host/windows
Zachary Turner 310035a4f9 Implment "platform process list" for Windows.
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
2014-07-08 04:52:15 +00:00
..
getopt
CMakeLists.txt
Condition.cpp Windows fix: Condition::Wait returned failure when it actually succeeded (SleepConditionVariableCS returns non-zero for success) 2014-06-03 14:33:41 +00:00
EditLineWin.cpp Change the type in va_arg call from char to int. 2014-03-20 11:24:44 +00:00
Host.cpp Implment "platform process list" for Windows. 2014-07-08 04:52:15 +00:00
Makefile
Mutex.cpp
ProcessRunLock.cpp Change type of a few members of a struct from unsigned to signed. 2014-03-13 10:47:49 +00:00
Windows.cpp