[Lldb-commits] [PATCH] D61737: [lldb] add -ex CLI option as alias to --one-line

Konrad Wilhelm Kleine via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri May 10 00:04:11 PDT 2019


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>">,


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61737.198987.patch
Type: text/x-patch
Size: 486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190510/825f0c2e/attachment.bin>


More information about the lldb-commits mailing list