Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h73 typedef void (*LogOutputCallback)(const char *, void *baton); typedef
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h93 CreateInstance(lldb::LogOutputCallback log_callback = nullptr,
240 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
802 Debugger(lldb::LogOutputCallback m_log_callback, void *baton);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h165 lldb::LogOutputCallback log_callback,
454 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h79 CallbackLogHandler(lldb::LogOutputCallback callback, void *baton);
87 lldb::LogOutputCallback m_callback;
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-typemaps.swig431 // For Log::LogOutputCallback
432 %typemap(in) (lldb::LogOutputCallback log_callback, void *baton) {
450 %typemap(typecheck) (lldb::LogOutputCallback log_callback, void *baton) {
H A Dpython-wrapper.swig1025 // For the LogOutputCallback functions
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig158 %typemap(in) (lldb::LogOutputCallback log_callback, void *baton) {
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp415 CallbackLogHandler::CallbackLogHandler(lldb::LogOutputCallback callback, in CallbackLogHandler()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp839 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, in CreateInstance()
963 Debugger::Debugger(lldb::LogOutputCallback log_callback, void *baton) in Debugger()
1604 void Debugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp237 lldb::LogOutputCallback callback, void *baton) in Create()
1677 void SBDebugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20537 lldb::LogOutputCallback arg2 = (lldb::LogOutputCallback) 0 ; in _wrap_SBDebugger_Create__SWIG_2()
23026 lldb::LogOutputCallback arg2 = (lldb::LogOutputCallback) 0 ; in _wrap_SBDebugger_SetLoggingCallback()