From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 923 invoked by alias); 24 Feb 2006 23:10:04 -0000 Received: (qmail 911 invoked by uid 22791); 24 Feb 2006 23:10:03 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 24 Feb 2006 23:10:00 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FCm4T-000234-Uh; Fri, 24 Feb 2006 18:09:58 -0500 Date: Sat, 25 Feb 2006 00:12:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Cc: Michael Snyder Subject: Re: Some more multi-fork fixes Message-ID: <20060224230957.GA7834@nevyn.them.org> Mail-Followup-To: gdb-patches@sourceware.org, Michael Snyder References: <20060115190757.GA10454@nevyn.them.org> <43DA7BFE.2070100@redhat.com> <20060224224115.GA6792@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060224224115.GA6792@nevyn.them.org> User-Agent: Mutt/1.5.8i X-IsSubscribed: yes 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-02/txt/msg00467.txt.bz2 On Fri, Feb 24, 2006 at 05:41:15PM -0500, Daniel Jacobowitz wrote: > I'm up against a bit of a brick wall at the moment. I've got > patches in my source tree to unify the single-threaded and > multi-threaded code in the Linux native layer into a single > combined target. But since this is an inherently single-threaded > operation the multi-threaded code totally falls down - switching > forks doesn't preserve things like the LWP list, leading to > messy timeouts. I'm going to find some minimally painful > way to make the two of them talk to each other. FYI, I've got that more or less working now (as well as it was previously). I'll post it in a bit. -- Daniel Jacobowitz CodeSourcery