fpc-pascal  

[fpc-pascal] Re: [fpc-devel] properties with getter evaluation in gdb

Jonas Maebe
Fri, 12 Mar 2010 07:44:52 -0800


On 12 Mar 2010, at 16:23, Flávio Etrusco wrote:

I only have a hack for b) currently, because it makes accessing fields case-sensitive in GDB's Pascal mode (which means you have to type all fields
names in uppercase).

I don't get it, do you mean it's a hack because "set case-sensitive
off" doesn't work on it, is that it?

After that patch any field anywhere in GDB's Pascal mode becomes case sensitive (and because FPC stores all identifiers in uppercase, that means you have to use uppercase for all field names after that patch).


Jonas_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
  • [fpc-pascal] Re: [fpc-devel] properties with getter evaluation in gdb Jonas Maebe