Hi Joost, On Mon, 10 Jan 2011 21:00:25 +0100, Joost van der Sluis wrote: > Attached is patch to fix case-sensitivity issues with Pascal. It first > searches case-sensitive an if an identifier isn't found, a > case-insensitive search is performed. without commenting on your patch I had one with a similar goal here. Just this stuff depends on full symtabs expansion and I found a regression already in FSF GDB: http://sourceware.org/ml/gdb-patches/2010-11/msg00300.html http://sourceware.org/ml/gdb-patches/2010-11/msg00300.html which is http://sourceware.org/bugzilla/show_bug.cgi?id=11734 with the fix currently pending unreviewed: Re: [RFA] c++/11734 revisited http://sourceware.org/ml/gdb-patches/2010-12/msg00263.html Also .gdb_index may need updates for it but before this basic full symtabs expansion gets resolved it does not make sense. Regards, Jan