From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23821 invoked by alias); 20 Sep 2009 14:32:50 -0000 Received: (qmail 23810 invoked by uid 22791); 20 Sep 2009 14:32:49 -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; Sun, 20 Sep 2009 14:32:46 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E25DF2BAB4E; Sun, 20 Sep 2009 10:32:44 -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 SEgbstAm+Xw8; Sun, 20 Sep 2009 10:32:44 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6F6EB2BAB23; Sun, 20 Sep 2009 10:32:44 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 2A61AF5935; Sun, 20 Sep 2009 07:32:31 -0700 (PDT) Date: Sun, 20 Sep 2009 14:32:00 -0000 From: Joel Brobecker To: Paul Pluzhnikov Cc: Jack Howarth , gdb@sourceware.org Subject: Re: [ANNOUNCEMENT] GDB 7.0 release process created Message-ID: <20090920143231.GQ7961@adacore.com> References: <20090920025432.GA22104@bromo.med.uc.edu> <8ac60eac0909192050g256a1076r3e28fd0a8cfd7f41@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8ac60eac0909192050g256a1076r3e28fd0a8cfd7f41@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-09/txt/msg00241.txt.bz2 > >   What exactly is that status of darwin support? > Not working. > > You could try this patch, and tell us whether the result works > satisfactorily for you: > http://sourceware.org/ml/gdb-patches/2009-09/msg00430.html This patch (which we included in the AdaCore sources - thank you!) should only get rid of some complaint messages, which are not emitted by default. While we discussed the gdb-7.0 release, I did try GDB on Darwin, and it seemed to be working at least OK. I had to change the gid and make it setgid procmod, I think, but it otherwised worked ok (and the error message was different from that Jack is getting). I don't know what could be wrong. If he turns "set complaint 50" and sees the complaints about overlapping sections, then we know that the debug object files are being read for their debug info. Otherwise, something's wrong there. -- Joel