summaryrefslogtreecommitdiff
path: root/Debugger/debug_internals.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-07-20 11:43:49 +0800
committerTat-Chee Wan (USM)2011-07-20 11:43:49 +0800
commitc459f880d4a63516664434c0da480905e4481400 (patch)
treeead815e99960edbfbeb1e7966ab83ac54321caa5 /Debugger/debug_internals.h
parent0c0b43214104217fe4616a7600e2165d192202df (diff)
refactoring of message copying macros
Cleaned up macros used to copy debug messages to output buffers
Diffstat (limited to 'Debugger/debug_internals.h')
-rw-r--r--Debugger/debug_internals.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Debugger/debug_internals.h b/Debugger/debug_internals.h
index c0291f3..e187b82 100644
--- a/Debugger/debug_internals.h
+++ b/Debugger/debug_internals.h
@@ -126,7 +126,11 @@
/*@{*/
#define CMD_QUERY_MINPARAMLEN 0
#define CMD_QUERY_CURRTID_PARAMLEN 1
-#define CMD_QUERY_CURRTID_CHAR 'C'
+#define CMD_QUERY_FTINFO_PARAMLEN 11
+#define CMD_QUERY_STINFO_PARAMLEN 11
+#define CMD_QUERY_CURRTID_CHAR 'C'
+#define CMD_QUERY_FTINFO_CHAR 'f'
+#define CMD_QUERY_STINFO_CHAR 's'
/*@}*/