When building the list of variables we're going to write "using $_lldb_local_vars"
authorJim Ingham <jingham@apple.com>
Tue, 26 Apr 2016 00:29:59 +0000 (00:29 +0000)
committerJim Ingham <jingham@apple.com>
Tue, 26 Apr 2016 00:29:59 +0000 (00:29 +0000)
commitcef461772e9b1648d2e5916ac38a1e5a5b4ee523
tree844cbf4e0512ec2e6246ab592e3da2a2c2ab936f
parent1a075013793a80fd76185d26d7634ac78d231b98
When building the list of variables we're going to write "using $_lldb_local_vars"
statements for, be sure not to include variables that have no locations.  We wouldn't
be able to realize them, and that will cause all expressions to fail.

llvm-svn: 267500
lldb/include/lldb/Target/StackFrame.h
lldb/source/Expression/ExpressionSourceCode.cpp
lldb/source/Target/StackFrame.cpp