[Lldb-commits] [PATCH] D33083: [Expression parser] Look up module symbols before hunting globally
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 10 19:58:25 PDT 2017
clayborg added a comment.
Bonus point for implementing a global symbol search that is aware of the above rules and can stop after step 1 if there are matches, and after step 2 if there are matches, etc.
https://reviews.llvm.org/D33083
More information about the lldb-commits
mailing list