From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 522 invoked by alias); 6 Apr 2010 08:05:53 -0000 Received: (qmail 400 invoked by uid 22791); 6 Apr 2010 08:05:52 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=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 Apr 2010 08:05:48 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 7E34ACB02AE; Tue, 6 Apr 2010 10:05:43 +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 cvJ19pKXriEU; Tue, 6 Apr 2010 10:05:43 +0200 (CEST) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.1.67]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 6BA6DCB02AC; Tue, 6 Apr 2010 10:05:43 +0200 (CEST) Subject: Re: gdb on darwin solved! Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <20100404214750.GJ4271@adacore.com> Date: Tue, 06 Apr 2010 08:05:00 -0000 Cc: gdb@sourceware.org, Joel Brobecker Content-Transfer-Encoding: 7bit Message-Id: <9C8A30CE-E2B8-4B0A-88A8-D81FF7EC9529@adacore.com> References: <20100404214141.GA16040@bromo.med.uc.edu> <20100404214750.GJ4271@adacore.com> To: Jack Howarth X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00020.txt.bz2 On Apr 4, 2010, at 11:47 PM, Joel Brobecker wrote: > (just got back from a trip - I'd have answered earlier) > >> chgrp procmod fsf-gdb >> chmod g+s fsf-gdb > > More info at: http://sourceware.org/gdb/wiki/BuildingOnDarwin > > If you find it worthwhile, you might want to expand a bit the short > paragraph that talks about setgid procmod/procview by providing > the exact set of commands (we've been using it for quite some time, > now). Jack, do not hesitate to expand the wiki page. We have used both methods and both have their pros and cons. Tristan.