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>
__archive__
parent
27f0497efa
commit
4a5dc0988a
|
@ -2195,7 +2195,6 @@ static int gdb_input_inner(struct connection *connection)
|
||||||
gdb_con->attached = true;
|
gdb_con->attached = true;
|
||||||
/* info rtos parts */
|
/* info rtos parts */
|
||||||
gdb_thread_packet(connection, packet, packet_size);
|
gdb_thread_packet(connection, packet, packet_size);
|
||||||
gdb_put_packet(connection, "OK", 2);
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'j':
|
case 'j':
|
||||||
|
|
Loading…
Reference in New Issue