reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/StackFrame.h
  243   VariableList *GetVariableList(bool get_file_globals);

References

tools/lldb/source/API/SBFrame.cpp
  617             VariableList *frame_vars = frame->GetVariableList(get_file_globals);
  836         variable_list = frame->GetVariableList(true);
tools/lldb/source/Commands/CommandObjectFrame.cpp
  497         frame->GetVariableList(m_option_variable.show_globals);
tools/lldb/source/Core/IOHandler.cpp
 3002         VariableList *locals = frame->GetVariableList(true);
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  928         VariableList *vars = frame->GetVariableList(false);
 1054         VariableList *vars = frame->GetVariableList(false);
tools/lldb/source/Symbol/Variable.cpp
  609         VariableList *variable_list = frame->GetVariableList(get_file_globals);
  708               frame->GetVariableList(get_file_globals);
tools/lldb/source/Target/StackFrame.cpp
 1151   VariableList *var_list = GetVariableList(true);
 1185     VariableList *var_list = GetVariableList(true);
 1721   VariableList *variables = GetVariableList(get_file_globals);