VirtualBox

Changeset 93090 in vbox


Ignore:
Timestamp:
Dec 28, 2021 1:51:44 PM (3 years ago)
Author:
vboxsync
Message:

VMM/DBGFR3FlowTrace: Use the correct flags when setting the breakpoint

File:
1 edited

Legend:

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

    r89924 r93090  
    872872
    873873        rc = DBGFR3BpSetInt3Ex(pThis->pUVM, pThis->hBpOwner, pProbeLoc,
    874                                0 /*idSrcCpu*/, &pProbeLoc->AddrProbe, DBGF_BP_F_DEFAULT,
     874                               0 /*idSrcCpu*/, &pProbeLoc->AddrProbe, fBpFlags,
    875875                               0 /*iHitTrigger*/, ~0ULL /*iHitDisable*/, &pProbeLoc->hBp);
    876876        if (RT_FAILURE(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