From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2552 invoked by alias); 16 Jul 2009 20:29:32 -0000 Received: (qmail 2439 invoked by uid 22791); 16 Jul 2009 20:29:32 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from gmp-eb-inf-2.sun.com (HELO gmp-eb-inf-2.sun.com) (192.18.6.24) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 16 Jul 2009 20:29:22 +0000 Received: from fe-emea-10.sun.com (gmp-eb-lb-1-fe3.eu.sun.com [192.18.6.10]) by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id n6GKTJGR016884 for ; Thu, 16 Jul 2009 20:29:19 GMT MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com (Sun Java(tm) System Messaging Server 7u2-7.02 64bit (built Apr 16 2009)) id <0KMW00C0067IIH00@fe-emea-10.sun.com> for gdb@sourceware.org; Thu, 16 Jul 2009 21:29:19 +0100 (BST) Received: from [10.0.0.3] ([unknown] [91.115.174.182]) by fe-emea-10.sun.com (Sun Java(tm) System Messaging Server 7u2-7.02 64bit (built Apr 16 2009)) with ESMTPSA id <0KMW00LIH68UHS70@fe-emea-10.sun.com> for gdb@sourceware.org; Thu, 16 Jul 2009 21:29:19 +0100 (BST) Date: Thu, 16 Jul 2009 20:29:00 -0000 From: Christian Thalinger Subject: status of Darwin support To: gdb@sourceware.org Message-id: <4A5F8D9E.1060307@Sun.COM> User-Agent: Thunderbird 2.0.0.22 (Macintosh/20090605) 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-07/txt/msg00108.txt.bz2 Hi! I just read http://sourceware.org/ml/gdb/2008-08/msg00193.html about Darwin support and I wanted to ask what the current status is (since it's about 1 year ago)? I am having some problems with the GDB shipped with Xcode and I would like to (hopefully) get around these problems in using a different GDB version. Right now I can run my program in GDB but there is a problem with debugging symbols and shared libraries. -- Christian