Changeset 64770 in vbox for trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
- Timestamp:
- Dec 1, 2016 12:28:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
r64721 r64770 42 42 } 43 43 44 VMMR3DECL(int) DBGFR3AddrToPhys(PUVM pUVM, VMCPUID idCpu, P DBGFADDRESS pAddress, PRTGCPHYS pGCPhys)44 VMMR3DECL(int) DBGFR3AddrToPhys(PUVM pUVM, VMCPUID idCpu, PCDBGFADDRESS pAddress, PRTGCPHYS pGCPhys) 45 45 { 46 46 return VERR_INTERNAL_ERROR; … … 68 68 return VERR_INTERNAL_ERROR; 69 69 } 70 VMMR3DECL(int) DBGFR3BpSet (PUVM pUVM, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, PRTUINT piBp)70 VMMR3DECL(int) DBGFR3BpSetInt3(PUVM pUVM, VMCPUID idCpu, PCDBGFADDRESS pAddress, uint64_t iHitTrigger, uint64_t iHitDisable, PRTUINT piBp) 71 71 { 72 72 return VERR_INTERNAL_ERROR;
Note:
See TracChangeset
for help on using the changeset viewer.