VirtualBox

Changeset 35637 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jan 19, 2011 5:42:59 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69544
Message:

Debugger console: Made the evaluator a bit smarter wrt to the register and variable operators (e.g. don't confuse @ah with a hexadecimal number).

File:
1 edited

Legend:

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

    r35626 r35637  
    6161    /** Any type is fine. */
    6262    DBGCVAR_CAT_ANY = 0,
     63    /** Any kind of pointer or number. */
     64    DBGCVAR_CAT_POINTER_NUMBER,
     65    /** Any kind of pointer or number, no range. */
     66    DBGCVAR_CAT_POINTER_NUMBER_NO_RANGE,
    6367    /** Any kind of pointer. */
    6468    DBGCVAR_CAT_POINTER,
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