[Lldb-commits] [PATCH] D47232: Break dependency from Expression -> Commands

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed May 23 17:23:35 PDT 2018


zturner added a comment.

FWIW `REPL` only uses 4 of the 10+ fields of `CommandObjectExpression::Options`.  If you don't like the separate struct idea, I can just pass them directly as as independent arguments to `REPL::SetCommandOptions`.


https://reviews.llvm.org/D47232





More information about the lldb-commits mailing list