Author: Med Ismail Bennani Date: 2021-01-20T21:01:23+01:00 New Revision: 8fc9b6c2c560fc5945ce2115de345efb1617d59d
URL: https://github.com/llvm/llvm-project/commit/8fc9b6c2c560fc5945ce2115de345efb1617d59d DIFF: https://github.com/llvm/llvm-project/commit/8fc9b6c2c560fc5945ce2115de345efb1617d59d.diff LOG: [lldb/Commands] Align process launch --plugin with process attach (NFC) Following `7169d3a315f4cdc19c4ab6b8f20c6f91b46ba9b8`, this patch updates the short option for the plugin command option to (`-p` to `-P`) to align with the `process attach` command options. The long option remains the same since there are already the same for both commands. Signed-off-by: Med Ismail Bennani <medismail.benn...@gmail.com> Added: Modified: lldb/source/Commands/CommandOptionsProcessLaunch.cpp Removed: ################################################################################ diff --git a/lldb/source/Commands/CommandOptionsProcessLaunch.cpp b/lldb/source/Commands/CommandOptionsProcessLaunch.cpp index e94a89469ca9..4445457ca852 100644 --- a/lldb/source/Commands/CommandOptionsProcessLaunch.cpp +++ b/lldb/source/Commands/CommandOptionsProcessLaunch.cpp @@ -61,7 +61,7 @@ Status CommandOptionsProcessLaunch::SetOptionValue( break; } - case 'p': // Process plug-in name + case 'P': // Process plug-in name launch_info.SetProcessPluginName(option_arg); break; _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits