mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
gdb_server : 'R' command replied by OK
This commit is contained in:
committed by
Øyvind Harboe
parent
5578935eff
commit
1e7e594452
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user