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.h729 Diagnostics::CallbackID m_diagnostics_callback_id; variable
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp904 m_diagnostics_callback_id = Diagnostics::Instance().AddCallback( in Debugger()
959 Diagnostics::Instance().RemoveCallback(m_diagnostics_callback_id); in Clear()