diff options
Diffstat (limited to 'src/usr/initservice/istepdispatcher/splesscommon.H')
| -rw-r--r-- | src/usr/initservice/istepdispatcher/splesscommon.H | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/initservice/istepdispatcher/splesscommon.H b/src/usr/initservice/istepdispatcher/splesscommon.H index 3cda0986c..3699b4360 100644 --- a/src/usr/initservice/istepdispatcher/splesscommon.H +++ b/src/usr/initservice/istepdispatcher/splesscommon.H @@ -95,6 +95,8 @@ enum { SPLESS_TASKRC_TERMINATED = -6, // terminated the polling loop SPLESS_INVALID_COMMAND = 10, // invalid command from user console + SPLESS_AT_BREAK_POINT = 11, // invalid command at breakpoint + SPLESS_NOT_AT_BREAK_POINT = 12, // resume command w/o breakpoint }; /** @@ -130,11 +132,11 @@ extern uint64_t g_SPLess_Status_Reg; extern uint64_t g_SPLess_IStepMode_Reg; /** - * @note SPLess commands, and masks for the status. Currently we only - * support one command through the SPLess interface. + * @note SPLess commands, and masks for the status. * */ const uint8_t SPLESS_SINGLE_ISTEP_CMD = 0x00; +const uint8_t SPLESS_RESUME_ISTEP_CMD = 0x01; const uint64_t SPLESS_SINGLE_STEP_STS_MASK = 0x00000000ffffffff; /** |

