Searched refs:SetLoggingCallback (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 393 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 262 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 271 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1679 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 D | Debugger.cpp | 1147 void Debugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback() function in Debugger
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 19637 (arg1)->SetLoggingCallback(arg2,arg3); in _wrap_SBDebugger_SetLoggingCallback()
|