[Lldb-commits] [PATCH] D16746: Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 29 18:55:51 PST 2016
sivachandra added inline comments.
================
Comment at: source/Target/StackFrame.cpp:600
@@ -599,3 +599,3 @@
- if (m_sc.comp_unit)
+ if (m_sc.comp_unit && get_file_globals)
{
----------------
This should not be part of this change. I have another patch for that: http://reviews.llvm.org/D16745
http://reviews.llvm.org/D16746
More information about the lldb-commits
mailing list