This is the mail archive of the gdb@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: Pascal symbols and case sensitivity


> Is there anything against it to make the symbol-lookup really
> case-insensitive? That could by example be done by converting the symbol
> name in symbol_search_name (symtab.c) to lowercase when the
> case_sensitivity setting is off.

I think you have to be a little careful of not converting some of the
symbols were the "linkage name" is specifically specified. I don't know
if this is something that's actually possible with Pascal, but it is
something that Ada users sometimes do (Ada is also language insensitive).

Perhaps one possible suggestion is to adjust the pascal routines associated
to symbol lookup to DTRT. I have barely looked at the pascal support and
it was a long time ago, but Pierre Muller, I believe, knows more about it.

-- 
Joel


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