VirtualBox

Changeset 31460 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Aug 9, 2010 7:59:43 AM (14 years ago)
Author:
vboxsync
Message:

REM,DBGF: Logging fixes, avoid assertion when disassembling.

File:
1 edited

Legend:

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

    r30453 r31460  
    857857/** No address in the output. */
    858858#define DBGF_DISAS_FLAGS_NO_ADDRESS         RT_BIT(5)
     859/** Set if the hidden selector registers are known to be valid. (REM hack to
     860 *  avoid assertions.) */
     861#define DBGF_DISAS_FLAGS_HID_SEL_REGS_VALID RT_BIT(6)
    859862/** Disassemble in the default mode of the specific context. */
    860863#define DBGF_DISAS_FLAGS_DEFAULT_MODE       UINT32_C(0x00000000)
     
    870873#define DBGF_DISAS_FLAGS_MODE_MASK          UINT32_C(0x70000000)
    871874/** Mask containing the valid flags. */
    872 #define DBGF_DISAS_FLAGS_VALID_MASK         UINT32_C(0x7000003f)
     875#define DBGF_DISAS_FLAGS_VALID_MASK         UINT32_C(0x7000007f)
    873876/** @} */
    874877
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