From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17377 invoked by alias); 18 May 2009 02:30:15 -0000 Received: (qmail 17361 invoked by uid 22791); 18 May 2009 02:30:13 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 18 May 2009 02:30:08 +0000 Received: (qmail 10796 invoked from network); 18 May 2009 02:30:06 -0000 Received: from unknown (HELO orlando.local) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 18 May 2009 02:30:06 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: Add base linux native multi-process support. Date: Mon, 18 May 2009 02:30:00 -0000 User-Agent: KMail/1.9.10 Cc: Tom Tromey , Paul Pluzhnikov References: <200904072056.04727.pedro@codesourcery.com> <200905180327.00969.pedro@codesourcery.com> In-Reply-To: <200905180327.00969.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200905180330.38896.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-05/txt/msg00351.txt.bz2 Sigh, EMISSINGWORD: On Monday 18 May 2009 03:27:00, Pedro Alves wrote: > the testsuite, so I think it's about good to go. =A0The 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; --=20 Pedro Alves