Changeset 93445 in vbox
- Timestamp:
- Jan 26, 2022 6:24:49 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 149557
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Doxyfile.Core
r90832 r93445 848 848 IOM_MMIO_STATS_COMMA_DECL \ 849 849 IOM_MMIO_STATS_COMMA_ARG \ 850 SUP_HARDENED_SUID 850 SUP_HARDENED_SUID \ 851 \ 852 VTABLE_ENTRY \ 853 VTABLE_RESERVED 851 854 852 855 SKIP_FUNCTION_MACROS = NO -
trunk/include/Makefile.kmk
r93444 r93445 47 47 VBox/settings.h \ 48 48 VBox/com/Guid.h \ 49 VBox/vmm/vmm api.h \49 VBox/vmm/vmmr3vtable.h \ 50 50 iprt/cpp/% \ 51 51 VBox/com/% \ … … 132 132 VBox/VBoxKeyboard.h \ 133 133 VBox/vmm/pdmpcidevint.h \ 134 VBox/vmm/vmmr3vtable-def.h \ 134 135 iprt/runtime-loader.h \ 135 136 iprt/mangling.h \ -
trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp
r93444 r93445 901 901 * Initializes the debug info string buffer formatter 902 902 * 903 * @param pHlp The help structure to init. 903 * @param pHlp The help structure to init. 904 * @param pVMM The VMM vtable. 904 905 */ 905 906 static void MachineDebuggerInfoInit(PMACHINEDEBUGGERINOFHLP pHlp, PCVMMR3VTABLE pVMM)
Note:
See TracChangeset
for help on using the changeset viewer.