VirtualBox

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


Ignore:
Timestamp:
Nov 6, 2016 6:07:32 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111778
Message:

DBGFR3Flow: Iterator API for the branch tables

File:
1 edited

Legend:

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

    r64586 r64589  
    511511    return VERR_INTERNAL_ERROR;
    512512}
     513VMMR3DECL(int) DBGFR3FlowBranchTblItCreate(DBGFFLOW hFlow, DBGFFLOWITORDER enmOrder, PDBGFFLOWBRANCHTBLIT phFlowBranchTblIt)
     514{
     515    return VERR_INTERNAL_ERROR;
     516}
     517VMMR3DECL(void) DBGFR3FlowBranchTblItDestroy(DBGFFLOWBRANCHTBLIT hFlowBranchTblIt)
     518{
     519}
     520VMMR3DECL(DBGFFLOWBRANCHTBL) DBGFR3FlowBranchTblItNext(DBGFFLOWBRANCHTBLIT hFlowBranchTblIt)
     521{
     522    return NULL;
     523}
     524VMMR3DECL(int) DBGFR3FlowBranchTblItReset(DBGFFLOWBRANCHTBLIT hFlowBranchTblIt)
     525{
     526    return VERR_INTERNAL_ERROR;
     527}
    513528
    514529#include <VBox/vmm/cfgm.h>
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