Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DStackFrame.h104 GetVariableList (bool get_file_globals);
107 GetInScopeVariableList (bool get_file_globals);
/external/lldb/source/Symbol/
DVariable.cpp683 const bool get_file_globals = true; in PrivateAutoComplete() local
685 VariableList *variable_list = frame->GetVariableList(get_file_globals); in PrivateAutoComplete()
828 const bool get_file_globals = true; in PrivateAutoComplete() local
830 VariableList *variable_list = frame->GetVariableList(get_file_globals); in PrivateAutoComplete()
/external/lldb/source/Target/
DStackFrame.cpp478 StackFrame::GetVariableList (bool get_file_globals) in GetVariableList() argument
497 get_file_globals) in GetVariableList()
518 StackFrame::GetInScopeVariableList (bool get_file_globals) in GetInScopeVariableList() argument
563 const bool get_file_globals = true; in GetValueForVariableExpressionPath() local
566 VariableListSP var_list_sp (GetInScopeVariableList (get_file_globals)); in GetValueForVariableExpressionPath()
/external/lldb/source/Commands/
DCommandObjectFrame.cpp384 bool get_file_globals = true; in DoExecute() local
389 VariableList *variable_list = frame->GetVariableList (get_file_globals); in DoExecute()