VirtualBox

Changeset 45006 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Mar 12, 2013 2:58:51 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84237
Message:

DBGF/DBGC: Fixing power off problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/dbgf.h

    r44896 r45006  
    180180     */
    181181    DBGFEVENT_DEV_STOP,
    182     /** The VM is terminating.
     182    /** The VM is powering off.
    183183     * When this notification is received, the debugger thread should detach ASAP.
    184184     */
    185     DBGFEVENT_TERMINATING,
     185    DBGFEVENT_POWERING_OFF,
    186186
    187187    /** The usual 32-bit hack. */
     
    284284VMMR3_INT_DECL(int)     DBGFR3Init(PVM pVM);
    285285VMMR3_INT_DECL(int)     DBGFR3Term(PVM pVM);
     286VMMR3_INT_DECL(void)    DBGFR3PowerOff(PVM pVM);
    286287VMMR3_INT_DECL(void)    DBGFR3Relocate(PVM pVM, RTGCINTPTR offDelta);
    287288VMMR3_INT_DECL(int)     DBGFR3VMMForcedAction(PVM pVM);
     
    300301VMMR3DECL(int)          DBGFR3Halt(PUVM pUVM);
    301302VMMR3DECL(bool)         DBGFR3IsHalted(PUVM pUVM);
    302 VMMR3DECL(bool)         DBGFR3CanWait(PUVM pUVM);
     303VMMR3DECL(int)          DBGFR3QueryWaitable(PUVM pUVM);
    303304VMMR3DECL(int)          DBGFR3Resume(PUVM pUVM);
    304305VMMR3DECL(int)          DBGFR3Step(PUVM pUVM, VMCPUID idCpu);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette