This is an archive of the discontinued LLVM Phabricator instance.

Implement "platform process list" for Windows
ClosedPublic

Authored by zturner on Jul 7 2014, 4:56 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

zturner updated this revision to Diff 11132.Jul 7 2014, 4:56 PM
zturner retitled this revision from to Implement "platform process list" for Windows.
zturner updated this object.
zturner edited the test plan for this revision. (Show Details)
zturner added a reviewer: tfiala.
zturner added a subscriber: Unknown Object (MLST).
zturner closed this revision.Jul 7 2014, 10:00 PM
zturner updated this revision to Diff 11140.

Closed by commit rL212510 (authored by @zturner).