diff options
author | Walter Erquinigo <a20012251@gmail.com> | 2019-10-12 01:08:50 +0000 |
---|---|---|
committer | Walter Erquinigo <a20012251@gmail.com> | 2019-10-12 01:08:50 +0000 |
commit | 16194bf8bff9e6ed1315fea34b9fa0530b511ef8 (patch) | |
tree | d12dcaa3d079994ef8a7e4541dd51eee375e95f6 /lldb/source/Commands/CommandObjectPlatform.cpp | |
parent | 914f38295e1249daea77d75da230a4179a9a5b3b (diff) | |
download | bcm5719-llvm-16194bf8bff9e6ed1315fea34b9fa0530b511ef8.tar.gz bcm5719-llvm-16194bf8bff9e6ed1315fea34b9fa0530b511ef8.zip |
Revert "[platform process list] add a flag for showing the processes of all users"
This reverts commit 08781f4c53a177662c029d3da9c407ba65ae6747.
llvm-svn: 374621
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"); } |