hanchenye-llvm-project/lldb
Enrico Granata 85425d77b8 <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
2013-02-07 18:23:56 +00:00
..
docs Change the container-regs kv pair in the qRegsiterInfo 2013-01-23 04:38:32 +00:00
examples Allow the target to give out the size of the red zone for given ABIs. 2013-02-01 00:47:49 +00:00
include <rdar://problem/13107151> 2013-02-07 18:23:56 +00:00
lib Continuing the fix for the r173732 fix. Now lldb gets built with Makefiles (Darwin). 2013-01-30 00:28:58 +00:00
lldb.xcodeproj <rdar://problem/12978143> 2013-01-28 23:47:25 +00:00
lldb.xcworkspace
resources Get LLDB-Info.plist up to date with r169081. 2012-12-08 01:20:07 +00:00
scripts Allow the target to give out the size of the red zone for given ABIs. 2013-02-01 00:47:49 +00:00
source <rdar://problem/13107151> 2013-02-07 18:23:56 +00:00
test Fix bug in test harness to allow running dotest.py without "--executable" flag on Linux 2013-02-06 16:55:07 +00:00
tools Added support for the qCmd monitor packet command. Currently it can only do: 2013-02-02 01:13:48 +00:00
utils Minor cleanup. 2012-03-05 18:25:29 +00:00
www Describe the data formatters as part of the architecture 2013-01-29 00:42:12 +00:00
.gitignore Remove "llvm" from list of things to ignore. This results in the 2012-03-03 06:43:59 +00:00
INSTALL.txt
LICENSE.TXT
Makefile Use libxml2 on Mac OS X. 2012-10-31 23:02:00 +00:00