Changeset 86167 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Sep 18, 2020 10:01:32 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCRemoteKd.cpp
r86166 r86167 2649 2649 2650 2650 DBGFADDRESS BpAddr; 2651 DBGFR3AddrFromFlat(pThis->Dbgc.pUVM, &BpAddr, KD_PTR_GET(p PktManip->u.WriteBkpt.u64PtrBkpt));2651 DBGFR3AddrFromFlat(pThis->Dbgc.pUVM, &BpAddr, KD_PTR_GET(pThis, pPktManip->u.WriteBkpt.u64PtrBkpt)); 2652 2652 int rc = DBGFR3BpSetInt3(pThis->Dbgc.pUVM, pThis->Dbgc.idCpu, &BpAddr, 2653 2653 1 /*iHitTrigger*/, UINT64_MAX /*iHitDisable*/, &WriteBkpt64.u32HndBkpt);
Note:
See TracChangeset
for help on using the changeset viewer.