summaryrefslogtreecommitdiff
path: root/Debugger/debug_internals.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-06-18 16:31:07 +0800
committerTat-Chee Wan (USM)2011-06-18 16:31:07 +0800
commit2342c9ee61f0c19af069b3a9b8f20fc4784ee59e (patch)
tree15e36c81fba385f252bdf3ebee0926c11db774b3 /Debugger/debug_internals.h
parent3bd42c4969f92d991605c89d4cb3112cc7c5e917 (diff)
added detach command support
Detach acts in the same way as Continue (without arguments).
Diffstat (limited to 'Debugger/debug_internals.h')
-rw-r--r--Debugger/debug_internals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Debugger/debug_internals.h b/Debugger/debug_internals.h
index 9dc2bad..c7f5d16 100644
--- a/Debugger/debug_internals.h
+++ b/Debugger/debug_internals.h
@@ -89,6 +89,7 @@
#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
+#define CMD_DETACH_PARAMLEN 0
/*@}*/