Changeset 64590 in vbox for trunk/src/VBox/Debugger/testcase
- Timestamp:
- Nov 6, 2016 7:15:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
r64589 r64590 492 492 return NULL; 493 493 } 494 VMMR3DECL(PDBGFADDRESS) DBGFR3FlowBranchTblGetAddrAtSlot(DBGFFLOWBRANCHTBL hFlowBranchTbl, uint32_t idxSlot, PDBGFADDRESS pAddrSlot) 495 { 496 return NULL; 497 } 494 498 VMMR3DECL(int) DBGFR3FlowBranchTblQueryAddresses(DBGFFLOWBRANCHTBL hFlowBranchTbl, PDBGFADDRESS paAddrs, uint32_t cAddrs) 495 499 {
Note:
See TracChangeset
for help on using the changeset viewer.