aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_internals.h
diff options
context:
space:
mode:
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'
/*@}*/