[Lldb-commits] [PATCH] D144230: [lldb] Make persisting result variables configurable
Adrian Prantl via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 17 10:49:19 PST 2023
aprantl added inline comments.
================
Comment at: lldb/source/Commands/Options.td:389
"not supported by the interpreter (defaults to true).">;
+ def persistent_result : Option<"persistent-result", "\\x01">, Groups<[1,2]>,
+ Arg<"Boolean">,
----------------
Is that the approved way of doing long options-only? What's printed in `help dwim-print` now?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144230/new/
https://reviews.llvm.org/D144230
More information about the lldb-commits
mailing list