Fixed a bug where the DWARF location expression
authorSean Callanan <scallanan@apple.com>
Fri, 6 Jan 2012 18:24:47 +0000 (18:24 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 6 Jan 2012 18:24:47 +0000 (18:24 +0000)
commitd1a5e01ff9a655ba5428050488e1ac112a0fe767
tree0826de083a43a23718b990fb7869bb78daa73806
parent3411f2ea68f3fee97407f9d654c9eb12eb84461d
Fixed a bug where the DWARF location expression
parser was creating malformed resuls.  When the
location of a variable is computed by reading a
register and adding an offset, we shouldn't say
that the variable's value is located in that
register.  This was confusing the expression
parser when trying to read a variable captured
by a block.

llvm-svn: 147668
lldb/source/Expression/DWARFExpression.cpp