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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h48 Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton);
224 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h59 CreateInstance (lldb::LogOutputCallback log_callback = NULL, void *baton = NULL);
261 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp519 Debugger::CreateInstance (lldb::LogOutputCallback log_callback, void *baton) argument
521 DebuggerSP debugger_sp (new Debugger(log_callback, baton));
615 Debugger::Debugger (lldb::LogOutputCallback log_callback, void *baton) : argument
638 if (log_callback)
639 m_log_callback_stream_sp.reset (new StreamCallback (log_callback, baton));
2575 Debugger::SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton) argument
2580 m_log_callback_stream_sp.reset (new StreamCallback (log_callback, baton));
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp1328 SBDebugger::SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton) argument
1332 return m_opaque_sp->SetLoggingCallback (log_callback, baton);

Completed in 126 milliseconds