From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10811 invoked by alias); 13 Oct 2006 13:22:49 -0000 Received: (qmail 10723 invoked by uid 22791); 13 Oct 2006 13:22:49 -0000 X-Spam-Check-By: sourceware.org Received: from w099.z064220152.sjc-ca.dsl.cnc.net (HELO bluesmobile.corp.specifix.com) (64.220.152.99) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 13 Oct 2006 13:22:46 +0000 Received: from [::1] (bluesmobile.corp.specifix.com [192.168.1.32]) by bluesmobile.corp.specifix.com (Postfix) with ESMTP id F380D3B8DB for ; Fri, 13 Oct 2006 06:17:29 -0700 (PDT) From: Fred Fish Reply-To: fnf@specifix.com To: GDB Patches Subject: Re: [RFC] Patch for QUIT macro support Date: Fri, 13 Oct 2006 13:22:00 -0000 User-Agent: KMail/1.9.3 References: <200610130543.25806.fnf@specifix.com> In-Reply-To: <200610130543.25806.fnf@specifix.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610130622.39164.fnf@specifix.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-10/txt/msg00149.txt.bz2 On Friday 13 October 2006 05:43, Fred Fish wrote: > To test a possible fix for this, I made the following change: OK, guess I should keep up with the gdb-patches list more, particularly before posting. :-) I see Nick Roberts just posted a patch a few hours earlier that addresses the issue of where quit_flag is set. It also occured to me after posting my quick and dirty patch that it probably wasn't necessary to jump all the way back into the event loop signal handling code, just simply continue to check for the quit_flag and call quit when it's set. -Fred