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: [RFC] pascal: Add lowercase copy of symbol name


On Fri, 30 Apr 2010 00:18:31 +0200, Pierre Muller wrote:
> @@ -130,6 +130,12 @@ struct general_symbol_info
>        char *demangled_name;
>      }
>      cplus_specific;
> +    struct pascal_specific
> +    {
> +      /* This is used for case insensitive searching.  */
> +      char *lowercase_name;
> +    }
> +    pascal_specific;

Independently filed just now PR fortran/11560 with similar problem for
Fortran.

As the Fortran patch uses cplus_specific.demangled_name (or it could start
using new fortran_specific.demangled_name) it would mean full case sensitivity
duplication pascal<->fortran.

I am also rather for some modification of symbol_search_name etc. more in the
PR fortran/11560.


Thanks,
Jan


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