VirtualBox

Changeset 106369 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 16, 2024 1:19:45 PM (3 months ago)
Author:
vboxsync
Message:

VMM/DBGF: Prepare DBGF to support ARMv8/A64 style breakpoints for the VMM debugger. This converts the x86 centric int3 naming to software breakpoint, bugref:10393 [x86 build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/DBGFAllBp.cpp

    r106367 r106369  
    201201            {
    202202                /* Replace the int3 with the original instruction byte. */
    203                 abInstr[0] = pBp->Pub.u.Sw.bOrg;
     203                abInstr[0] = pBp->Pub.u.Sw.Arch.x86.bOrg;
    204204                rcStrict = IEMExecOneWithPrefetchedByPC(pVCpu, GCPtrInstr, &abInstr[0], sizeof(abInstr));
    205205                if (   rcStrict == VINF_SUCCESS
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