From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14363 invoked by alias); 23 Apr 2010 21:35:26 -0000 Received: (qmail 14353 invoked by uid 22791); 23 Apr 2010 21:35:25 -0000 X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 tests=BAYES_00,RCVD_NUMERIC_HELO,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from lo.gmane.org (HELO lo.gmane.org) (80.91.229.12) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 23 Apr 2010 21:35:19 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O5QWd-00088E-7L for gdb-patches@sources.redhat.com; Fri, 23 Apr 2010 23:35:03 +0200 Received: from 78.144.151.219 ([78.144.151.219]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Apr 2010 23:35:03 +0200 Received: from robert by 78.144.151.219 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Apr 2010 23:35:03 +0200 To: gdb-patches@sources.redhat.com connect(): No such file or directory From: Robert Clipsham Subject: Re: D language support Date: Fri, 23 Apr 2010 21:35:00 -0000 Message-ID: References: <20091224015617.7092112b.mihai.zenkov@gmail.com> <20091230125539.GF2788@adacore.com> <20100109082524.263bcb17.mihai.zenkov@gmail.com> <20100109082830.dd984de8.mihai.zenkov@gmail.com> <20100109142327.GC2007@adacore.com> <20100113064026.14f75ff2.mihai.zenkov@gmail.com> <20100415012124.91ce1769.mihai.zenkov@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100330 Shredder/3.0.4 In-Reply-To: <20100415012124.91ce1769.mihai.zenkov@gmail.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00819.txt.bz2 On 14/04/10 23:21, Mihail Zenkov wrote: > Sorry for too very long delay. I fix patch as you and Joel suggested, > i hope it ready for inclusion. Also i write second patch for > testsuite, it work good with GDC, but fail with DMD and LDC - > probably it have some problem/particularity in DWARF implementation. > I try do more test and write to their authors. Can you give an instance of where dmd is failing to produce the expected/correct debug info? I wrote several patches to improve dmd's debug info which are sitting in bugzilla waiting to be included... If you can find somewhere where dmd isn't playing nicely I can help get it working :) Robert