Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamCallback.h22 StreamCallback(lldb::LogOutputCallback callback, void *baton);
26 lldb::LogOutputCallback m_callback;
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStreamCallback.cpp15 StreamCallback::StreamCallback(lldb::LogOutputCallback callback, void *baton) in StreamCallback()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h123 CreateInstance(lldb::LogOutputCallback log_callback = nullptr,
271 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
527 Debugger(lldb::LogOutputCallback m_log_callback, void *baton);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h70 typedef void (*LogOutputCallback)(const char *, void *baton); typedef
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i137 Create(bool source_init_files, lldb::LogOutputCallback log_callback, void *baton);
393 SetLoggingCallback (lldb::LogOutputCallback log_callback, void *baton);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h96 lldb::LogOutputCallback log_callback,
262 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig359 // For Log::LogOutputCallback
360 %typemap(in) (lldb::LogOutputCallback log_callback, void *baton) {
377 %typemap(typecheck) (lldb::LogOutputCallback log_callback, void *baton) {
H A Dpython-wrapper.swig1295 // For the LogOutputCallback functions
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp235 lldb::LogOutputCallback callback, void *baton) in Create()
239 (bool, lldb::LogOutputCallback, void *), source_init_files, in Create()
1679 void SBDebugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback()
1682 (lldb::LogOutputCallback, void *), log_callback, baton); in SetLoggingCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp593 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, in CreateInstance()
681 Debugger::Debugger(lldb::LogOutputCallback log_callback, void *baton) in Debugger()
1147 void Debugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp17370 lldb::LogOutputCallback arg2 = (lldb::LogOutputCallback) 0 ; in _wrap_SBDebugger_Create__SWIG_2()
19619 lldb::LogOutputCallback arg2 = (lldb::LogOutputCallback) 0 ; in _wrap_SBDebugger_SetLoggingCallback()