<rdar://problem/13107151>
authorEnrico Granata <egranata@apple.com>
Thu, 7 Feb 2013 18:23:56 +0000 (18:23 +0000)
committerEnrico Granata <egranata@apple.com>
Thu, 7 Feb 2013 18:23:56 +0000 (18:23 +0000)
commit85425d77b8ed75fb5996b2df795530ca163d79d5
treed26a2d6c0cf775829e9fc64904038dc64138e924
parent63f700e4d1876abcce74276dbf9838f9902e7664
<rdar://problem/13107151>

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<SBValue>).

llvm-svn: 174638
lldb/include/lldb/API/SBValueList.h
lldb/source/API/SBFrame.cpp
lldb/source/API/SBModule.cpp
lldb/source/API/SBTarget.cpp
lldb/source/API/SBValueList.cpp