kwk updated this revision to Diff 198987. kwk added a comment. - Fix https://reviews.llvm.org/D61737#inline-548136
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D61737/new/ https://reviews.llvm.org/D61737 Files: lldb/tools/driver/Options.td Index: lldb/tools/driver/Options.td =================================================================== --- lldb/tools/driver/Options.td +++ lldb/tools/driver/Options.td @@ -159,6 +159,10 @@ Alias<one_line>, HelpText<"Alias for --one-line">, Group<grp_command>; +def: Separate<["-"], "ex">, + Alias<one_line>, + HelpText<"Alias for --one-line.">, + Group<grp_command>; def one_line_before_file: Separate<["--", "-"], "one-line-before-file">, MetaVarName<"<command>">,
Index: lldb/tools/driver/Options.td =================================================================== --- lldb/tools/driver/Options.td +++ lldb/tools/driver/Options.td @@ -159,6 +159,10 @@ Alias<one_line>, HelpText<"Alias for --one-line">, Group<grp_command>; +def: Separate<["-"], "ex">, + Alias<one_line>, + HelpText<"Alias for --one-line.">, + Group<grp_command>; def one_line_before_file: Separate<["--", "-"], "one-line-before-file">, MetaVarName<"<command>">,
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits