Changeset 45006 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Mar 12, 2013 2:58:51 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84237
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/dbgf.h
r44896 r45006 180 180 */ 181 181 DBGFEVENT_DEV_STOP, 182 /** The VM is terminating.182 /** The VM is powering off. 183 183 * When this notification is received, the debugger thread should detach ASAP. 184 184 */ 185 DBGFEVENT_ TERMINATING,185 DBGFEVENT_POWERING_OFF, 186 186 187 187 /** The usual 32-bit hack. */ … … 284 284 VMMR3_INT_DECL(int) DBGFR3Init(PVM pVM); 285 285 VMMR3_INT_DECL(int) DBGFR3Term(PVM pVM); 286 VMMR3_INT_DECL(void) DBGFR3PowerOff(PVM pVM); 286 287 VMMR3_INT_DECL(void) DBGFR3Relocate(PVM pVM, RTGCINTPTR offDelta); 287 288 VMMR3_INT_DECL(int) DBGFR3VMMForcedAction(PVM pVM); … … 300 301 VMMR3DECL(int) DBGFR3Halt(PUVM pUVM); 301 302 VMMR3DECL(bool) DBGFR3IsHalted(PUVM pUVM); 302 VMMR3DECL( bool) DBGFR3CanWait(PUVM pUVM);303 VMMR3DECL(int) DBGFR3QueryWaitable(PUVM pUVM); 303 304 VMMR3DECL(int) DBGFR3Resume(PUVM pUVM); 304 305 VMMR3DECL(int) DBGFR3Step(PUVM pUVM, VMCPUID idCpu);
Note:
See TracChangeset
for help on using the changeset viewer.