[Lldb-commits] [PATCH] D49740: Move RegisterValue, Scalar, State from Core to Utility

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 3 14:59:35 PDT 2018


zturner added a comment.

For the Register stuff, for example, I think it could make sense for it to be in a project such as `HAL` (Hardware Abstraction Layer) or something similarly named.  Everything that describes properties of specific CPUs could go there, perhaps even including `ArchSpec`.  For the Scalar stuff, perhaps a target called `Visualization` (or even just `Value`).  Once more and more stuff starts ending up in Utility, I think it makes sense to try something like this.


https://reviews.llvm.org/D49740





More information about the lldb-commits mailing list