VirtualBox

Changeset 35626 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 19, 2011 12:29:20 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69528
Message:

Debugger Console: Drop the HC_FAR type.

File:
1 edited

Legend:

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

    r35625 r35626  
    101101    /** Flat HC pointer. */
    102102    DBGCVAR_TYPE_HC_FLAT,
    103     /** Segmented HC pointer.
    104      * @todo drop this  */
    105     DBGCVAR_TYPE_HC_FAR,
    106103    /** Physical HC pointer. */
    107104    DBGCVAR_TYPE_HC_PHYS,
     
    122119#define DBGCVAR_ISPOINTER(enmType)      ((enmType) >= DBGCVAR_TYPE_GC_FLAT && enmType <= DBGCVAR_TYPE_HC_PHYS)
    123120/** Checks if the specified variable type is of a pointer persuasion. */
    124 #define DBGCVAR_IS_FAR_PTR(enmType)     ((enmType) == DBGCVAR_TYPE_GC_FAR || (enmType) == DBGCVAR_TYPE_HC_FAR)
     121#define DBGCVAR_IS_FAR_PTR(enmType)     ((enmType) == DBGCVAR_TYPE_GC_FAR)
    125122/** Checks if the specified variable type is of a pointer persuasion and of the guest context sort. */
    126123#define DBGCVAR_ISGCPOINTER(enmType)    ((enmType) >= DBGCVAR_TYPE_GC_FLAT && (enmType) <= DBGCVAR_TYPE_GC_PHYS)
     
    198195        /** Flat HC Address.        (DBGCVAR_TYPE_HC_FLAT) */
    199196        void           *pvHCFlat;
    200         /** Far (16:32) HC Address. (DBGCVAR_TYPE_HC_FAR) */
    201         RTFAR32         HCFar;
    202197        /** Physical GC Address.    (DBGCVAR_TYPE_HC_PHYS) */
    203198        RTHCPHYS        HCPhys;
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