]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdbserver/linux-low.cc
* inferiors.c (add_thread): Set last_status kind to
authorPedro Alves <palves@redhat.com>
Sat, 3 Apr 2010 23:14:18 +0000 (23:14 +0000)
committerPedro Alves <palves@redhat.com>
Sat, 3 Apr 2010 23:14:18 +0000 (23:14 +0000)
commitfc7238bbbae178f1c552e943d68e08f99d642274
treec3aede94f1e54cd35ee5596c62ff5657c6862aa7
parent1eed4def45f5030af73bcc8342927f7bf34be9b1
* inferiors.c (add_thread): Set last_status kind to
TARGET_WAITKIND_IGNORE.
* linux-low.c (cancel_breakpoint): Remove unnecessary regcache
fetch.  Use ptid_of.  Avoid unnecessary get_lwp_thread calls.
(linux_wait_1): Move `thread' local definition to block that uses
it.  Don't NULL initialize `event_child'.
(linux_resume_one_thread): Avoid unnecessary get_lwp_thread calls.
Alway set the thread's last_status to TARGET_WAITKIND_IGNORE.
* linux-x86-low.c (x86_breakpoint_at): Read raw memory.
gdb/gdbserver/ChangeLog
gdb/gdbserver/inferiors.c
gdb/gdbserver/linux-low.c
gdb/gdbserver/linux-x86-low.c