VirtualBox

Changeset 106362 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Oct 16, 2024 1:08:09 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165175
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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/DBGFInternal.h

    r106061 r106362  
    11161116    uint8_t                     cEnabledHwIoBreakpoints;
    11171117    uint8_t                     au8Alignment1[2]; /**< Alignment padding. */
    1118     /** The number of enabled INT3 breakpoints. */
    1119     uint32_t volatile           cEnabledInt3Breakpoints;
     1118    /** The number of enabled software breakpoints. */
     1119    uint32_t volatile           cEnabledSwBreakpoints;
    11201120
    11211121    /** Debugger Attached flag.
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