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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h224 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h261 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1328 SBDebugger::SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton) function in class:SBDebugger
1332 return m_opaque_sp->SetLoggingCallback (log_callback, baton);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp2575 Debugger::SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton) function in class:Debugger

Completed in 132 milliseconds