Searched refs:LogOutputCallback (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | StreamCallback.h | 23 StreamCallback(lldb::LogOutputCallback callback, void *baton); 27 lldb::LogOutputCallback m_callback;
|
| /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); 419 Debugger(lldb::LogOutputCallback m_log_callback, void *baton);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | StreamCallback.cpp | 16 StreamCallback::StreamCallback(lldb::LogOutputCallback callback, void *baton) in StreamCallback()
|
| /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/ |
| H A D | lldb-types.h | 75 typedef void (*LogOutputCallback)(const char *, void *baton); typedef
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Debugger.cpp | 685 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 D | SBDebugger.cpp | 171 lldb::LogOutputCallback callback, void *baton) in Create() 1271 void SBDebugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback()
|