From ccdd31be178b67aac1e814fb694ccd6da427f651 Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Mon, 28 Mar 2011 07:05:49 +0800 Subject: work in progress --- Debugger/debug_stub.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Debugger/debug_stub.h') diff --git a/Debugger/debug_stub.h b/Debugger/debug_stub.h index e95f338..932d450 100644 --- a/Debugger/debug_stub.h +++ b/Debugger/debug_stub.h @@ -107,12 +107,13 @@ #define CMD_MEM_MAXWRITEBYTES ((CMD_MEM_MAXINBUFLEN - CMD_MEM_WRITE_MINPARAMLEN)/2) /*@}*/ -/** @name Debug Continue Command Constants. +/** @name Debug Continue and Step Command Constants. * - * Debug Continue Command + * Debug Continue and Step Command */ /*@{*/ -#define CMD_REG_CONTINUE_PARAMLEN 0 +#define CMD_CONTINUE_MINPARAMLEN 0 +#define CMD_STEP_MINPARAMLEN 0 /*@}*/ -- cgit v1.2.3