VirtualBox

Changeset 40274 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 28, 2012 1:17:35 PM (13 years ago)
Author:
vboxsync
Message:

Introduced VBOX_WITH_REM in Config.kmk and the VMM.

File:
1 edited

Legend:

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

    r37034 r40274  
    4040
    4141VMMDECL(VBOXSTRICTRC)       IEMExecOne(PVMCPU pVCpu);
     42VMMDECL(VBOXSTRICTRC)       IEMExecLots(PVMCPU pVCpu);
    4243VMM_INT_DECL(VBOXSTRICTRC)  IEMInjectTrap(PVMCPU pVCpu, uint8_t u8TrapNo, TRPMEVENT enmType, uint16_t uErrCode, RTGCPTR uCr2);
     44
     45VMM_INT_DECL(int)           IEMBreakpointSet(PVM pVM, RTGCPTR GCPtrBp);
     46VMM_INT_DECL(int)           IEMBreakpointClear(PVM pVM, RTGCPTR GCPtrBp);
    4347
    4448#if defined(IEM_VERIFICATION_MODE) && defined(IN_RING3)
Note: See TracChangeset for help on using the changeset viewer.

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