Changeset 59072 in vbox for trunk/src/VBox/Debugger/testcase
- Timestamp:
- Dec 9, 2015 10:58:30 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104631
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp
r56296 r59072 98 98 return VERR_INTERNAL_ERROR; 99 99 } 100 VMMR3DECL(int) DBGFR3EventConfigEx(PUVM pUVM, PCDBGFEVENTCONFIG paConfigs, size_t cConfigs) 101 { 102 return VERR_INTERNAL_ERROR; 103 } 104 VMMR3DECL(int) DBGFR3InterruptConfigEx(PUVM pUVM, PCDBGFINTERRUPTCONFIG paConfigs, size_t cConfigs) 105 { 106 return VERR_INTERNAL_ERROR; 107 } 108 100 109 VMMR3DECL(int) DBGFR3Halt(PUVM pUVM) 101 110 {
Note:
See TracChangeset
for help on using the changeset viewer.