[PATCH 5/5] Fix for D demangling in GDB

Tom Tromey tromey@redhat.com
Fri Jan 10 21:45:00 GMT 2014


>>>>> "Iain" == Iain Buclaw <ibuclaw@gdcproject.org> writes:

Iain> Second change, move D demangling routines out of d-lang.c into
Iain> d-support.c, which is intended to house other language support
Iain> functions that don't really have a home elsewhere.

Thanks.

Iain>         * d-lang.c (parse_call_convention)
Iain>         (parse_attributes, parse_function_types)
Iain>         (parse_function_args, parse_type, parse_identifier)
Iain>         (call_convention_p, d_parse_symbol): Move functions to ...
Iain>         * d-support.c: ... New file.

This should mention the Makefile.in change, like:

	* Makefile.in (SFILES): Add d-support.c.
        (COMMON_OBS): Add d-support.o.

... and the d-lang.h change, even though it is trivial.

Otherwise the patch is fine.

Tom



More information about the Gdb-patches mailing list