On Fri, 15 Jan 2010 14:04:39 -0700 Tom Tromey wrote: > >>>>> "Mihail" == Mihail Zenkov 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.