Searched refs:VBoxDbgBase (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgBase.cpp26 #include "VBoxDbgBase.h"
34 VBoxDbgBase::VBoxDbgBase(VBoxDbgGui *a_pDbgGui) function in class:VBoxDbgBase
51 VBoxDbgBase::~VBoxDbgBase()
69 VBoxDbgBase::stamReset(const QString &rPat)
82 VBoxDbgBase::stamEnum(const QString &rPat, PFNSTAMR3ENUM pfnEnum, void *pvUser)
95 VBoxDbgBase::dbgcCreate(PDBGCBACK pBack, unsigned fFlags)
106 VBoxDbgBase::atStateChange(PUVM pUVM, VMSTATE enmState, VMSTATE /*enmOldState*/, void *pvUser)
108 VBoxDbgBase *pThi
[all...]
H A DVBoxDbgBase.h40 class VBoxDbgBase class
48 VBoxDbgBase(VBoxDbgGui *a_pDbgGui);
53 virtual ~VBoxDbgBase();
122 * This is just a combination of QWidget and VBoxDbgBase with some additional
126 class VBoxDbgBaseWindow : public QWidget, public VBoxDbgBase
H A DVBoxDbgStatsQt4.h21 #include "VBoxDbgBase.h"
42 class VBoxDbgStatsView : public QTreeView, public VBoxDbgBase
H A DVBoxDbgStatsQt4.cpp553 class VBoxDbgStatsModelVM : public VBoxDbgStatsModel, public VBoxDbgBase
2592 : VBoxDbgStatsModel(a_pParent), VBoxDbgBase(a_pDbgGui)
2720 : QTreeView(a_pParent), VBoxDbgBase(a_pDbgGui), m_pModel(a_pModel), m_PatStr(), m_pParent(a_pParent),

Completed in 45 milliseconds