diff options
author | Shafik Yaghmour <syaghmour@apple.com> | 2019-10-08 16:24:28 +0000 |
---|---|---|
committer | Shafik Yaghmour <syaghmour@apple.com> | 2019-10-08 16:24:28 +0000 |
commit | 02376077be5567fe0d7d1e51679aac121e4bbf79 (patch) | |
tree | b123a3217f1dbd5d43ccfc76db1b93097773d426 /lldb/source/Commands/CommandObjectPlatform.cpp | |
parent | 3fb4e49a68f5845afc4daea0eb81c69d424ee85f (diff) | |
download | bcm5719-llvm-02376077be5567fe0d7d1e51679aac121e4bbf79.tar.gz bcm5719-llvm-02376077be5567fe0d7d1e51679aac121e4bbf79.zip |
Revert "[platform process list] add a flag for showing the processes of all users"
This reverts commit 080f35fb875f52c924ee37ed4d56a51fe7056afa.
Conflicts:
packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestPlatformClient.py
llvm-svn: 374077
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"); } |