Changeset 45993 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 12, 2013 7:12:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp
r45987 r45993 287 287 /** @todo */ 288 288 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 */ 298 VMMR3DECL(RTDBGCFG) DBGFR3AsGetConfig(PUVM pUVM) 299 { 300 UVM_ASSERT_VALID_EXT_RETURN(pUVM, NIL_RTDBGCFG); 301 return pUVM->dbgf.s.hDbgCfg; 289 302 } 290 303
Note:
See TracChangeset
for help on using the changeset viewer.