VirtualBox

Changeset 39606 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Dec 14, 2011 11:23:58 AM (13 years ago)
Author:
vboxsync
Message:

some debugging cleanup

Location:
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.h

    r39160 r39606  
    4141#  define VBOXWDDMDISP_DEBUG_PRINT
    4242/* adds vectored exception handler to be able to catch non-debug UM exceptions in kernel debugger */
    43 #  define VBOXWDDMDISP_DEBUG_VEHANDLER
     43//#  define VBOXWDDMDISP_DEBUG_VEHANDLER
    4444/* disable shared resource creation with wine */
    4545//#  define VBOXWDDMDISP_DEBUG_NOSHARED
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispDriverDDraw.cpp

    r38840 r39606  
    7777    {
    7878        rc = VBoxDispVHWAInitHostInfo1(pDev);
    79         VBOX_WARNRC(rc);
     79        VBOX_WARNRC_NOBP(rc);
    8080    }
    8181
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/VBoxDispInternal.h

    r36867 r39606  
    8989    } while (0)
    9090
     91#define VBOX_WARNRC_NOBP(_rc)                       \
     92    do {                                       \
     93        if (RT_FAILURE(_rc))                   \
     94        {                                      \
     95            WARN_NOBP(("RT_FAILURE rc(%#x)", _rc)); \
     96        }                                      \
     97    } while (0)
     98
     99
    91100#define VBOX_WARN_IOCTLCB_RETRC(_ioctl, _cbreturned, _cbexpected, _rc)                   \
    92101    do {                                                                                 \
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