Home
last modified time | relevance | path

Searched refs:LogOutputCallback (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStreamCallback.h23 StreamCallback(lldb::LogOutputCallback callback, void *baton);
27 lldb::LogOutputCallback m_callback;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h89 CreateInstance(lldb::LogOutputCallback log_callback = nullptr,
223 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
419 Debugger(lldb::LogOutputCallback m_log_callback, void *baton);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStreamCallback.cpp16 StreamCallback::StreamCallback(lldb::LogOutputCallback callback, void *baton) in StreamCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h59 lldb::LogOutputCallback log_callback,
194 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-types.h75 typedef void (*LogOutputCallback)(const char *, void *baton); typedef
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp685 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, in CreateInstance()
758 Debugger::Debugger(lldb::LogOutputCallback log_callback, void *baton) in Debugger()
1235 void Debugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp171 lldb::LogOutputCallback callback, void *baton) in Create()
1271 void SBDebugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback()