forked from OSchip/llvm-project
![]() 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 | ||
Makefile |