Searched refs:log_callback (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 59 lldb::LogOutputCallback log_callback, 194 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 89 CreateInstance(lldb::LogOutputCallback log_callback = nullptr, 223 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Debugger.cpp | 685 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, in CreateInstance() argument 687 DebuggerSP debugger_sp(new Debugger(log_callback, baton)); in CreateInstance() 758 Debugger::Debugger(lldb::LogOutputCallback log_callback, void *baton) in Debugger() argument 777 if (log_callback) in Debugger() 779 std::make_shared<StreamCallback>(log_callback, baton); in Debugger() 1235 void Debugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback() argument 1241 std::make_shared<StreamCallback>(log_callback, baton); in SetLoggingCallback()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1271 void SBDebugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback() argument 1274 return m_opaque_sp->SetLoggingCallback(log_callback, baton); in SetLoggingCallback()
|