VirtualBox

Changeset 86726 in vbox for trunk/include


Ignore:
Timestamp:
Oct 28, 2020 10:10:29 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141114
Message:

VMM/DBGF: Implement L2 binary search tree node insertion and walking the tree in R0, bugref:9837

File:
1 edited

Legend:

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

    r86701 r86726  
    331331/** The breakpoint owner handle is still used by one or more breakpoints. */
    332332#define VERR_DBGF_OWNER_BUSY                (-1225)
     333/** Number of tries to add an int3 breakpoint table to the lookup tables reached. */
     334#define VERR_DBGF_BP_INT3_ADD_TRIES_REACHED (-1226)
    333335/** Internal processing error \#1 in the DBGF breakpoint manager code. */
    334 #define VERR_DBGF_BP_IPE_1                  (-1226)
     336#define VERR_DBGF_BP_IPE_1                  (-1227)
    335337/** Internal processing error \#2 in the DBGF breakpoint manager code. */
    336 #define VERR_DBGF_BP_IPE_2                  (-1227)
     338#define VERR_DBGF_BP_IPE_2                  (-1228)
    337339/** Internal processing error \#3 in the DBGF breakpoint manager code. */
    338 #define VERR_DBGF_BP_IPE_3                  (-1228)
     340#define VERR_DBGF_BP_IPE_3                  (-1229)
    339341/** Internal processing error \#4 in the DBGF breakpoint manager code. */
    340 #define VERR_DBGF_BP_IPE_4                  (-1229)
     342#define VERR_DBGF_BP_IPE_4                  (-1230)
    341343/** Internal processing error \#5 in the DBGF breakpoint manager code. */
    342 #define VERR_DBGF_BP_IPE_5                  (-1230)
     344#define VERR_DBGF_BP_IPE_5                  (-1231)
    343345/** Internal processing error \#6 in the DBGF breakpoint manager code. */
    344 #define VERR_DBGF_BP_IPE_6                  (-1231)
    345 /** Number of tries to add an int3 breakpoint table to the lookup tables reached. */
    346 #define VERR_DBGF_BP_INT3_ADD_TRIES_REACHED (-1232)
     346#define VERR_DBGF_BP_IPE_6                  (-1232)
     347/** Internal processing error \#7 in the DBGF breakpoint manager code. */
     348#define VERR_DBGF_BP_IPE_7                  (-1233)
     349/** Internal processing error \#8 in the DBGF breakpoint manager code. */
     350#define VERR_DBGF_BP_IPE_8                  (-1234)
     351/** Internal processing error \#9 in the DBGF breakpoint manager code. */
     352#define VERR_DBGF_BP_IPE_9                  (-1235)
     353/** Level 2 lookup failed because the L1 lookup table is corrupted. */
     354#define VERR_DBGF_BP_L1_LOOKUP_FAILED       (-1236)
     355/** Level 2 lookup failed because the L2 lookup table is corrupted. */
     356#define VERR_DBGF_BP_L2_LOOKUP_FAILED       (-1237)
    347357/** @} */
    348358
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette