Changeset 19288 in vbox for trunk/include/VBox
- Timestamp:
- May 1, 2009 1:09:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dbgf.h
r19286 r19288 45 45 */ 46 46 47 #if def IN_RC48 /** @addgroup grp_dbgf_ gc The RCDBGF API47 #if defined(IN_RC)|| defined(IN_RING0) 48 /** @addgroup grp_dbgf_rz The RZ DBGF API 49 49 * @ingroup grp_dbgf 50 50 * @{ 51 51 */ 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); 52 VMMRCDECL(int) DBGFRZTrap01Handler(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame, RTGCUINTREG uDr6); 53 VMMRCDECL(int) DBGFRZTrap03Handler(PVM pVM, PVMCPU pVCpu, PCPUMCTXCORE pRegFrame); 64 54 /** @} */ 65 55 #endif
Note:
See TracChangeset
for help on using the changeset viewer.