[Lldb-commits] [PATCH] Implement "platform process list" for Windows

Greg Clayton gclayton at apple.com
Mon Jul 7 17:14:16 PDT 2014


Looks good.

> On Jul 7, 2014, at 4:56 PM, Zachary Turner <zturner at google.com> wrote:
> 
> Hi tfiala,
> 
> This patch implements basic functionality of the "platform process list" command for Windows.  Currently this patch has the following known limitations:
> 
> * Certain types of filtering are not enabled (e.g. filtering by architecture with -a) although most filtering works.
> * The username of the process is not yet obtained
> * Command line arguments of the process are 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.
> 
> http://reviews.llvm.org/D4413
> 
> Files:
>  include/lldb/Host/windows/AutoHandle.h
>  source/Host/common/Host.cpp
>  source/Host/windows/Host.cpp
> <D4413.11132.patch>_______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits




More information about the lldb-commits mailing list