| |||
| Home > The Cycle Accurate Debug Interface > Defining a CADI interface > CADI::CADIExecSetMode() |
This sets the execution modes for the target. This call returns immediately, possibly before the target execution mode has been reached. The mode values are listed in CADI_EXECMODE_t enumeration
virtual CADIReturn_t CADI::CADIExecSetMode (uint32_t execMode) =0
This call is, for a subset of the execution modes, redundant with other APIs:
A call to CADIExecSetMode(CADI_EXECMODE_Run) is
equivalent to a call to CADIExecContinue().
A call to CADIExecSetMode(CADI_EXECMODE_Stop) is
equivalent to a call to CADIExecStop().
execMode must be less than the value nrExecModes received
by CADIXfaceGetFeatures().