]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gdbserver/linux-low.c
* linux-low.c (__SIGRTMIN): Define if not already defined.
authorPedro Alves <palves@redhat.com>
Sat, 28 Aug 2010 14:51:29 +0000 (14:51 +0000)
committerPedro Alves <palves@redhat.com>
Sat, 28 Aug 2010 14:51:29 +0000 (14:51 +0000)
commit1a98136022a77a76368172186234580a9decbdd8
tree64acaa0699410daa98de3b49f5599f4fd91c3c2f
parentb4d51a55f99ed33da4f4d061c18d0e4fca63a29b
* linux-low.c (__SIGRTMIN): Define if not already defined.
(linux_create_inferior): Check for __ANDROID__ rather than
__SIGRTMIN.
(enqueue_one_deferred_signal): Don't requeue non-RT signals that
are already deferred.
(linux_wait_1): Check for __ANDROID__ rather than __SIGRTMIN.
(linux_resume_one_thread): Don't queue a SIGSTOP if the lwp is
stopped and already has a pending signal to report.
(proceed_one_lwp): : Don't queue a SIGSTOP if the lwp already has
a pending signal to report or is moving out of a jump pad.
(linux_init_signals): Check for __ANDROID__ rather than
__SIGRTMIN.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c