aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2010-09-24 13:44:01 +0000
committerPedro Alves <palves@redhat.com>2010-09-24 13:44:01 +0000
commite6ee044df39c93f2a1749061d45a11854dcee9f8 (patch)
treeeae417cab09288ec2448ec8aee04fb50aa0b10ad /gdb/gdbserver
parentb53a162374facf8ec3d09b5db6cba01c70e38d9c (diff)
downloadgdb-e6ee044df39c93f2a1749061d45a11854dcee9f8.zip
gdb-e6ee044df39c93f2a1749061d45a11854dcee9f8.tar.gz
gdb-e6ee044df39c93f2a1749061d45a11854dcee9f8.tar.bz2
PR gdb/11842
gdb/ * amd64-linux-nat.c (compat_siginfo_from_siginfo) (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when si_code is < 0. Check for si_code == SI_TIMER before checking for si_code < 0. gdb/gdbserver/ * linux-x86-low.c (compat_siginfo_from_siginfo) (siginfo_from_compat_siginfo): Also copy si_pid and si_uid when si_code is < 0. Check for si_code == SI_TIMER before checking for si_code < 0.
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r--gdb/gdbserver/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog
index 250729c..f59b2e7 100644
--- a/gdb/gdbserver/ChangeLog
+++ b/gdb/gdbserver/ChangeLog
@@ -1,5 +1,7 @@
2010-09-24 Pedro Alves <pedro@codesourcery.com>
+ PR gdb/11842
+
* linux-x86-low.c (compat_siginfo_from_siginfo)
(siginfo_from_compat_siginfo): Also copy si_pid and si_uid when
si_code is < 0. Check for si_code == SI_TIMER before checking for