From 0f22955899870607cf868b3c4a57f60efd8df02c Mon Sep 17 00:00:00 2001 From: Walter Erquinigo Date: Sat, 12 Oct 2019 02:31:22 +0000 Subject: Revert "[platform process list] add a flag for showing the processes of all users" This reverts commit f670a5edfc70066872e1795d650ed6e1ac62b6a8. llvm-svn: 374630 --- lldb/source/Commands/CommandObjectPlatform.cpp | 4 ---- lldb/source/Commands/Options.td | 3 --- 2 files changed, 7 deletions(-) (limited to 'lldb/source/Commands') 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.">; } -- cgit v1.2.3