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/D16745http://reviews.llvm.org/D16746 _______________________________________________ lldb-commits mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
