Searched refs:SetLoggingCallback (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h224 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i393 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h227 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1638 void SBDebugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, function in class:SBDebugger
1640 LLDB_RECORD_DUMMY(void, SBDebugger, SetLoggingCallback,
1644 return m_opaque_sp->SetLoggingCallback(log_callback, baton);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1127 void Debugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, function in class:Debugger
/freebsd-13-stable/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19560 SWIG_check_num_args("lldb::SBDebugger::SetLoggingCallback",3,3)
19561 if(!SWIG_isptrtype(L,1)) SWIG_fail_arg("lldb::SBDebugger::SetLoggingCallback",1,"lldb::SBDebugger *");
19562 if(!SWIG_isptrtype(L,2)) SWIG_fail_arg("lldb::SBDebugger::SetLoggingCallback",2,"lldb::LogOutputCallback");
19563 if(!SWIG_isptrtype(L,3)) SWIG_fail_arg("lldb::SBDebugger::SetLoggingCallback",3,"void *");
19575 (arg1)->SetLoggingCallback(arg2,arg3);
20614 { "SetLoggingCallback", _wrap_SBDebugger_SetLoggingCallback},
[all...]

Completed in 254 milliseconds