VirtualBox

Changeset 2168 in vbox for trunk/src


Ignore:
Timestamp:
Apr 18, 2007 12:59:54 PM (18 years ago)
Author:
vboxsync
Message:

Added DBGFIsStepping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/DBGFAll.cpp

    r23 r2168  
    117117}
    118118
     119
     120/**
     121 * Returns single stepping state
     122 *
     123 * @returns stepping or not
     124 * @param   pVM         The VM handle.
     125 */
     126DBGFDECL(bool) DBGFIsStepping(PVM pVM)
     127{
     128    return pVM->dbgf.s.fSingleSteppingRaw;
     129}
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