Changeset 19336 in vbox for trunk/src/VBox/VMM/DBGFMem.cpp
- Timestamp:
- May 4, 2009 4:10:40 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46814
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/DBGFMem.cpp
r19334 r19336 421 421 * @retval VERR_INVALID_SELECTOR if the selector isn't fully inside the 422 422 * descriptor table. 423 * @retval VERR_SELECTOR_NOT_PRESENT if the selector wasn't present. 423 * @retval VERR_SELECTOR_NOT_PRESENT if the LDT is invalid or not present. This 424 * is not returned if the selector itself isn't present, you have to 425 * check that for yourself (see DBGFSELINFO::fFlags). 424 426 * @retval VERR_PAGE_TABLE_NOT_PRESENT or VERR_PAGE_NOT_PRESENT if the 425 427 * pagetable or page backing the selector table wasn't present.
Note:
See TracChangeset
for help on using the changeset viewer.