Changeset 86726 in vbox for trunk/include
- Timestamp:
- Oct 28, 2020 10:10:29 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141114
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r86701 r86726 331 331 /** The breakpoint owner handle is still used by one or more breakpoints. */ 332 332 #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) 333 335 /** Internal processing error \#1 in the DBGF breakpoint manager code. */ 334 #define VERR_DBGF_BP_IPE_1 (-122 6)336 #define VERR_DBGF_BP_IPE_1 (-1227) 335 337 /** Internal processing error \#2 in the DBGF breakpoint manager code. */ 336 #define VERR_DBGF_BP_IPE_2 (-122 7)338 #define VERR_DBGF_BP_IPE_2 (-1228) 337 339 /** Internal processing error \#3 in the DBGF breakpoint manager code. */ 338 #define VERR_DBGF_BP_IPE_3 (-122 8)340 #define VERR_DBGF_BP_IPE_3 (-1229) 339 341 /** Internal processing error \#4 in the DBGF breakpoint manager code. */ 340 #define VERR_DBGF_BP_IPE_4 (-12 29)342 #define VERR_DBGF_BP_IPE_4 (-1230) 341 343 /** Internal processing error \#5 in the DBGF breakpoint manager code. */ 342 #define VERR_DBGF_BP_IPE_5 (-123 0)344 #define VERR_DBGF_BP_IPE_5 (-1231) 343 345 /** 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) 347 357 /** @} */ 348 358
Note:
See TracChangeset
for help on using the changeset viewer.