VirtualBox

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


Ignore:
Timestamp:
Jan 27, 2022 4:50:15 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149572
Message:

Main/MachineDebugger,VBoxHeadless,VirtualBoxVM,VBoxSDL,VBoxDbg: Removed a few obsolete raw-mode attributes and changed the VM attribute into getUVMAndVMMFunctionTable, restricting it to calls from within the VM process. bugref:10074

File:
1 edited

Legend:

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

    r93115 r93460  
    2323#include <VBox/dbggui.h>
    2424#include <VBox/vmm/vmapi.h>
     25#include <VBox/vmm/vmmr3vtable.h>
    2526#include <iprt/errcore.h>
    2627#include <iprt/initterm.h>
     
    5657        PDBGGUI pGui;
    5758        PCDBGGUIVT pGuiVT;
    58         rc = DBGGuiCreateForVM(pUVM, &pGui, &pGuiVT);
     59        rc = DBGGuiCreateForVM(pUVM, VMMR3GetVTable(), &pGui, &pGuiVT);
    5960        if (RT_SUCCESS(rc))
    6061        {
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