Changeset 64721 in vbox for trunk/src/VBox/Debugger/testcase
- Timestamp:
- Nov 20, 2016 2:02:27 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112005
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
r64590 r64721 176 176 { 177 177 } 178 VMMR3DECL(int) DBGFR3Step(PUVM pUVM, VMCPUID idCpu) 178 VMMR3DECL(int) DBGFR3StepEx(PUVM pUVM, VMCPUID idCpu, uint32_t fFlags, PCDBGFADDRESS pStopPcAddr, 179 PCDBGFADDRESS pStopPopAddr, RTGCUINTPTR cbStopPop, uint32_t cMaxSteps) 179 180 { 180 181 return VERR_INTERNAL_ERROR; … … 325 326 return false; 326 327 } 328 VMMR3DECL(bool) DBGFR3CpuIsInV86Code(PUVM pUVM, VMCPUID idCpu) 329 { 330 return false; 331 } 327 332 328 333 VMMR3DECL(int) DBGFR3CoreWrite(PUVM pUVM, const char *pszFilename, bool fReplaceFile)
Note:
See TracChangeset
for help on using the changeset viewer.