From 96911760b63c228774b2f947c29481cbc7b071e9 Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Tue, 5 Jul 2011 09:19:41 +0800 Subject: fix step command response Remove ACK response from Step command, let the next breakpoint trigger the Signal response --- Debugger/debug_stub.S | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Debugger/debug_stub.S b/Debugger/debug_stub.S index 40bd322..e03896c 100644 --- a/Debugger/debug_stub.S +++ b/Debugger/debug_stub.S @@ -1324,7 +1324,10 @@ _dbg__step_is_manual_bkpt_or_address_specified: bl _dbg_following_instruction_addr /* following instruction address returned in r1 */ bl dbg__install_singlestep /* Setup Single Step, next instruction address returned in r1 */ bl dbg__activate_singlestep +#if 0 + /* Disable ACK transmit, let the next Breakpoint generate the Signal Response */ bl __dbg__procAckOnly /* send Ack to keep GDB server happy */ +#endif b _dbg__switch2undefmode /* _dbg__cmd_Kill -- cgit v1.2.3