VirtualBox

Changeset 87594 in vbox for trunk/include/VBox/types.h


Ignore:
Timestamp:
Feb 3, 2021 8:23:46 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142626
Message:

VMM/DBGF,Debugger: Removed the !defined(VBOX_WITH_LOTS_OF_DBGF_BPS) code. bugref:9837

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/types.h

    r87141 r87594  
    522522typedef RCPTRTYPE(struct DBGFTRACERINSRC *) PDBGFTRACERINSRC;
    523523
    524 #ifdef VBOX_WITH_LOTS_OF_DBGF_BPS
    525524/** A cross context DBGF breakpoint owner handle. */
    526525typedef uint32_t                DBGFBPOWNER;
    527526/** Pointer to a cross context DBGF breakpoint owner handle. */
    528 typedef DBGFBPOWNER             *PDBGFBPOWNER;
     527typedef DBGFBPOWNER            *PDBGFBPOWNER;
    529528/** A NIL DBGF breakpoint owner handle. */
    530529#define NIL_DBGFBPOWNER         ((uint32_t)UINT32_MAX)
     
    533532typedef uint32_t                DBGFBP;
    534533/** Pointer to a cross context DBGF breakpoint handle. */
    535 typedef DBGFBP                  *PDBGFBP;
     534typedef DBGFBP                 *PDBGFBP;
    536535/** A NIL DBGF breakpoint handle. */
    537536#define NIL_DBGFBP              ((uint32_t)UINT32_MAX)
    538 #endif
    539537/** @} */
    540538
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