[Lldb-commits] [PATCH] D48351: Move dumping code out of RegisterValue class
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 20 08:02:32 PDT 2018
labath added subscribers: clayborg, jingham, zturner.
labath added a comment.
Well, if it depends on everything, then it can only used from places
that also depend on everything. Right now I don't think it matters now
(though it will create a new Dump <-> "everything calling Dump"
cycle). However, I can imagine this might cause some tricky situations
later on when we try to clean up dependencies between the high level
classes.
https://reviews.llvm.org/D48351
More information about the lldb-commits
mailing list