aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-07-05 09:19:41 +0800
committerTat-Chee Wan (USM)2011-07-05 09:19:41 +0800
commit96911760b63c228774b2f947c29481cbc7b071e9 (patch)
treeea949be4af72f81c743f0cb1902a23478f441ce0
parentf83c5c09674b2d2dbdfe7cdd9cd2d776df229b43 (diff)
fix step command response
Remove ACK response from Step command, let the next breakpoint trigger the Signal response
-rw-r--r--Debugger/debug_stub.S3
1 files changed, 3 insertions, 0 deletions
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