Revert "gdb_server : 'R' command replied by OK"

This reverts commit 1e7e594452.

For some reason the above commit added a reply to the restart command - this is
not required as per the gdb docs.

Newer versions of gdb (7.0 and above) will complain about this reply.

Change-Id: Ieeae3dcf44d798a91dfc6f7348da982c2ce1be31
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/910
Tested-by: jenkins
Reviewed-by: Joel Bodenmann <joel@unormal.org>
This commit is contained in:
Spencer Oliver 2012-10-10 17:35:39 +01:00
parent 27f0497efa
commit 4a5dc0988a
1 changed files with 0 additions and 1 deletions

View File

@ -2195,7 +2195,6 @@ static int gdb_input_inner(struct connection *connection)
gdb_con->attached = true;
/* info rtos parts */
gdb_thread_packet(connection, packet, packet_size);
gdb_put_packet(connection, "OK", 2);
break;
case 'j':