OSDN Git Service

* target.h (struct thread_resume): Delete leave_stopped member.
authorpalves <palves>
Wed, 1 Apr 2009 22:29:33 +0000 (22:29 +0000)
committerpalves <palves>
Wed, 1 Apr 2009 22:29:33 +0000 (22:29 +0000)
commit81cfc789777844a16ae734ae51410d1dababec55
tree8458ce54a8e2716401da5663a488a4b4a25904bf
parent17a86a11c72c04b1f4022125ed0e4f2f4f5d14b9
* target.h (struct thread_resume): Delete leave_stopped member.
(struct target_ops): Add a `n' argument to the `resume' callback.
* server.c (start_inferior): Adjust.
(handle_v_cont, myresume): Adjust.
* linux-low.c (check_removed_breakpoint): Adjust to resume
interface change, and to removed leave_stopped field.
(resume_ptr): Delete.
(struct thread_resume_array): New.
(linux_set_resume_request): Add new `arg' parameter.  Adjust to
resume interface change.
(linux_continue_one_thread, linux_queue_one_thread)
(resume_status_pending_p): Check if the resume field is NULL
instead of checking the leave_stopped member.
(linux_resume): Adjust to the target resume interface change.
* spu-low.c (spu_resume): Adjust to the target resume interface
change.
* win32-low.c (win32_detach, win32_resume): Ditto.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c
gdb/gdbserver/server.c
gdb/gdbserver/spu-low.c
gdb/gdbserver/target.h
gdb/gdbserver/win32-low.c