gdb_server : 'R' command replied by OK

This commit is contained in:
Michel Jaouen 2011-04-19 09:36:41 +02:00 committed by Øyvind Harboe
parent 5578935eff
commit 1e7e594452
1 changed files with 1 additions and 0 deletions

View File

@ -2363,6 +2363,7 @@ static int gdb_input_inner(struct connection *connection)
command_run_linef(connection->cmd_ctx,
"ocd_gdb_restart %s",
target_name(target));
gdb_put_packet(connection, "OK", 2);
break;
case 'j':