mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-05 06:23:58 +08:00
gdb/gdbserver:
* server.c (start_inferior): Remove duplicated writes to fields 'last_resume_kind' and 'last_status' of 'current_inferior'.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2012-06-13 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* server.c (start_inferior): Remove duplicated writes to fields
|
||||
'last_resume_kind' and 'last_status' of 'current_inferior'.
|
||||
|
||||
2012-06-12 Yao Qi <yao@codesourcery.com>
|
||||
Pedro Alves <palves@redhat.com>
|
||||
|
||||
|
@ -322,8 +322,6 @@ start_inferior (char **argv)
|
||||
}
|
||||
while (last_status.value.sig != GDB_SIGNAL_TRAP);
|
||||
|
||||
current_inferior->last_resume_kind = resume_stop;
|
||||
current_inferior->last_status = last_status;
|
||||
return signal_pid;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user