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

Declarations

tools/lldb/include/lldb/API/SBTraceOptions.h
   35   void setTraceParams(lldb::SBStructuredData &params);

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
64840     (arg1)->setTraceParams(*arg2);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  524     static void doit(Class *c, Args... args) { (c->*m)(args...); }
tools/lldb/source/API/SBTraceOptions.cpp
   70   LLDB_RECORD_METHOD(void, SBTraceOptions, setTraceParams,
  146   LLDB_REGISTER_METHOD(void, SBTraceOptions, setTraceParams,