[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
Thu May 11 14:54:54 PDT 2017


clayborg added a comment.

Yeah, we need to document exactly what this is doing: looking for the best symbol as an expression parser would want it, preferring symbols from the current module in the SymbolContext, and then looking everywhere. Errors if multiple exist in current module, or in any other modules if not in current, bla bla.


https://reviews.llvm.org/D33083





More information about the lldb-commits mailing list