[PATCH] [D] Allow enum scopes to be looked up.

Iain Buclaw ibuclaw@gdcproject.org
Sat Aug 15 06:57:00 GMT 2015


Hi,

In D, all named enums are scoped (the C++ equivalent of enum class) so
they should be handled in the language-specific symbol lookup.
However so as to support D compilers that don't emit enums as
DW_AT_enum_class (currently none, but I'm will shortly be adding it to
gdc), need to make sure that proper a safeguard is in place.

Regards
Iain.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dlang-enums.patch
Type: text/x-patch
Size: 2120 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20150815/36e7e11a/attachment.bin>


More information about the Gdb-patches mailing list