From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27654 invoked by alias); 20 Sep 2009 02:54:40 -0000 Received: (qmail 27640 invoked by uid 22791); 20 Sep 2009 02:54:39 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from bromo.med.uc.edu (HELO bromo.med.uc.edu) (129.137.3.146) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sun, 20 Sep 2009 02:54:35 +0000 Received: from bromo.med.uc.edu (localhost.localdomain [127.0.0.1]) by bromo.med.uc.edu (Postfix) with ESMTP id 97874B0060 for ; Sat, 19 Sep 2009 22:54:32 -0400 (EDT) Received: (from howarth@localhost) by bromo.med.uc.edu (8.14.3/8.14.3/Submit) id n8K2sWKR022129 for gdb@sourceware.org; Sat, 19 Sep 2009 22:54:32 -0400 Date: Sun, 20 Sep 2009 02:54:00 -0000 From: Jack Howarth To: gdb@sourceware.org Subject: Re: [ANNOUNCEMENT] GDB 7.0 release process created Message-ID: <20090920025432.GA22104@bromo.med.uc.edu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-09/txt/msg00239.txt.bz2 On Wed, Sep 16, 2009 at 03:17:10PM -0700, Joel Brobecker wrote: > Hello, > > A quick message to announce that the GDB 7.0 branch has just been created. > > The prerelease snapshots will be available at: > > ftp://sourceware.org/pub/gdb/snapshots/branch/gdb.tar.bz2 > > The sources are also accessible via CVS: > > cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co -r gdb_7_0-branch gdb > > This announcement has also been posted on the GDB web site at: > > http://www.sourceware.org/gdb/ > > -- > Joel What exactly is that status of darwin support? I noticed that the behavior of gdb trunk on x86_64-apple-darwin10 has changed. Now I find that when built with... ./src/configure --disable-werror --build=x86_64-apple-darwin10 --target=x86_64-apple-darwin10 --target=x86_64-apple-darwin10 --prefix=/Users/howarth/gdb_cvs/dist the resulting gdb produces the output... [Macintosh-2:~] howarth% gcc-4.2 -O0 -g -c himenoBMTxpa.c [Macintosh-2:~] howarth% gcc-4.2 -O0 -g -o ./a.out himenoBMTxpa.o [Macintosh-2:~] howarth% /Users/howarth/gdb_cvs/dist/bin/gdb ./a.out GNU gdb (GDB) 7.0.50.20090920-cvs Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-apple-darwin10". For bug reporting instructions, please see: ... Reading symbols from /Users/howarth/a.out... warning: dsym file UUID doesn't match the one in /Users/howarth/a.out warning: section __DATA.__common not found in /Users/howarth/himenoBMTxpa.o (no debugging symbols found)...done. (gdb)