]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gdbserver/ChangeLog
* linux-low.c (linux_wait_1): Don't set last_status here.
authorPedro Alves <palves@redhat.com>
Wed, 25 Aug 2010 16:27:05 +0000 (16:27 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 25 Aug 2010 16:27:05 +0000 (16:27 +0000)
commitd20a8ad9c0273c0dee3a9aa62c9e4b572d930cfc
treec4d6c2705a74f361d630da91d07c2737467f7e65
parent5fec85997f998c05ac9f7f4a8da97c061a5fcbe1
* linux-low.c (linux_wait_1): Don't set last_status here.
* server.c (push_event, queue_stop_reply_callback): Assert we're
not pushing a TARGET_WAITKIND_IGNORE event.
(start_inferior, start_inferior, attach_inferior, handle_v_cont)
(myresume, handle_target_event): Set the thread's last_resume_kind
and last_status from the target returned status.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c
gdb/gdbserver/server.c