From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26849 invoked by alias); 24 Mar 2009 07:22:56 -0000 Received: (qmail 26834 invoked by uid 22791); 24 Mar 2009 07:22:54 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.156) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 24 Mar 2009 07:22:50 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.2/jtpda-5.5pre1) with ESMTP id n2O7M4li029392 ; Tue, 24 Mar 2009 08:22:04 +0100 (CET) Received: from mailserver.u-strasbg.fr (ms1.u-strasbg.fr [IPv6:2001:660:2402:d::10]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id n2O7M4uG096195 ; Tue, 24 Mar 2009 08:22:04 +0100 (CET) (envelope-from muller@ics.u-strasbg.fr) Received: from d620muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id n2O7M3q8018145 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Tue, 24 Mar 2009 08:22:03 +0100 (CET) (envelope-from muller@ics.u-strasbg.fr) From: "Pierre Muller" To: "'Joel Brobecker'" , "'Tristan Gingold'" Cc: References: <20090319141746.GA81236@ulanbator.act-europe.fr> <20090324024629.GA10114@adacore.com> In-Reply-To: <20090324024629.GA10114@adacore.com> Subject: RE: RFA: makes darwin-nat.c threads (and multi-processes) aware Date: Tue, 24 Mar 2009 10:32:00 -0000 Message-ID: <000a01c9ac51$3fcb0d10$bf612730$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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/msg00524.txt.bz2 Thanks for the approval. I committed this with a tiny change in the ChangeLog entry: I also added the ARI rule concerned by the patch. 2009-03-24 Pierre Muller ARI fix: "strerror" rule. * darwin-nat.c (darwin_ptrace): Use safe_strerror. (darwin_stop_inferior, darwin_attach, darwin_detach): Ditto. Pierre Muller Pascal language support maintainer for GDB > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Joel Brobecker > Envoy=E9=A0: Tuesday, March 24, 2009 3:46 AM > =C0=A0: Tristan Gingold > Cc=A0: gdb-patches@sourceware.org > Objet=A0: Re: RFA: makes darwin-nat.c threads (and multi-processes) aware >=20 > Hi Tristan, >=20 > > 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. >=20 > 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: >=20 > http://www.sourceware.org/ml/gdb-patches/2009-03/msg00509.html >=20 > 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... >=20 > -- > Joel