[Lldb-commits] [PATCH] D48351: Move dumping code out of RegisterValue class
Zachary Turner via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 20 07:50:47 PDT 2018
zturner added a subscriber: labath.
zturner added a comment.
I had previously thought of making a top level project called Dump that
depends on everything. Also makes it very obvious where all the dumpers
are. It can have overloaded functions called lldb_private::dump(T&) for
every value of T, then no matter what type you have, all you have to do is
call dump(T). Kills all birds with one stone
https://reviews.llvm.org/D48351
More information about the lldb-commits
mailing list