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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 13 03:36:28 PDT 2018


labath planned changes to this revision.
labath added a comment.

Yes, that thought occurred to me almost immediately after I submitted this. I'll try to implement something like that instead.

Since this will be just a bunch of static functions with no state, I think we don't even have to put them into an existing class, but instead create a new file/class for holding just this. I just need to figure out a good name for that.


https://reviews.llvm.org/D44306





More information about the lldb-commits mailing list