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

Declarations

tools/lldb/include/lldb/Symbol/VariableList.h
   29   void AddVariables(VariableList *variable_list);

References

tools/lldb/source/Target/StackFrame.cpp
  450         m_variable_list_sp->AddVariables(global_variable_list_sp.get());
  487       var_list_sp->AddVariables(global_variable_list_sp.get());
tools/lldb/tools/lldb-test/lldb-test.cpp
  563     List.AddVariables(CU->GetVariableList(true).get());