From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10046 invoked by alias); 6 Oct 2009 12:26:05 -0000 Received: (qmail 10038 invoked by uid 22791); 6 Oct 2009 12:26:05 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Oct 2009 12:25:58 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 2EB73290056; Tue, 6 Oct 2009 14:25:56 +0200 (CEST) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hxdH-8xiVX6g; Tue, 6 Oct 2009 14:25:55 +0200 (CEST) Received: from province.act-europe.fr (province.act-europe.fr [10.10.0.214]) by mel.act-europe.fr (Postfix) with ESMTP id 8E87B290046; Tue, 6 Oct 2009 14:25:55 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by filtered-province.act-europe.fr (Postfix) with ESMTP id 696DE164D23; Tue, 6 Oct 2009 14:25:55 +0200 (CEST) Received: from province.act-europe.fr ([127.0.0.1]) by localhost (province.act-europe.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id avG5es81hjKQ; Tue, 6 Oct 2009 14:25:55 +0200 (CEST) Received: from [IPv6:::1] (province.act-europe.fr [10.10.0.214]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by province.act-europe.fr (Postfix) with ESMTPSA id 211D0164BBF; Tue, 6 Oct 2009 14:25:55 +0200 (CEST) Subject: Re: [RFA-Darwin]: Add an info key in darwin executable Mime-Version: 1.0 (Apple Message framework v1076) Content-Type: text/plain; charset=us-ascii; format=flowed From: Tristan Gingold In-Reply-To: <20091005172951.GC5689@adacore.com> Date: Tue, 06 Oct 2009 12:26:00 -0000 Cc: gdb-patches ml Content-Transfer-Encoding: 7bit Message-Id: <318E2976-DEC2-4ECD-9338-A06F67DE6B5B@adacore.com> References: <20091005172951.GC5689@adacore.com> To: Joel Brobecker X-IsSubscribed: yes 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-10/txt/msg00125.txt.bz2 On Oct 5, 2009, at 7:29 PM, Joel Brobecker wrote: >> 2009-10-05 Tristan Gingold >> >> * darwin-nat.c: Add __TEXT __info_plist content. >> (darwin_attach_pid): Update error message. > > This looks fine to me. It looks safe for the 7.0 branch as well. > What do you think? Yes, this is definitely safe.