VirtualBox

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


Ignore:
Timestamp:
Dec 9, 2015 10:58:30 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
104631
Message:

DBGC: Implemented the DBGC side of the sx* commands. (DBGF isn't quite there yet.)

File:
1 edited

Legend:

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

    r56296 r59072  
    9898    return VERR_INTERNAL_ERROR;
    9999}
     100VMMR3DECL(int) DBGFR3EventConfigEx(PUVM pUVM, PCDBGFEVENTCONFIG paConfigs, size_t cConfigs)
     101{
     102    return VERR_INTERNAL_ERROR;
     103}
     104VMMR3DECL(int) DBGFR3InterruptConfigEx(PUVM pUVM, PCDBGFINTERRUPTCONFIG paConfigs, size_t cConfigs)
     105{
     106    return VERR_INTERNAL_ERROR;
     107}
     108
    100109VMMR3DECL(int) DBGFR3Halt(PUVM pUVM)
    101110{
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