Changeset 93460 in vbox for trunk/src/VBox/Debugger/testcase
- Timestamp:
- Jan 27, 2022 4:50:15 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149572
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/testcase/tstVBoxDbg.cpp
r93115 r93460 23 23 #include <VBox/dbggui.h> 24 24 #include <VBox/vmm/vmapi.h> 25 #include <VBox/vmm/vmmr3vtable.h> 25 26 #include <iprt/errcore.h> 26 27 #include <iprt/initterm.h> … … 56 57 PDBGGUI pGui; 57 58 PCDBGGUIVT pGuiVT; 58 rc = DBGGuiCreateForVM(pUVM, &pGui, &pGuiVT);59 rc = DBGGuiCreateForVM(pUVM, VMMR3GetVTable(), &pGui, &pGuiVT); 59 60 if (RT_SUCCESS(rc)) 60 61 {
Note:
See TracChangeset
for help on using the changeset viewer.