VirtualBox

Changeset 746 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 7, 2007 1:53:38 PM (18 years ago)
Author:
vboxsync
Message:

Added DBGFR3PrgStep

File:
1 edited

Legend:

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

    r665 r746  
    486486DBGFR3DECL(int) DBGFR3Step(PVM pVM);
    487487
     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 */
     498DBGFR3DECL(int) DBGFR3PrgStep(PVM pVM);
     499
    488500
    489501/** Breakpoint type. */
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