PR gdb/11842
authorPedro Alves <palves@redhat.com>
Fri, 24 Sep 2010 13:44:01 +0000 (13:44 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 24 Sep 2010 13:44:01 +0000 (13:44 +0000)
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.

gdb/ChangeLog
gdb/gdbserver/ChangeLog

index b77035623866016e03d9ee5f57e0af2e5554ad3d..dc0b5a20f02ab2d514f86fb3670ddf64c84710f9 100644 (file)
@@ -1,5 +1,7 @@
 2010-09-24  Pedro Alves  <pedro@codesourcery.com>
 
+       PR gdb/11842
+
        * 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
index 250729ca8d8f1e5c85677d3e7285480df6d39aa1..f59b2e72c516bccf6ea12d589d56e7cf102f4211 100644 (file)
@@ -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
This page took 0.037914 seconds and 4 git commands to generate.