VirtualBox

Ignore:
Timestamp:
Sep 24, 2021 2:19:45 PM (3 years ago)
Author:
vboxsync
Message:

Devices/Graphics: use a define for test breakpoints: bugref:9830

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win-dx.cpp

    r91361 r91364  
    904904    AssertReturn(pState, VERR_INVALID_STATE);
    905905
    906 //ASMBreakpoint();
    907906    for (int i = 0; i < RT_ELEMENTS(pDXContext->svgaDXContext.renderState.renderTargetViewIds); ++i)
    908907    {
     
    16011600        Assert(cWidth == cHeight);
    16021601        Assert(cDepth == 1);
    1603 //ASMBreakpoint();
     1602//DEBUG_BREAKPOINT_TEST();
    16041603        D3D11_SUBRESOURCE_DATA *paInitialData = NULL;
    16051604        D3D11_SUBRESOURCE_DATA aInitialData[6 * SVGA3D_MAX_MIP_LEVELS];
     
    22292228        Log6Func(("Load D3DDisassemble: %Rrc\n", rc2));
    22302229    }
    2231 //ASMBreakpoint();
     2230//DEBUG_BREAKPOINT_TEST();
    22322231    return rc;
    22332232}
     
    40514050        }
    40524051#if 0
    4053 //ASMBreakpoint();
     4052            //DEBUG_BREAKPOINT_TEST();
    40544053            rc = vmsvga3dBackSurfaceMap(pThisCC, &image, NULL, VMSVGA3D_SURFACE_MAP_READ, &map);
    40554054            if (RT_SUCCESS(rc))
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