Searched refs:log_callback (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBDebugger.h | 127 lldb::LogOutputCallback log_callback, 331 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | Debugger.cpp | 734 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, in CreateInstance() argument 736 DebuggerSP debugger_sp(new Debugger(log_callback, baton)); in CreateInstance() 844 Debugger::Debugger(lldb::LogOutputCallback log_callback, void *baton) in Debugger() argument 885 if (log_callback) in Debugger() 887 std::make_shared<CallbackLogHandler>(log_callback, baton); in Debugger() 1432 void Debugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback() argument 1438 std::make_shared<CallbackLogHandler>(log_callback, baton); in SetLoggingCallback()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | Debugger.h | 93 CreateInstance(lldb::LogOutputCallback log_callback = nullptr, 243 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 1680 void SBDebugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback() argument 1682 LLDB_INSTRUMENT_VA(this, log_callback, baton); in SetLoggingCallback() 1685 return m_opaque_sp->SetLoggingCallback(log_callback, baton); in SetLoggingCallback()
|
/freebsd/contrib/llvm-project/lldb/bindings/python/ |
H A D | python-typemaps.swig | 432 %typemap(in) (lldb::LogOutputCallback log_callback, void *baton) { 450 %typemap(typecheck) (lldb::LogOutputCallback log_callback, void *baton) {
|
/freebsd/contrib/llvm-project/lldb/bindings/lua/ |
H A D | lua-typemaps.swig | 158 %typemap(in) (lldb::LogOutputCallback log_callback, void *baton) {
|