This is the mail archive of the gdb-patches@sources.redhat.com 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]

Re: patch to ignore SIGPWR and SIGXCPU (used by pthreads)


To my forwarding of Andrew's (first) response to the Java list,
I got this response from Bryce McKinlay <bryce@waitaki.otago.ac.nz>:

Ideally the GC should just use "real-time" signals for the thread
suspend/resume on systems which support them. GDB won't stop on an RT
signal. Linux didn't support them until a few years ago but it should be
easy enough to do a configure test instead of the "#  if
defined(GC_HPUX_THREADS) || defined(GC_OSF1_THREADS)" that is currently
done in boehm-gc/linux_threads.c.

regards

Bryce.


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