OSDN Git Service

[lldb/Commands] Align process launch --plugin with process attach (NFC)
authorMed Ismail Bennani <medismail.bennani@gmail.com>
Wed, 20 Jan 2021 19:29:13 +0000 (20:29 +0100)
committerMed Ismail Bennani <medismail.bennani@gmail.com>
Wed, 20 Jan 2021 20:01:23 +0000 (21:01 +0100)
commit8fc9b6c2c560fc5945ce2115de345efb1617d59d
tree30c9d1ded3fc9901505afe59bb80a4c4de11a45a
parente406de77c6f33a6d3bf0b432bad1217b37605c15
[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.bennani@gmail.com>
lldb/source/Commands/CommandOptionsProcessLaunch.cpp