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

Declarations

tools/lldb/include/lldb/API/SBValueList.h
   34   void Append(const lldb::SBValueList &value_list);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
77429     (arg1)->Append((lldb::SBValueList const &)*arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
tools/lldb/source/API/SBValueList.cpp
  143   LLDB_RECORD_METHOD(void, SBValueList, Append, (const lldb::SBValueList &),
  219   LLDB_REGISTER_METHOD(void, SBValueList, Append,
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
 1440   g_vsc.variables.Append(frame.GetVariables(true,   // arguments
 1445   g_vsc.variables.Append(frame.GetVariables(false,  // arguments
 1450   g_vsc.variables.Append(frame.GetRegisters());