aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_stub.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-03-28 07:05:49 +0800
committerTat-Chee Wan (USM)2011-03-28 07:05:49 +0800
commitccdd31be178b67aac1e814fb694ccd6da427f651 (patch)
tree119d1a508d33106296092b52bbe9e484d6c4881e /Debugger/debug_stub.h
parent3207737dbf69847bc91e64a7bec6a7ba3d296658 (diff)
work in progress
Diffstat (limited to 'Debugger/debug_stub.h')
-rw-r--r--Debugger/debug_stub.h7
1 files changed, 4 insertions, 3 deletions
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
/*@}*/