Changeset 58916 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Nov 30, 2015 12:40:19 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFBp.cpp
r58911 r58916 881 881 * 882 882 * @returns VBox status code. 883 * @param pU vmThe user mode VM handle.883 * @param pUVM The user mode VM handle. 884 884 * @param uPort The first I/O port. 885 885 * @param cPorts The number of I/O ports, see DBGFBPIOACCESS_XXX. … … 989 989 * 990 990 * @returns VBox status code. 991 * @param pU vmThe user mode VM handle.991 * @param pUVM The user mode VM handle. 992 992 * @param GCPhys The first MMIO address. 993 993 * @param cb The size of the MMIO range to break on.
Note:
See TracChangeset
for help on using the changeset viewer.