VirtualBox

Ignore:
Timestamp:
May 16, 2013 11:32:47 PM (12 years ago)
Author:
vboxsync
Message:

Started populating the RC address space in the debugger.

File:
1 edited

Legend:

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

    r45620 r46135  
    427427     * Used only during PATMR3Relocate(). */
    428428    int32_t                     deltaReloc;
    429     /* GC PATM state pointer - HC pointer. */
     429    /** GC PATM state pointer - HC pointer. */
    430430    R3PTRTYPE(PPATMGCSTATE)     pGCStateHC;
    431     /* GC PATM state pointer - GC pointer. */
     431    /** GC PATM state pointer - RC pointer. */
    432432    RCPTRTYPE(PPATMGCSTATE)     pGCStateGC;
    433     /** PATM stack page for call instruction execution. (2 parts: one for our private stack and one to store the original return address */
     433    /** PATM stack page for call instruction execution.
     434     * 2 parts: one for our private stack and one to store the original return
     435     * address. */
    434436    RCPTRTYPE(RTRCPTR *)        pGCStackGC;
    435437    /** HC pointer of the PATM stack page. */
     
    488490    } savedstate;
    489491
     492    /** Debug module for the patch memory. */
     493    RTDBGMOD                    hDbgModPatchMem;
     494
    490495    STAMCOUNTER                 StatNrOpcodeRead;
    491496    STAMCOUNTER                 StatDisabled;
     
    648653#endif
    649654
    650 #endif
     655
     656void patmR3DbgInit(PVM pVM);
     657void patmR3DbgTerm(PVM pVM);
     658void patmR3DbgReset(PVM pVM);
     659//void patmR3DbgNewPatch(PVM pVM, );
     660
     661#endif
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