VirtualBox

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


Ignore:
Timestamp:
May 22, 2013 1:02:37 PM (12 years ago)
Author:
vboxsync
Message:

Fixed the 'r', 'rg' and 'rg32' commands in 64-bit guest code.

File:
1 edited

Legend:

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

    r46167 r46217  
    303303    return 1;
    304304}
     305VMMR3DECL(bool) DBGFR3CpuIsIn64BitCode(PUVM pUVM, VMCPUID idCpu)
     306{
     307    return false;
     308}
    305309
    306310VMMR3DECL(int) DBGFR3CoreWrite(PUVM pUVM, const char *pszFilename, bool fReplaceFile)
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