"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "bcdadf376549b8157a27407fdffd33b47261b528"
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
Loading
Please register or sign in to comment