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

Declarations

tools/lldb/include/lldb/API/SBBreakpoint.h
   97   SBError SetScriptCallbackFunction(const char *callback_function_name,

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 8710     result = (arg1)->SetScriptCallbackFunction((char const *)arg2,*arg3);
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  510     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBBreakpoint.cpp
  599   SetScriptCallbackFunction(callback_function_name, empty_args);
  605   LLDB_RECORD_METHOD(SBError, SBBreakpoint, SetScriptCallbackFunction,
 1013   LLDB_REGISTER_METHOD(lldb::SBError, SBBreakpoint, SetScriptCallbackFunction,