VirtualBox

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


Ignore:
Timestamp:
Jun 13, 2016 8:51:05 AM (9 years ago)
Author:
vboxsync
Message:

VMM/DBGF: Start on a simple type system to pretty print structs in the guest later on, work in progress

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

Legend:

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

    r61348 r61671  
    164164        VMMR3/DBGFStack.cpp \
    165165        VMMR3/DBGFR3Trace.cpp \
     166        VMMR3/DBGFR3Type.cpp \
    166167        VMMR3/EM.cpp \
    167168        VMMR3/EMR3Dbg.cpp \
  • trunk/src/VBox/VMM/include/DBGFInternal.h

    r58910 r61671  
    414414    R3PTRTYPE(PDBGFINFO)        pInfoFirst;
    415415
     416    /** The type database lock. */
     417    RTSEMRW                     hTypeDbLock;
     418    /** String space for looking up types.  (Protected by hTypeDbLock.) */
     419    R3PTRTYPE(RTSTRSPACE)       TypeSpace;
     420    /** For early initialization by . */
     421    bool volatile               fTypeDbInitialized;
     422    /** Alignment padding. */
     423    bool                        afAlignment3[3];
     424
    416425} DBGFUSERPERVM;
    417426typedef DBGFUSERPERVM *PDBGFUSERPERVM;
     
    443452void dbgfR3TraceRelocate(PVM pVM);
    444453void dbgfR3TraceTerm(PVM pVM);
     454DECLHIDDEN(int)  dbgfR3TypeInit(PUVM pUVM);
     455DECLHIDDEN(void) dbgfR3TypeTerm(PUVM pUVM);
    445456int  dbgfR3PlugInInit(PUVM pUVM);
    446457void dbgfR3PlugInTerm(PUVM pUVM);
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