This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: D language support


On Fri, 15 Jan 2010 14:04:39 -0700
Tom Tromey <tromey@redhat.com> wrote:

> >>>>> "Mihail" == Mihail Zenkov <mihail.zenkov@gmail.com> writes:
> 
> Mihail> +@node D
> Mihail> +@subsection D
> Mihail> +
> Mihail> +@cindex D
> Mihail> +@value{GDBN} can be used to debug programs written in D and compiled with
> Mihail> +GDC, LDC or DMD. Currently @value{GDBN} supports only one D specific
> Mihail> +features - dynamic arrays.
> 
> s/features/feature
> 
> Mihail> diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp
> 
> It would be nice to have any kind of smoke test for the D support.
> 
> Tom

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.

Attachment: gdb-100414-d.patch
Description: Binary data

Attachment: gdb-100414-d_testsuite.patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]