VirtualBox

Changeset 86751 in vbox for trunk/src


Ignore:
Timestamp:
Oct 28, 2020 9:12:52 PM (4 years ago)
Author:
vboxsync
Message:

VMM/DBGF: Implement L2 binary search tree node removal and make the all context breakpoint management code compile in ring-3, completely untested though, bugref:9837 [build fix]

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/Makefile.kmk

    r86750 r86751  
    512512        VMMAll/CPUMAllMsrs.cpp \
    513513        VMMAll/DBGFAll.cpp \
    514         $(if-expr defined(VBOX_WITH_LOTS_OF_DBGF_BPS), VMMAll/DBGFAllBp.cpp,) \
     514        VMMAll/DBGFAllBp.cpp \
    515515        $(if-expr defined(VBOX_WITH_DBGF_TRACING), VMMAll/DBGFAllTracer.cpp,) \
    516516        VMMAll/EMAll.cpp \
  • trunk/src/VBox/VMM/VMMAll/DBGFAllBp.cpp

    r86749 r86751  
    2929#include <iprt/assert.h>
    3030
    31 #include "DBGFInline.h"
     31#ifdef VBOX_WITH_LOTS_OF_DBGF_BPS
     32# include "DBGFInline.h"
     33#endif
    3234
    3335
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