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

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 9 12:02:28 PDT 2019


teemperor added a comment.

If it's just about adding some commonly used GDB flags I'm fine with adding them to the normal LLDB flags. If the plan is to implement most/all of the flags GDB supports, then I would prefer having something like `--gdb` or `lldb-gdb` (which seems anyway necessary to resolve the conflicts with the current LLDB flags like -x, -b, -l, etc.).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61737/new/

https://reviews.llvm.org/D61737





More information about the lldb-commits mailing list