Searched refs:m_pDbgConsole (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgGui.cpp34 m_pDbgStats(NULL), m_pDbgConsole(NULL), m_pSession(NULL), m_pConsole(NULL),
112 if (m_pDbgConsole)
114 delete m_pDbgConsole;
115 m_pDbgConsole = NULL;
195 if (!m_pDbgConsole)
197 m_pDbgConsole = new VBoxDbgConsole(this, m_pParent);
198 connect(m_pDbgConsole, SIGNAL(destroyed(QObject *)), this, SLOT(notifyChildDestroyed(QObject *)));
202 m_pDbgConsole->vShow();
214 if (m_pDbgConsole)
215 m_pDbgConsole
[all...]
H A DVBoxDbgGui.h153 VBoxDbgConsole *m_pDbgConsole; member in class:VBoxDbgGui

Completed in 60 milliseconds