[Lldb-commits] [PATCH] D49740: Move RegisterValue, Scalar, State from Core to Utility
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 3 15:11:26 PDT 2018
teemperor added a comment.
> CompletionRequest - this sounds like it could go next to the command interpreter
Yeah, makes sense. Even though Utility classes then can either not offer completion methods (currently only ArchSpec is doing that) or work around that with a forward decl. But I think that's not a big issue.
https://reviews.llvm.org/D49740
More information about the lldb-commits
mailing list