Searched defs:VBoxDbgBase (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Debugger/
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 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...]

Completed in 149 milliseconds