From 3207737dbf69847bc91e64a7bec6a7ba3d296658 Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Sat, 26 Mar 2011 08:26:49 +0800 Subject: continue for normal breakpoints wip Work in Progress --- Debugger/debug_stub.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Debugger/debug_stub.h') diff --git a/Debugger/debug_stub.h b/Debugger/debug_stub.h index a69efd3..e95f338 100644 --- a/Debugger/debug_stub.h +++ b/Debugger/debug_stub.h @@ -123,8 +123,8 @@ */ /*@{*/ -#define CMD_BKPT_INSERT_PARAMLEN 12 -#define CMD_BKPT_REMOVE_PARAMLEN 12 +#define CMD_BKPT_INSERT_MINPARAMLEN 5 +#define CMD_BKPT_REMOVE_MINPARAMLEN 5 #define CMD_BKPT_TYPE_BREAK_MEMORY 0 -- cgit v1.2.3