Home
last modified time | relevance | path

Searched refs:m_diagnostics_callback_id (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h769 Diagnostics::CallbackID m_diagnostics_callback_id; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1050 m_diagnostics_callback_id = Diagnostics::Instance().AddCallback( in Debugger()
1112 Diagnostics::Instance().RemoveCallback(m_diagnostics_callback_id); in Clear()