Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i393 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h262 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h271 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1679 void SBDebugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback() function in SBDebugger
1681 LLDB_RECORD_DUMMY(void, SBDebugger, SetLoggingCallback, in SetLoggingCallback()
1685 return m_opaque_sp->SetLoggingCallback(log_callback, baton); in SetLoggingCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1147 void Debugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback() function in Debugger
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp19637 (arg1)->SetLoggingCallback(arg2,arg3); in _wrap_SBDebugger_SetLoggingCallback()