clayborg added inline comments.
================ Comment at: source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:4221 if (variable_list_sp.get() == NULL) { variable_list_sp.reset(new VariableList()); } ---------------- So do we cache now somewhere else now that "sc.comp_unit->SetVariableList(variable_list_sp);" is removed? https://reviews.llvm.org/D46220 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits