VirtualBox

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


Ignore:
Timestamp:
Dec 27, 2020 7:32:53 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142030
Message:

VMM: More owner handling code for bugref:9837

File:
1 edited

Legend:

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

    r87107 r87130  
    6868/** Number of chunks required to support all breakpoints. */
    6969#define DBGF_BP_CHUNK_COUNT                 (DBGF_BP_COUNT_MAX / DBGF_BP_COUNT_PER_CHUNK)
     70/** Maximum number of instruction bytes when executing breakpointed instructions. */
     71#define DBGF_BP_INSN_MAX                    16
    7072/** @} */
    7173
     
    12631265     * @todo drop this in favor of aEvents!  */
    12641266    DBGFBP                  hBpActive;
     1267    /** Flag whether the to invoke any owner handlers in ring-3 before dropping into the debugger. */
     1268    bool                    fBpInvokeOwnerCallback;
    12651269#endif
    12661270    /** Set if we're singlestepping in raw mode.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette