From 9dc92fba210be52016fc2b932317a8d7dd178487 Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Mon, 23 May 2011 14:54:31 +0800 Subject: Don't send another ack after responding to ctrl-c from debugger --- Debugger/debug_stub.S | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Debugger/debug_stub.S') diff --git a/Debugger/debug_stub.S b/Debugger/debug_stub.S index 0d723bb..a58fa8f 100644 --- a/Debugger/debug_stub.S +++ b/Debugger/debug_stub.S @@ -679,7 +679,10 @@ _proc_command: teq r0, #MSGBUF_CTRLC bne _dbg_check_gdb_command /* Ctrl-C detected, do nothing (wait for next command from GDB) */ +#if 0 + /* On entering the Debugger via Ctrl-C, _dbg__cmd_Status has already sent a reply, so just keep quiet */ bl __dbg__procAckOnly /* send Ack */ +#endif b dbg__bkpt_waitCMD_cont _dbg_check_gdb_command: -- cgit v1.2.3