VirtualBox

Changeset 45993 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
May 12, 2013 7:12:25 PM (12 years ago)
Author:
vboxsync
Message:

VMM: Added DBGFR3AsGetConfig.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp

    r45987 r45993  
    287287    /** @todo */
    288288    NOREF(pUVM); NOREF(offDelta);
     289}
     290
     291
     292/**
     293 * Gets the IPRT debugging configuration handle (no refs retained).
     294 *
     295 * @returns Config handle or NIL_RTDBGCFG.
     296 * @param   pUVM        The user mode VM handle.
     297 */
     298VMMR3DECL(RTDBGCFG)     DBGFR3AsGetConfig(PUVM pUVM)
     299{
     300    UVM_ASSERT_VALID_EXT_RETURN(pUVM, NIL_RTDBGCFG);
     301    return pUVM->dbgf.s.hDbgCfg;
    289302}
    290303
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