This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch 0/4]#3 Fix lost siginfo_t


series #3 of: http://sourceware.org/ml/gdb-patches/2010-08/msg00480.html

Hi,

currently GDB's postponing and resending signals across threads drops the
associated siginfo_t information.

This patchset is the "current style" fix, keeping data types as they are.
`int host_signo' is kept compile-time-compatible with `enum target_signal'.

linux-nat.c is fixed to never respawn signals; possibly keeping SIGSTOP
pending, as is done in current in FSF gdbserver and as suggested by Pedro:
	http://sourceware.org/ml/gdb-patches/2010-08/msg00544.html

No regressions on {x86_64,x86_64-m32,i686}-fedora13-linux-gnu.


Thanks,
Jan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]