Home
last modified time | relevance | path

Searched refs:get_file_globals (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDStackFrame.h271 GetVariableList (bool get_file_globals);
289 GetInScopeVariableList (bool get_file_globals);
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDVariable.cpp718 const bool get_file_globals = true; in PrivateAutoComplete() local
720 VariableList *variable_list = frame->GetVariableList(get_file_globals); in PrivateAutoComplete()
866 const bool get_file_globals = true; in PrivateAutoComplete() local
868 VariableList *variable_list = frame->GetVariableList(get_file_globals); in PrivateAutoComplete()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDStackFrame.cpp537 StackFrame::GetVariableList (bool get_file_globals) in GetVariableList() argument
557 get_file_globals) in GetVariableList()
578 StackFrame::GetInScopeVariableList (bool get_file_globals) in GetInScopeVariableList() argument
631 const bool get_file_globals = true; in GetValueForVariableExpressionPath() local
634 VariableListSP var_list_sp (GetInScopeVariableList (get_file_globals)); in GetValueForVariableExpressionPath()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectFrame.cpp391 bool get_file_globals = true; in DoExecute() local
396 VariableList *variable_list = frame->GetVariableList (get_file_globals); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBFrame.cpp897 const bool get_file_globals = true; in FindValue() local
898 VariableList *frame_vars = frame->GetVariableList(get_file_globals); in FindValue()