Contains CPU status. More...
#include <i_Connect.h>
Public Types | |
| enum | EStatus { stMustInit = 0x00 , stStopped = 0x01 , stRunning = 0x02 , stReset = 0x03 , stHalted = 0x04 , stWaiting = 0x05 , stAttach = 0x06 , stIdle = 0x07 , stMask = 0x07 , srExplicit = 0x10 , srBP = 0x20 , srStep = 0x30 , srHW = 0x40 , srMask = 0x70 } |
| This enum defines two groups of values. More... | |
Public Attributes | |
| ADDRESS | m_aExecutionPoint |
| current execution point. Valid when stStopped. | |
| BYTE | m_byExecutionArea |
| current memory area. Valid when stStopped. | |
| BYTE | m_byStatus |
| status, see SStatus::EStatus above | |
| WORD | m_wReserved |
| reserved | |
Contains CPU status.
This enum defines two groups of values.
Values from the first group define status, while values from the second group more precisely describe stStatus. They are present only when {status == stStopped}.