diff options
author | Walter Erquinigo <a20012251@gmail.com> | 2019-10-12 02:01:33 +0000 |
---|---|---|
committer | Walter Erquinigo <a20012251@gmail.com> | 2019-10-12 02:01:33 +0000 |
commit | 892482eb9cb377a66e03b73f273fe9af8cfab75a (patch) | |
tree | 8560938a226f3f4b226c6b9bac5b4151359b8b4c /lldb/source/Commands/CommandObjectPlatform.cpp | |
parent | e3250b0c400cacf66978a180fe3fab9f73f1afd7 (diff) | |
download | bcm5719-llvm-892482eb9cb377a66e03b73f273fe9af8cfab75a.tar.gz bcm5719-llvm-892482eb9cb377a66e03b73f273fe9af8cfab75a.zip |
Revert "[platform process list] add a flag for showing the processes of all users"
This reverts commit 90d0de4999354a5223f08ad714222b0a5dca3cad.
llvm-svn: 374625
Diffstat (limited to 'lldb/source/Commands/CommandObjectPlatform.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectPlatform.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Commands/CommandObjectPlatform.cpp b/lldb/source/Commands/CommandObjectPlatform.cpp index fbd13aa37bd..7fb37839be7 100644 --- a/lldb/source/Commands/CommandObjectPlatform.cpp +++ b/lldb/source/Commands/CommandObjectPlatform.cpp @@ -1264,10 +1264,6 @@ protected: verbose = true; break; - case 'x': - match_info.SetMatchAllUsers(true); - break; - default: llvm_unreachable("Unimplemented option"); } |