From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2316 invoked by alias); 24 Mar 2009 02:46:42 -0000 Received: (qmail 2308 invoked by uid 22791); 24 Mar 2009 02:46:41 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Mar 2009 02:46:35 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 4BD502BABAF; Mon, 23 Mar 2009 22:46:34 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id lwI47hYt5Wa3; Mon, 23 Mar 2009 22:46:34 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 145C52BABAE; Mon, 23 Mar 2009 22:46:34 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 6C2705BD21; Mon, 23 Mar 2009 19:46:29 -0700 (PDT) Date: Tue, 24 Mar 2009 07:13:00 -0000 From: Joel Brobecker To: Tristan Gingold Cc: gdb-patches@sourceware.org Subject: Re: RFA: makes darwin-nat.c threads (and multi-processes) aware Message-ID: <20090324024629.GA10114@adacore.com> References: <20090319141746.GA81236@ulanbator.act-europe.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090319141746.GA81236@ulanbator.act-europe.fr> User-Agent: Mutt/1.5.18 (2008-05-17) 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-03/txt/msg00522.txt.bz2 Hi Tristan, > at AdaCore we have an improved version of darwin-nat.[ch] that is in > use for a few months. It is mostly rewritten to handle threads and > multi-processes. It also handles more corner cases in breakpoints > handling. I think you'll probably need to regenerate this patch, because of a recent patch that I just approved which changes all instances of strerror into safe_strerror. See: http://www.sourceware.org/ml/gdb-patches/2009-03/msg00509.html I hope it's not going to be too much trouble doing so. I suggest, though, that you hold off on the re-generation until someone has had the time to review this patch. Might as well combine all the changes together in one session... -- Joel