Changeset 93090 in vbox
- Timestamp:
- Dec 28, 2021 1:51:44 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/DBGFR3FlowTrace.cpp
r89924 r93090 872 872 873 873 rc = DBGFR3BpSetInt3Ex(pThis->pUVM, pThis->hBpOwner, pProbeLoc, 874 0 /*idSrcCpu*/, &pProbeLoc->AddrProbe, DBGF_BP_F_DEFAULT,874 0 /*idSrcCpu*/, &pProbeLoc->AddrProbe, fBpFlags, 875 875 0 /*iHitTrigger*/, ~0ULL /*iHitDisable*/, &pProbeLoc->hBp); 876 876 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.