- Timestamp:
- Apr 18, 2007 12:59:54 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/DBGFAll.cpp
r23 r2168 117 117 } 118 118 119 120 /** 121 * Returns single stepping state 122 * 123 * @returns stepping or not 124 * @param pVM The VM handle. 125 */ 126 DBGFDECL(bool) DBGFIsStepping(PVM pVM) 127 { 128 return pVM->dbgf.s.fSingleSteppingRaw; 129 }
Note:
See TracChangeset
for help on using the changeset viewer.