VirtualBox

Changeset 87133 in vbox for trunk/src


Ignore:
Timestamp:
Dec 27, 2020 8:20:17 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142033
Message:

Config.kmk: Enable the new DBGF breakpoint handling code, bugref:9837 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFR3Bp.cpp

    r87130 r87133  
    11861186    uint32_t idxL2Right = DBGF_BP_L2_ENTRY_GET_IDX_RIGHT(pL2Nd->u64LeftRightIdxDepthBpHnd2);
    11871187
    1188     Assert(idxL2NdParent != DBGF_BP_L2_ENTRY_IDX_END || !pL2NdParent);
     1188    Assert(idxL2NdParent != DBGF_BP_L2_ENTRY_IDX_END || !pL2NdParent); RT_NOREF(idxL2NdParent);
    11891189    uint32_t idxL2ParentNew = DBGF_BP_L2_ENTRY_IDX_END;
    11901190    if (idxL2Right == DBGF_BP_L2_ENTRY_IDX_END)
     
    12811281        if (GCPtrL2Entry == GCPtr)
    12821282        {
    1283             Assert(DBGF_BP_L2_ENTRY_GET_BP_HND(pL2Entry->u64GCPtrKeyAndBpHnd1, pL2Entry->u64LeftRightIdxDepthBpHnd2) == hBp);
     1283            Assert(DBGF_BP_L2_ENTRY_GET_BP_HND(pL2Entry->u64GCPtrKeyAndBpHnd1, pL2Entry->u64LeftRightIdxDepthBpHnd2) == hBp); RT_NOREF(hBp);
    12841284
    12851285            rc = dbgfR3BpInt3BstNodeRemove(pUVM, idxL1, idxL2Root, idxL2Cur, pL2Entry,
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