Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-types.h72 typedef void (*LogOutputCallback)(const char *, void *baton); typedef
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h100 CreateInstance(lldb::LogOutputCallback log_callback = nullptr,
250 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
745 Debugger(lldb::LogOutputCallback m_log_callback, void *baton);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h124 lldb::LogOutputCallback log_callback,
328 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLog.h79 CallbackLogHandler(lldb::LogOutputCallback callback, void *baton);
87 lldb::LogOutputCallback m_callback;
/freebsd-14.2/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.swig1055 // For the LogOutputCallback functions
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp402 CallbackLogHandler::CallbackLogHandler(lldb::LogOutputCallback callback, in CallbackLogHandler()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig158 %typemap(in) (lldb::LogOutputCallback log_callback, void *baton) {
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp733 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback, in CreateInstance()
830 Debugger::Debugger(lldb::LogOutputCallback log_callback, void *baton) in Debugger()
1418 void Debugger::SetLoggingCallback(lldb::LogOutputCallback log_callback, in SetLoggingCallback()
/freebsd-14.2/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-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp18973 lldb::LogOutputCallback arg2 = (lldb::LogOutputCallback) 0 ; in _wrap_SBDebugger_Create__SWIG_2()
21435 lldb::LogOutputCallback arg2 = (lldb::LogOutputCallback) 0 ; in _wrap_SBDebugger_SetLoggingCallback()