Changeset 2167
- Timestamp:
- 04/18/07 14:59:46 (2 years ago)
- Files:
-
- trunk/include/VBox/dbgf.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/dbgf.h
r2165 r2167 751 751 DBGFDECL(RTGCUINTREG) DBGFBpGetDR3(PVM pVM); 752 752 753 /** 754 * Returns single stepping state 755 * 756 * @returns stepping or not 757 * @param pVM The VM handle. 758 */ 759 DBGFDECL(bool) DBGFIsStepping(PVM pVM); 753 760 754 761

