[Lldb-commits] [PATCH] D33083: [Expression parser] Look up module symbols before hunting globally

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu May 11 13:54:38 PDT 2017


jingham added a comment.

I think Greg's right.  I can't see anything expression parser specific to how you do this search.  I was a little worried that a lot of the other searches will return multiple names (maybe sorting to indicate closeness.)  So this one might be confusing.  But  the API name says you are looking for ONE data symbol, so the behavior when you can't tell amongst the matches actually makes sense.


https://reviews.llvm.org/D33083





More information about the lldb-commits mailing list