diff options
author | Greg Clayton <gclayton@apple.com> | 2011-08-02 23:35:43 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-08-02 23:35:43 +0000 |
commit | d41f032a450b71c33dce5f37f08ee92e2a1b8e4f (patch) | |
tree | 740168bebd5342dedd0a43f07bab15cbc3953f4f /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 2f7af6a15a95f545c0823a06c3fd4a92d00d78ad (diff) | |
download | bcm5719-llvm-d41f032a450b71c33dce5f37f08ee92e2a1b8e4f.tar.gz bcm5719-llvm-d41f032a450b71c33dce5f37f08ee92e2a1b8e4f.zip |
Fixed an issue where StackFrame::GetValueForVariableExpressionPath(...)
was previously using the entire frame variable list instead of using the
in scope variable list. I added a new function to a stack frame:
lldb::VariableListSP
StackFrame::GetInScopeVariableList (bool get_file_globals);
This gets only variables that are in scope and they will be ordered such
that the variables from the current scope are first.
llvm-svn: 136745
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions