Go to file
Greg Clayton d41f032a45 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
2011-08-02 23:35:43 +00:00
clang Implements alignment for long long and double types in va_arg on ARM AAPCS. 2011-08-02 22:33:37 +00:00
compiler-rt Don't redeclare sr. 2011-07-28 23:15:41 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Correct misspelling:_LIBCPP_APPLE_STABLE_ABI -> _LIBCPP_STABLE_APPLE_ABI 2011-07-31 17:16:32 +00:00
libcxxabi make cxxabi.h safe for C code to include 2011-08-02 05:15:26 +00:00
lldb Fixed an issue where StackFrame::GetValueForVariableExpressionPath(...) 2011-08-02 23:35:43 +00:00
llvm Use the precomputed def presence in RAGreedy::calcSpillCost. 2011-08-02 23:04:08 +00:00
polly Add a vect target to the polly testsuite 2011-08-02 07:22:05 +00:00