VirtualBox

Changeset 22105 in vbox for trunk/include


Ignore:
Timestamp:
Aug 8, 2009 2:54:59 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50854
Message:

DBGF: Added DBGFSELQI_FLAGS_DT_ADJ_64BIT_MODE for making stack walking work - it's a gross hack. A more proper solution would mean adding more context to sel:off conversions, no time for that now.

File:
1 edited

Legend:

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

    r21217 r22105  
    888888 * @{ */
    889889/** 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)
    891891/** Get the info from the shadow descriptor table.
    892892 * 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)
    894896/** @} */
    895897VMMR3DECL(int) DBGFR3SelQueryInfo(PVM pVM, VMCPUID idCpu, RTSEL Sel, uint32_t fFlags, PDBGFSELINFO pSelInfo);
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