From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17419 invoked by alias); 16 Aug 2008 15:59:23 -0000 Received: (qmail 17410 invoked by uid 22791); 16 Aug 2008 15:59:23 -0000 X-Spam-Check-By: sourceware.org Received: from pool-72-74-94-108.bstnma.fios.verizon.net (HELO ednor.cgf.cx) (72.74.94.108) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 16 Aug 2008 15:58:48 +0000 Received: by ednor.cgf.cx (Postfix, from userid 201) id 91094278052; Sat, 16 Aug 2008 11:58:46 -0400 (EDT) Date: Sat, 16 Aug 2008 15:59:00 -0000 From: Christopher Faylor To: gdb-patches@sourceware.org, Pedro Alves Subject: Re: [RFC: 5/9] Make stop_signal per-thread in all-stop, and don't context-switch it Message-ID: <20080816155846.GA29360@ednor.casa.cgf.cx> Mail-Followup-To: gdb-patches@sourceware.org, Pedro Alves References: <200808161635.47493.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200808161635.47493.pedro@codesourcery.com> User-Agent: Mutt/1.5.16 (2007-06-09) 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: 2008-08/txt/msg00450.txt.bz2 On Sat, Aug 16, 2008 at 04:35:47PM +0100, Pedro Alves wrote: > * win32-nat.c (do_initial_win32_stuff): Adjust. Approved. cgf