[Lldb-commits] [PATCH] D39307: Fix global data symbol resolution

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 1 08:14:12 PST 2018


clayborg added a comment.

It would be nice if we can try and disable the redeclaration lookups from clang when in debugger mode. I can't remember if we already have such a flag in the compiler options. If we do, we should try to just disable this when in debug expression mode and see how the test suite fares. Unless we are able to lookup the name within the AST that is currently being built so we can re-find the exact same variable declaration and hand it back, disabling this seems to be the correct thing to do for debug expression. Comments?


https://reviews.llvm.org/D39307





More information about the lldb-commits mailing list