[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 10:45:46 PDT 2017


jingham added a comment.

But note that the real solution to that problem is implementing some syntax for "symbol from CU", "symbol from Function" etc, as we've discussed in the past.  Then what we do by default will be less important, since you have a way to override it.


https://reviews.llvm.org/D33083





More information about the lldb-commits mailing list