Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h331 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h243 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig156 // Typemap for handling SBDebugger::SetLoggingCallback
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1680 void SBDebugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback() function in SBDebugger
1685 return m_opaque_sp->SetLoggingCallback(log_callback, baton); in SetLoggingCallback()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1432 void Debugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback() function in Debugger
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp22734 (arg1)->SetLoggingCallback(arg2,arg3); in _wrap_SBDebugger_SetLoggingCallback()