summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-10-12 00:03:40 +0000
committerAdrian Prantl <aprantl@apple.com>2019-10-12 00:03:40 +0000
commitb15c886ba5b6474b64a782b35b1c66098fc60920 (patch)
tree85947b5f9ad7a89d6ed944cd1bf1d039034243b0 /lldb/source/Commands
parent3472feb94cdf90ce8d4761b2c44f080da1b5a79d (diff)
downloadbcm5719-llvm-b15c886ba5b6474b64a782b35b1c66098fc60920.tar.gz
bcm5719-llvm-b15c886ba5b6474b64a782b35b1c66098fc60920.zip
Temporarily Revert [platform process list] add a flag for showing the processes of all users
as it breaks the bots. This reverts r374609 (git commit 696d3cf8ad6f3a0b3019c87526d561bb77ad538e) llvm-svn: 374616
Diffstat (limited to 'lldb/source/Commands')
-rw-r--r--lldb/source/Commands/CommandObjectPlatform.cpp4
-rw-r--r--lldb/source/Commands/Options.td3
2 files changed, 0 insertions, 7 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");
}
diff --git a/lldb/source/Commands/Options.td b/lldb/source/Commands/Options.td
index 87f5506c305..477b5532946 100644
--- a/lldb/source/Commands/Options.td
+++ b/lldb/source/Commands/Options.td
@@ -591,9 +591,6 @@ let Command = "platform process list" in {
def platform_process_list_show_args : Option<"show-args", "A">,
GroupRange<1, 6>,
Desc<"Show process arguments instead of the process executable basename.">;
- def platform_process_list_all_users: Option<"all-users", "x">,
- GroupRange<1,6>,
- Desc<"Show processes matching all user IDs.">;
def platform_process_list_verbose : Option<"verbose", "v">, GroupRange<1, 6>,
Desc<"Enable verbose output.">;
}
OpenPOWER on IntegriCloud