VirtualBox

Changeset 59074 in vbox for trunk


Ignore:
Timestamp:
Dec 10, 2015 12:50:17 PM (9 years ago)
Author:
vboxsync
Message:

VMM: DBGFR3EventHandlePending stub.

Location:
trunk
Files:
2 edited

Legend:

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

    r59073 r59074  
    525525VMMR3_INT_DECL(void)    DBGFR3Relocate(PVM pVM, RTGCINTPTR offDelta);
    526526VMMR3_INT_DECL(int)     DBGFR3VMMForcedAction(PVM pVM);
     527VMMR3_INT_DECL(VBOXSTRICTRC)    DBGFR3EventHandlePending(PVM pVM, PVMCPU pVCpu);
    527528VMMR3DECL(int)          DBGFR3Event(PVM pVM, DBGFEVENTTYPE enmEvent);
    528529VMMR3DECL(int)          DBGFR3EventSrc(PVM pVM, DBGFEVENTTYPE enmEvent, const char *pszFile, unsigned uLine,
  • trunk/src/VBox/VMM/VMMR3/DBGF.cpp

    r59073 r59074  
    516516
    517517
     518VMMR3_INT_DECL(VBOXSTRICTRC) DBGFR3EventHandlePending(PVM pVM, PVMCPU pVCpu)
     519{
     520    return VINF_SUCCESS;
     521}
     522
     523
    518524/**
    519525 * Send a generic debugger event which takes no data.
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