Changeset 746 in vbox for trunk/include/VBox
- Timestamp:
- Feb 7, 2007 1:53:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dbgf.h
r665 r746 486 486 DBGFR3DECL(int) DBGFR3Step(PVM pVM); 487 487 488 /** 489 * Call this to single step rawmode or recompiled mode. 490 * 491 * You must pass down the return code to the EM loop! That's 492 * where the actual single stepping take place (at least in the 493 * current implementation). 494 * 495 * @returns VINF_EM_DBG_STEP 496 * @thread EMT 497 */ 498 DBGFR3DECL(int) DBGFR3PrgStep(PVM pVM); 499 488 500 489 501 /** Breakpoint type. */
Note:
See TracChangeset
for help on using the changeset viewer.