VirtualBox

Changeset 19288 in vbox for trunk/include/VBox


Ignore:
Timestamp:
May 1, 2009 1:09:18 PM (16 years ago)
Author:
vboxsync
Message:

DBGF,TRPM,HWACCM: Merged DBGFR0.cpp and DBGFGC.cpp into VMMRZ/DBGFRZ.cpp (new directory for things that are common to both R0 and RC).

File:
1 edited

Legend:

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

    r19286 r19288  
    4545 */
    4646
    47 #ifdef IN_RC
    48 /** @addgroup grp_dbgf_gc  The RC DBGF API
     47#if defined(IN_RC)|| defined(IN_RING0)
     48/** @addgroup grp_dbgf_rz  The RZ DBGF API
    4949 * @ingroup grp_dbgf
    5050 * @{
    5151 */
    52 VMMRCDECL(int) DBGFGCTrap01Handler(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame, RTGCUINTREG uDr6);
    53 VMMRCDECL(int) DBGFGCTrap03Handler(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame);
    54 /** @} */
    55 #endif
    56 
    57 #ifdef IN_RING0
    58 /** @addgroup grp_dbgf_gc  The R0 DBGF API
    59  * @ingroup grp_dbgf
    60  * @{
    61  */
    62 VMMR0DECL(int) DBGFR0Trap01Handler(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame, RTGCUINTREG uDr6);
    63 VMMR0DECL(int) DBGFR0Trap03Handler(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame);
     52VMMRCDECL(int) DBGFRZTrap01Handler(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame, RTGCUINTREG uDr6);
     53VMMRCDECL(int) DBGFRZTrap03Handler(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame);
    6454/** @} */
    6555#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