From 85425d77b8ed75fb5996b2df795530ca163d79d5 Mon Sep 17 00:00:00 2001 From: Enrico Granata Date: Thu, 7 Feb 2013 18:23:56 +0000 Subject: SBValueList was backed by a ValueObjectList. This caused us to lose track of the additional metadata in the ValueImpl that backs SBValue. This checkin fixes that by backing SBValueList with ValueListImpl (that essentially wraps a vector). llvm-svn: 174638 --- lldb/source/API/SBModule.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lldb/source/API/SBModule.cpp') diff --git a/lldb/source/API/SBModule.cpp b/lldb/source/API/SBModule.cpp index 681d416c2ae..461950f29e9 100644 --- a/lldb/source/API/SBModule.cpp +++ b/lldb/source/API/SBModule.cpp @@ -467,14 +467,13 @@ SBModule::FindGlobalVariables (SBTarget &target, const char *name, uint32_t max_ if (match_count > 0) { - ValueObjectList &value_object_list = sb_value_list.ref(); for (uint32_t i=0; i