[Lldb-commits] [PATCH] D68354: [platform process list] add a flag for showing the processes of all users
walter erquinigo via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 7 10:46:32 PDT 2019
wallace marked an inline comment as done.
wallace added inline comments.
================
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",
----------------
labath wrote:
> Maybe also check that some of the values from the mock response made it through? (e.g., pid, process name)
I'm adding that in the other diffs, but i'll make stricter checks anyway
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