Searched refs:get_file_globals (Results 1 – 5 of 5) sorted by relevance
271 GetVariableList (bool get_file_globals);289 GetInScopeVariableList (bool get_file_globals);
718 const bool get_file_globals = true; in PrivateAutoComplete() local720 VariableList *variable_list = frame->GetVariableList(get_file_globals); in PrivateAutoComplete()866 const bool get_file_globals = true; in PrivateAutoComplete() local868 VariableList *variable_list = frame->GetVariableList(get_file_globals); in PrivateAutoComplete()
537 StackFrame::GetVariableList (bool get_file_globals) in GetVariableList() argument557 get_file_globals) in GetVariableList()578 StackFrame::GetInScopeVariableList (bool get_file_globals) in GetInScopeVariableList() argument631 const bool get_file_globals = true; in GetValueForVariableExpressionPath() local634 VariableListSP var_list_sp (GetInScopeVariableList (get_file_globals)); in GetValueForVariableExpressionPath()
391 bool get_file_globals = true; in DoExecute() local396 VariableList *variable_list = frame->GetVariableList (get_file_globals); in DoExecute()
897 const bool get_file_globals = true; in FindValue() local898 VariableList *frame_vars = frame->GetVariableList(get_file_globals); in FindValue()