gdb/
authorPedro Alves <palves@redhat.com>
Fri, 24 Sep 2010 13:41:43 +0000 (13:41 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 24 Sep 2010 13:41:43 +0000 (13:41 +0000)
commitb53a162374facf8ec3d09b5db6cba01c70e38d9c
treece2c4b7dd533f35be90df39d46e9afc536894179
parentcf35638d431e230d51d54550e8a249e730264ea5
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/amd64-linux-nat.c
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-x86-low.c
This page took 0.025043 seconds and 4 git commands to generate.