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,
243 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
765 Debugger(lldb::LogOutputCallback m_log_callback, void *baton);
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h127 lldb::LogOutputCallback log_callback,
331 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.swig997 // For the LogOutputCallback functions
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp403 CallbackLogHandler::CallbackLogHandler(lldb::LogOutputCallback callback, in CallbackLogHandler()
/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/Core/
H A DDebugger.cpp734 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, in CreateInstance()
844 Debugger::Debugger(lldb::LogOutputCallback log_callback, void *baton) in Debugger()
1432 void Debugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp272 lldb::LogOutputCallback callback, void *baton) in Create()
1680 void SBDebugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp20251 lldb::LogOutputCallback arg2 = (lldb::LogOutputCallback) 0 ; in _wrap_SBDebugger_Create__SWIG_2()
22713 lldb::LogOutputCallback arg2 = (lldb::LogOutputCallback) 0 ; in _wrap_SBDebugger_SetLoggingCallback()