Searched defs:debugger (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/
H A DUIVMInfoDialog.cpp318 /* Get machine debugger: */
614 CMachineDebugger debugger = console.GetDebugger(); local
615 QString strVirtualization = debugger.GetHWVirtExEnabled() ?
618 QString strNestedPaging = debugger.GetHWVirtExNestedPagingEnabled() ?
621 QString strUnrestrictedExecution = debugger.GetHWVirtExUXEnabled() ?
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIIndicatorsPool.cpp835 const CMachineDebugger debugger = m_pSession->debugger(); local
838 bool bVirtEnabled = debugger.GetHWVirtExEnabled();
844 bool bNestEnabled = debugger.GetHWVirtExNestedPagingEnabled();
850 bool bUXEnabled = debugger.GetHWVirtExUXEnabled();
H A DUISession.h114 /** Returns the console's debugger instance. */
115 CMachineDebugger& debugger() { return m_debugger; } function in class:UISession
403 /** Holds the console's debugger instance. */
H A DUIMachineLogic.cpp203 #if 0 /* To early! The debugger needs a VM handle to work. So, must be done after power on. Moved to initializePostPowerUp. */
205 /* Prepare debugger: */
223 /* Cleanup debugger: */
297 CMachineDebugger& UIMachineLogic::debugger() const function in class:UIMachineLogic
299 return uisession()->debugger();
1242 /* Close debugger: */
1957 if (!debugger().isNull() && debugger().isOk())
1958 debugger().SetLogEnabled(fState);
2337 if (!debugger()
[all...]

Completed in 68 milliseconds