Changeset 22105 in vbox for trunk/include
- Timestamp:
- Aug 8, 2009 2:54:59 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50854
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dbgf.h
r21217 r22105 888 888 * @{ */ 889 889 /** Get the info from the guest descriptor table. */ 890 #define DBGFSELQI_FLAGS_DT_GUEST UINT32_C(0)890 #define DBGFSELQI_FLAGS_DT_GUEST UINT32_C(0) 891 891 /** Get the info from the shadow descriptor table. 892 892 * Only works in raw-mode. */ 893 #define DBGFSELQI_FLAGS_DT_SHADOW UINT32_C(1) 893 #define DBGFSELQI_FLAGS_DT_SHADOW UINT32_C(1) 894 /** If currently executing in in 64-bit mode, blow up data selectors. */ 895 #define DBGFSELQI_FLAGS_DT_ADJ_64BIT_MODE UINT32_C(2) 894 896 /** @} */ 895 897 VMMR3DECL(int) DBGFR3SelQueryInfo(PVM pVM, VMCPUID idCpu, RTSEL Sel, uint32_t fFlags, PDBGFSELINFO pSelInfo);
Note:
See TracChangeset
for help on using the changeset viewer.