From de0e6326cfd381d8cc8405bd1c541840a408707f Mon Sep 17 00:00:00 2001 From: TC Wan Date: Wed, 12 Jan 2011 08:41:13 +0800 Subject: added ctrl-c definition, not supported currently --- Debugger/debug_stub.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Debugger/debug_stub.h') diff --git a/Debugger/debug_stub.h b/Debugger/debug_stub.h index 0cd342c..9cf4d0a 100644 --- a/Debugger/debug_stub.h +++ b/Debugger/debug_stub.h @@ -51,6 +51,7 @@ #define MSGBUF_SIZE (MSG_SEGMENTSIZE*MSG_NUMSEGMENTS) /* Debug Message Buffer Size, 61 x 3 = 183 chars = ~80 bytes of actual data */ #define MSGBUF_CHKSUMOFFSET 3 /* to be subtracted from message length */ +#define MSGBUF_CTRLC 0x03 /* For Out of Band Signaling: not implemented yet */ #define MSGBUF_STARTCHAR '$' #define MSGBUF_ACKCHAR '+' #define MSGBUF_NAKCHAR '-' @@ -59,6 +60,7 @@ #define MSGBUF_CPSRREG '!' #define MSGBUF_SETCHAR '=' #define MSGBUF_CHKSUMCHAR '#' +#define MSGBUF_MSGERROR -1 #define MSGBUF_CMDINDEX_OUTOFRANGE_VAL -1 /*@}*/ -- cgit v1.2.3