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

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 22 17:07:58 PDT 2018


jingham added a comment.

Perhaps a better way to handle this is to think of REPL.cpp/h as adjuncts of CommandObjectExpression.cpp/h - they mostly define the fancy IOHandler that gets pushed when you run the command in this mode.  I think it would be fine to move them to Command, at which point using all the OptionGroups would be expected.


https://reviews.llvm.org/D47232





More information about the lldb-commits mailing list