[Lldb-commits] [PATCH] D49740: Move RegisterValue, Scalar, State from Core to Utility
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 3 11:23:19 PDT 2018
jingham added a comment.
I worry a little bit about Utility getting kind of incoherent. Some of it is clearly utility, some is more there because that's where we are putting the code we're trying to reduce dependencies on so we can share then with lldb-server. RegisterValue doesn't for instance seem like a "Utility" class to me. But maybe this is something to revisit once you've gotten at least what you need for lldb-server done?
https://reviews.llvm.org/D49740
More information about the lldb-commits
mailing list