summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2011-12-10 03:12:34 +0000
committerSean Callanan <scallanan@apple.com>2011-12-10 03:12:34 +0000
commit9b3569bacc32f475c68520907da0ea3f2f1a4d8d (patch)
tree52f04c644bbdd84813fbde6f354b1d5baebd6b96 /clang/lib/Sema
parent146ac7b609ea3e0a8e2429bca4da488a32b89514 (diff)
downloadbcm5719-llvm-9b3569bacc32f475c68520907da0ea3f2f1a4d8d.tar.gz
bcm5719-llvm-9b3569bacc32f475c68520907da0ea3f2f1a4d8d.zip
Two fixes for file variables:
- Even if a frame isn't present, we always try to use FindGlobalVariable to find variables. Instead of using frame->TrackGlobalVariable() to promote the VariableSP into a ValueObject, we now simply use ValueObjectVariable. - When requesting the value of a variable, we allow returning of the "live version" of the variable -- that is, the variable in the target instead of a pointer to its freeze dried version in LLDB -- even if there is no process present. llvm-svn: 146315
Diffstat (limited to 'clang/lib/Sema')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud