[fpc-devel]Issues with GDB on Mac OS X with mixed case file names
Peter Vreman
peter at freepascal.org
Fri Aug 27 22:57:30 CEST 2004
At 16:43 26-8-2004, you wrote:
>Am 26.08.2004 um 15:45 schrieb Florian Klaempfl:
>
>>Dr. Rolf Jansen wrote:
>>
>>>...<SNIP>
>>>The lowercase filename comes into the .stabs of the TestProgram due to
>>>the routine TGNUAssembler.WriteFileLineInfo of aggas.pas at line 237 of
>>>the fpc compiler. If I change that line from:
>>> AsmWriteLn(#9'.stabs "'+lower(FixFileName(infile.name^))+'",'+
>>>to
>>> AsmWriteLn(#9'.stabs "'+FixFileName(infile.name^)+'",'+
>>>and compile fpc first and then again my TestProgram, then GDB happily
>>>accepts the mixed case file name for seting breakpoints, and all the
>>>features of Xcode can be
Fixed, Thanks
Peter
More information about the fpc-devel
mailing list