[Lldb-commits] [PATCH] D44306: Move Args::StringToAddress to Target::EvaluateAddressExpression

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 14 11:39:55 PDT 2018


zturner added a subscriber: labath.
zturner added a comment.

I think having all parsing functions in a single place will just move the
layering problem elsewhere, since a bunch of conversion functions for
objects from various libraries will be mushed together into one place.


https://reviews.llvm.org/D44306





More information about the lldb-commits mailing list