VirtualBox

Changeset 64721 in vbox for trunk/src/VBox/Debugger/testcase


Ignore:
Timestamp:
Nov 20, 2016 2:02:27 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112005
Message:

DBGC: Basic implementation of the 'gu' (shift-F11), 'p' (F10), 'pc', 'pt', 'tc', 'tt' commands as well as 'tr/pr' variant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp

    r64590 r64721  
    176176{
    177177}
    178 VMMR3DECL(int) DBGFR3Step(PUVM pUVM, VMCPUID idCpu)
     178VMMR3DECL(int) DBGFR3StepEx(PUVM pUVM, VMCPUID idCpu, uint32_t fFlags, PCDBGFADDRESS pStopPcAddr,
     179                            PCDBGFADDRESS pStopPopAddr, RTGCUINTPTR cbStopPop, uint32_t cMaxSteps)
    179180{
    180181    return VERR_INTERNAL_ERROR;
     
    325326    return false;
    326327}
     328VMMR3DECL(bool) DBGFR3CpuIsInV86Code(PUVM pUVM, VMCPUID idCpu)
     329{
     330    return false;
     331}
    327332
    328333VMMR3DECL(int) DBGFR3CoreWrite(PUVM pUVM, const char *pszFilename, bool fReplaceFile)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette