VirtualBox

Changeset 86167 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Sep 18, 2020 10:01:32 AM (4 years ago)
Author:
vboxsync
Message:

Debugger/DBGCRemoteKd: Start supporting 32bit guests [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCRemoteKd.cpp

    r86166 r86167  
    26492649
    26502650    DBGFADDRESS BpAddr;
    2651     DBGFR3AddrFromFlat(pThis->Dbgc.pUVM, &BpAddr, KD_PTR_GET(pPktManip->u.WriteBkpt.u64PtrBkpt));
     2651    DBGFR3AddrFromFlat(pThis->Dbgc.pUVM, &BpAddr, KD_PTR_GET(pThis, pPktManip->u.WriteBkpt.u64PtrBkpt));
    26522652    int rc = DBGFR3BpSetInt3(pThis->Dbgc.pUVM, pThis->Dbgc.idCpu, &BpAddr,
    26532653                             1 /*iHitTrigger*/, UINT64_MAX /*iHitDisable*/, &WriteBkpt64.u32HndBkpt);
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