Searched refs:LogOutputCallback (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | StreamCallback.h | 22 StreamCallback(lldb::LogOutputCallback callback, void *baton); 26 lldb::LogOutputCallback m_callback;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StreamCallback.cpp | 15 StreamCallback::StreamCallback(lldb::LogOutputCallback callback, void *baton) in StreamCallback()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 123 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 D | lldb-types.h | 70 typedef void (*LogOutputCallback)(const char *, void *baton); typedef
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 137 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 D | SBDebugger.h | 96 lldb::LogOutputCallback log_callback, 262 void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-typemaps.swig | 359 // For Log::LogOutputCallback 360 %typemap(in) (lldb::LogOutputCallback log_callback, void *baton) { 377 %typemap(typecheck) (lldb::LogOutputCallback log_callback, void *baton) {
|
| H A D | python-wrapper.swig | 1295 // For the LogOutputCallback functions
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBDebugger.cpp | 235 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 D | Debugger.cpp | 593 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 D | LLDBWrapLua.cpp | 17370 lldb::LogOutputCallback arg2 = (lldb::LogOutputCallback) 0 ; in _wrap_SBDebugger_Create__SWIG_2() 19619 lldb::LogOutputCallback arg2 = (lldb::LogOutputCallback) 0 ; in _wrap_SBDebugger_SetLoggingCallback()
|