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: [PATCH] D: support reading modules from DWARF


On 07/13/2015 06:47 PM, Iain Buclaw wrote:
> Hi,
> 
> D uses modules (DW_TAG_module), but to separate the namespace of every
> source file.  Modules can be imported into each other, either publicly
> or privately (DW_TAG_imported_module).  Or declarations can be
> selectively imported or renamed (DW_TAG_imported_decl).
> 
> This patch pretty much just extends the existing support for
> namespaces/modules in C++/Fortran/Java to include language_d too.
> However unlike Fortran/C++, the separator for qualified names is a
> single dot.

OK.

Thanks,
Pedro Alves


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