reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
20329   lldb::LogOutputCallback arg2 = (lldb::LogOutputCallback) 0 ;
23019   lldb::LogOutputCallback arg2 = (lldb::LogOutputCallback) 0 ;
tools/lldb/include/lldb/API/SBDebugger.h
   58                                  lldb::LogOutputCallback log_callback,
  220   void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
tools/lldb/include/lldb/Core/Debugger.h
   79   CreateInstance(lldb::LogOutputCallback log_callback = nullptr,
  223   void SetLoggingCallback(lldb::LogOutputCallback log_callback, void *baton);
  424   Debugger(lldb::LogOutputCallback m_log_callback, void *baton);
tools/lldb/include/lldb/Utility/StreamCallback.h
   22   StreamCallback(lldb::LogOutputCallback callback, void *baton);
   26   lldb::LogOutputCallback m_callback;
tools/lldb/source/API/SBDebugger.cpp
  197                               lldb::LogOutputCallback callback, void *baton)
 1594 void SBDebugger::SetLoggingCallback(lldb::LogOutputCallback log_callback,
tools/lldb/source/Core/Debugger.cpp
  626 DebuggerSP Debugger::CreateInstance(lldb::LogOutputCallback log_callback,
  698 Debugger::Debugger(lldb::LogOutputCallback log_callback, void *baton)
 1147 void Debugger::SetLoggingCallback(lldb::LogOutputCallback log_callback,
tools/lldb/source/Utility/StreamCallback.cpp
   15 StreamCallback::StreamCallback(lldb::LogOutputCallback callback, void *baton)