[Lldb-commits] [PATCH] D48351: Move dumping code out of RegisterValue class
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 19 10:12:06 PDT 2018
clayborg added a comment.
Is this a case of keeping RegisterValue from needing to link against the stream stuff so code inside a directory doesn't depend on code from other directories? Not sure why we wouldn't want to just ask the object itself to dump itself...
https://reviews.llvm.org/D48351
More information about the lldb-commits
mailing list