This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Add base linux native multi-process support.
- From: Pedro Alves <pedro at codesourcery dot com>
- To: gdb-patches at sourceware dot org
- Cc: Tom Tromey <tromey at redhat dot com>, Paul Pluzhnikov <ppluzhnikov at google dot com>
- Date: Mon, 18 May 2009 03:30:38 +0100
- Subject: Re: Add base linux native multi-process support.
- References: <200904072056.04727.pedro@codesourcery.com> <m3vdoz2nar.fsf@fleche.redhat.com> <200905180327.00969.pedro@codesourcery.com>
Sigh, EMISSINGWORD:
On Monday 18 May 2009 03:27:00, Pedro Alves wrote:
> the testsuite, so I think it's about good to go. ?The only piece
> of linux-thread-db.c that isn't per-inferior yet is LinuxThreads',
^ signals
this ...
/* Non-zero if we have determined the signals used by the threads
library. */
static int thread_signals;
static sigset_t thread_stop_set;
static sigset_t thread_print_set;
--
Pedro Alves