jingham added a comment.

Yes, that is a good solution.  It's still a little awkward that DataExtractors 
live in Utility and their dumper lives in Core.  Especially as almost all the 
functionality of the dumper could live in Utility.  If you were serious about 
using Utility separate from Core you would want to put the non-target parts of 
DumpDataExtractor into Core and assert if those are passed the unsupported 
flavors, and then have DumpDataExtractorTarget, with the instruction and fancy 
float bits.  But maybe that's work for another day.

We name functions starting with a Capitol first letter, so these should be 
"Dump..." not "dump...".  But other than that, this seems good.


https://reviews.llvm.org/D30560



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to