summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
diff options
context:
space:
mode:
authorWalter Erquinigo <a20012251@gmail.com>2019-10-11 21:58:49 +0000
committerWalter Erquinigo <a20012251@gmail.com>2019-10-11 21:58:49 +0000
commit6fcf0681609f95493595825d428e802e756c7c50 (patch)
tree6f4253999c293fc7a770a2bbeb156c73cfb49938 /lldb/source/Commands/CommandObjectPlatform.cpp
parentafa8903ad6de54a3a45237af4af5b75b820c613e (diff)
downloadbcm5719-llvm-6fcf0681609f95493595825d428e802e756c7c50.tar.gz
bcm5719-llvm-6fcf0681609f95493595825d428e802e756c7c50.zip
Revert "[platform process list] add a flag for showing the processes of all users"
Summary: This reverts commit e4ac611cd787f3f0e727a394e96fb1a5c3b19ccb. There's a failure according to http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/2538/testReport/junit/lldb-api/functionalities_gdb_remote_client/TestPlatformClient_py/ Reviewers: labath, aadsm, clayborg Subscribers: lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D68883 llvm-svn: 374603
Diffstat (limited to 'lldb/source/Commands/CommandObjectPlatform.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectPlatform.cpp4
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");
}
OpenPOWER on IntegriCloud