[Lldb-commits] [PATCH] D68354: [platform process list] add a flag for showing the processes of all users
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 7 02:04:39 PDT 2019
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
LG, thanks for the test.
================
Comment at: lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestPlatformClient.py:30
+ self.expect("platform process list -x",
+ startstr="1 matching process was found", endstr="process" + os.linesep)
+ self.expect("platform process list",
----------------
Maybe also check that some of the values from the mock response made it through? (e.g., pid, process name)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68354/new/
https://reviews.llvm.org/D68354
More information about the lldb-commits
mailing list