VirtualBox

Changeset 87130 in vbox for trunk/include/VBox/err.h


Ignore:
Timestamp:
Dec 27, 2020 7:32:53 PM (4 years ago)
Author:
vboxsync
Message:

VMM: More owner handling code for bugref:9837

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/err.h

    r87107 r87130  
    357357/** The DBGF has no more free breakpoint owner handles. */
    358358#define VERR_DBGF_BP_OWNER_NO_MORE_HANDLES  (-1238)
     359/** Reason for leaving RZ: Defer the owner callback invocation to Ring-3. */
     360#define VINF_DBGF_R3_BP_OWNER_DEFER         1239
     361/** The breakpoint owner callback returned an invalid status code. */
     362#define VERR_DBGF_BP_OWNER_CALLBACK_WRONG_STATUS (-1240)
    359363/** @} */
    360364
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