aboutsummaryrefslogtreecommitdiff
path: root/Debugger/debug_stub.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-03-24 11:01:26 +0800
committerTat-Chee Wan (USM)2011-03-24 11:01:26 +0800
commitccc74cd2f443d57b3edc29a94935ed8f13ffef46 (patch)
tree7b10f13ebf93ce0f8a548d8a7c84029b6e811352 /Debugger/debug_stub.h
parente1e0d31f9aad0ed6c64f61208e94cef43e256de7 (diff)
cater for variable length address parameters
Diffstat (limited to 'Debugger/debug_stub.h')
-rw-r--r--Debugger/debug_stub.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Debugger/debug_stub.h b/Debugger/debug_stub.h
index 229c6d6..9d97705 100644
--- a/Debugger/debug_stub.h
+++ b/Debugger/debug_stub.h
@@ -92,6 +92,8 @@
/** @name Debug Memory Command Constants.
*
* Debug Memory Command
+ * FIXME: These limits are not enforced by the GDB client, it truncates addresses and lengths to remove leading '0's
+ * The PARAMLEN constants would probably be removed
*/
/*@{*/
#define CMD_NUMITEMS_PARAMLEN 4 /* 16-bit ASCII Hex Value */
@@ -110,7 +112,6 @@
*/
/*@{*/
#define CMD_REG_CONTINUE_PARAMLEN 0
-#define CMD_REG_CONTINUEFROM_PARAMLEN CMD_REG_REGPARAMLEN /* Address length is equivalent to reg param len */
/*@}*/