Changeset 93460 in vbox for trunk/include/VBox
- 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/include/VBox/dbggui.h
r93115 r93460 104 104 * @returns VBox status code. 105 105 * @param pUVM The VM handle. 106 * @param pVMM The VMM function table. 106 107 * @param ppGui Where to store the pointer to the debugger instance. 107 108 * @param ppGuiVT Where to store the virtual method table pointer. 108 109 * Optional. 109 110 */ 110 DBGDECL(int) DBGGuiCreateForVM(PUVM pUVM, P DBGGUI *ppGui, PCDBGGUIVT *ppGuiVT);111 DBGDECL(int) DBGGuiCreateForVM(PUVM pUVM, PCVMMR3VTABLE pVMM, PDBGGUI *ppGui, PCDBGGUIVT *ppGuiVT); 111 112 /** @copydoc DBGGuiCreateForVM */ 112 typedef DECLCALLBACKTYPE(int, FNDBGGUICREATEFORVM,(PUVM pUVM, P DBGGUI *ppGui, PCDBGGUIVT *ppGuiVT));113 typedef DECLCALLBACKTYPE(int, FNDBGGUICREATEFORVM,(PUVM pUVM, PCVMMR3VTABLE pVMM, PDBGGUI *ppGui, PCDBGGUIVT *ppGuiVT)); 113 114 /** Pointer to DBGGuiCreateForVM. */ 114 115 typedef FNDBGGUICREATEFORVM *PFNDBGGUICREATEFORVM;
Note:
See TracChangeset
for help on using the changeset viewer.