From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31623 invoked by alias); 8 Mar 2011 16:23:42 -0000 Received: (qmail 31609 invoked by uid 22791); 8 Mar 2011 16:23:39 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp.nokia.com (HELO mgw-da02.nokia.com) (147.243.128.26) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 08 Mar 2011 16:23:31 +0000 Received: from gar.localnet (bettdhcp167183.europe.nokia.com [172.25.167.183]) by mgw-da02.nokia.com (Switch-3.4.3/Switch-3.4.3) with ESMTP id p28GNTlj025915 for ; Tue, 8 Mar 2011 18:23:29 +0200 From: =?windows-1252?q?Andr=E9_P=F6nitz?= To: gdb@sourceware.org Subject: Re: gdb can not debug =?windows-1252?q?=93hello_world=94_in_mac_os?= x Date: Tue, 08 Mar 2011 16:23:00 -0000 User-Agent: KMail/1.13.2 (Linux/2.6.32-21-generic; KDE/4.4.5; i686; ; ) References: <31098392.post@talk.nabble.com> <207F8856-D3F0-4D15-A1AE-BF0C06D9A074@adacore.com> <31098601.post@talk.nabble.com> In-Reply-To: <31098601.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Message-Id: <201103081730.48421.andre.poenitz@nokia.com> X-Nokia-AV: Clean 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: 2011-03/txt/msg00053.txt.bz2 On Tuesday 08 March 2011 17:12:13 ext hefeweizen wrote: > > the main problem is the following; > > gdb provided by apple does not produce this problem. But I want to use > Eclipse CDT Helios in Mac. When Eclipse calls Apple gdb (6.3) there is a lot > of problems for debugging. With gdb 7.1 or 7.2 I only get this mentioned > problem. There is also http://sourceware.org/bugzilla/show_bug.cgi?id=11488 I would be glad if I could use a Python enabled gdb on Mac for Qt Creator, too, but right now the only option is indeed Apple's 6.3, and that probably will never get Python scripting ;-| Andre'