From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18020 invoked by alias); 2 Oct 2009 15:40:13 -0000 Received: (qmail 18010 invoked by uid 22791); 2 Oct 2009 15:40:13 -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; Fri, 02 Oct 2009 15:40:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 675222BABC2; Fri, 2 Oct 2009 11:40:06 -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 OZykr68BRCU2; Fri, 2 Oct 2009 11:40:06 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B14632BABEA; Fri, 2 Oct 2009 11:40:05 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id C1EB3F5906; Fri, 2 Oct 2009 08:40:01 -0700 (PDT) Date: Fri, 02 Oct 2009 15:40:00 -0000 From: Joel Brobecker To: Jack Howarth Cc: Jonas Maebe , gdb@sourceware.org Subject: Re: gdb seems to be broken on darwin 10.5.8 and later Message-ID: <20091002154001.GO6532@adacore.com> References: <20090930162038.GA7190@bromo.med.uc.edu> <8A12DBCB-8C04-4FAD-85ED-2447CD01F1ED@elis.ugent.be> <20091002015303.GA29817@bromo.med.uc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091002015303.GA29817@bromo.med.uc.edu> 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-10/txt/msg00038.txt.bz2 > gcc -m64 -g -O3 himenoBMTxpa.c Debugging code optimized with GCC is a real challenge, even at -O1 sometimes. That's usually because the compile emitted some debugging info that's not precise enough. -- Joel