From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16120 invoked by alias); 25 Apr 2005 15:52:09 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15012 invoked from network); 25 Apr 2005 15:51:50 -0000 Received: from unknown (HELO netlx014.civ.utwente.nl) (130.89.1.88) by sourceware.org with SMTP; 25 Apr 2005 15:51:50 -0000 Received: from weblx058.utsp.utwente.nl (weblx058.utsp.utwente.nl [130.89.1.228]) by netlx014.civ.utwente.nl (8.11.7/HKD) with SMTP id j3PFpgp26648; Mon, 25 Apr 2005 17:51:44 +0200 From: "M.M. Kettenis" Subject: Re: PATCH: Support Windows in event-loop.c MIME-Version: 1.0 Date: Mon, 25 Apr 2005 15:52:00 -0000 Message-Id: <7320615710191969@webhare> X-WebHare-Origin: WebHare Organizer To: Christopher Faylor , Mark Mitchell , gdb-patches@sources.redhat.com In-reply-to: <20050425145023.GD6543@trixie.casa.cgf.cx> Content-Description: Message body Content-Type: text/plain; charset="US-ASCII"; format=flowed Content-Transfer-Encoding: 7bit X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-MailScanner-From: m.m.kettenis@alumnus.utwente.nl X-SW-Source: 2005-04/txt/msg00314.txt.bz2 Christopher Faylor wrote: > On Mon, Apr 25, 2005 at 09:16:12AM -0400, Daniel Jacobowitz wrote: > >On Mon, Apr 25, 2005 at 12:24:14AM -0400, Christopher Faylor wrote: > >> On Sun, Apr 24, 2005 at 04:57:36PM -0700, Mark Mitchell wrote: > >> >Daniel Jacobowitz wrote: > Ok... So, is it acceptable to include a console-only implementation in > event-loop.c? I would think that it wasn't. > > That seems to suggest that some kind of generic select or poll > implementation needs to be developed, probably using threads. Over my dead body (the threads part that is). Mark