From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17591 invoked by alias); 24 Apr 2010 00:26:43 -0000 Received: (qmail 17580 invoked by uid 22791); 24 Apr 2010 00:26:42 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_WEB X-Spam-Check-By: sourceware.org Received: from mail-bw0-f210.google.com (HELO mail-bw0-f210.google.com) (209.85.218.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 24 Apr 2010 00:26:37 +0000 Received: by bwz2 with SMTP id 2so6057349bwz.10 for ; Fri, 23 Apr 2010 17:26:34 -0700 (PDT) Received: by 10.204.138.212 with SMTP id b20mr485197bku.63.1272068794609; Fri, 23 Apr 2010 17:26:34 -0700 (PDT) Received: from localhost (131-243-252-87-dynamic-pool.gprs.mts.by [87.252.243.131]) by mx.google.com with ESMTPS id 14sm683562bwz.6.2010.04.23.17.26.20 (version=SSLv3 cipher=RC4-MD5); Fri, 23 Apr 2010 17:26:34 -0700 (PDT) Date: Sat, 24 Apr 2010 00:26:00 -0000 From: Mihail Zenkov To: Robert Clipsham Cc: gdb-patches@sources.redhat.com Subject: Re: D language support Message-Id: <20100424032537.b78d7e9d.mihai.zenkov@gmail.com> In-Reply-To: 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=US-ASCII Content-Transfer-Encoding: 7bit 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/msg00826.txt.bz2 On Fri, 23 Apr 2010 22:34:05 +0100 Robert Clipsham wrote: > 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 :) Thanks! I'll try patchs from bugzilla and add comments.