Changeset 64589 in vbox for trunk/src/VBox/Debugger/testcase
- Timestamp:
- Nov 6, 2016 6:07:32 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
r64586 r64589 511 511 return VERR_INTERNAL_ERROR; 512 512 } 513 VMMR3DECL(int) DBGFR3FlowBranchTblItCreate(DBGFFLOW hFlow, DBGFFLOWITORDER enmOrder, PDBGFFLOWBRANCHTBLIT phFlowBranchTblIt) 514 { 515 return VERR_INTERNAL_ERROR; 516 } 517 VMMR3DECL(void) DBGFR3FlowBranchTblItDestroy(DBGFFLOWBRANCHTBLIT hFlowBranchTblIt) 518 { 519 } 520 VMMR3DECL(DBGFFLOWBRANCHTBL) DBGFR3FlowBranchTblItNext(DBGFFLOWBRANCHTBLIT hFlowBranchTblIt) 521 { 522 return NULL; 523 } 524 VMMR3DECL(int) DBGFR3FlowBranchTblItReset(DBGFFLOWBRANCHTBLIT hFlowBranchTblIt) 525 { 526 return VERR_INTERNAL_ERROR; 527 } 513 528 514 529 #include <VBox/vmm/cfgm.h>
Note:
See TracChangeset
for help on using the changeset viewer.