Home
last modified time | relevance | path

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

/vim-8.2.3635/src/VisVim/
H A DCommands.cpp42 m_pDebuggerEventsObj = NULL; in CCommands()
81 XDebuggerEventsObj::CreateInstance(&m_pDebuggerEventsObj); in SetApplicationObject()
82 m_pDebuggerEventsObj->AddRef(); in SetApplicationObject()
83 m_pDebuggerEventsObj->Connect(pDebugger); in SetApplicationObject()
84 m_pDebuggerEventsObj->m_pCommands = this; in SetApplicationObject()
120 if (m_pDebuggerEventsObj) in UnadviseFromEvents()
129 m_pDebuggerEventsObj->Disconnect(pDebugger); in UnadviseFromEvents()
130 m_pDebuggerEventsObj->Release(); in UnadviseFromEvents()
131 m_pDebuggerEventsObj = NULL; in UnadviseFromEvents()
H A DCommands.h112 XDebuggerEventsObj *m_pDebuggerEventsObj; variable