summaryrefslogtreecommitdiff
path: root/Debugger/debug_internals.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-06-18 16:13:35 +0800
committerTat-Chee Wan (USM)2011-06-18 16:13:35 +0800
commit3bd42c4969f92d991605c89d4cb3112cc7c5e917 (patch)
tree12caebdc774b30c2fffd2c887f6aac2860b016a8 /Debugger/debug_internals.h
parentad497e188b490981211ecf61edf12a92d32a233b (diff)
preliminary kill command support
When GDB Kill command received, reboot the brick. Conditionalize Step command support based on compiler flags.
Diffstat (limited to 'Debugger/debug_internals.h')
-rw-r--r--Debugger/debug_internals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Debugger/debug_internals.h b/Debugger/debug_internals.h
index 82c0e38..9dc2bad 100644
--- a/Debugger/debug_internals.h
+++ b/Debugger/debug_internals.h
@@ -88,6 +88,8 @@
#define CMD_REG_SETONE_MINPARAMLEN (2 + CMD_REG_REGPARAMLEN)
#define CMD_REG_SETONE_MAXPARAMLEN (3 + CMD_REG_REGPARAMLEN)
#define CMD_REG_SETALL_PARAMLEN (CMD_REG_NUMREGS*CMD_REG_REGPARAMLEN)
+#define CMD_KILL_PARAMLEN 0
+
/*@}*/
/** @name Debug Memory Command Constants.