Re: [fpc-pascal] annoying gdb bug fixed

2010-05-11 Thread Jonas Maebe
On 10 May 2010, at 15:17, Pierre Muller wrote: I just wanted to add that this bug is most probably specific to the debug format used: only the dwarf debug format generated information that triggered that bug. The reason that we generate such debug info for DWARF (namely encoding "var" par

RE: [fpc-pascal] annoying gdb bug fixed

2010-05-11 Thread Pierre Muller
> -Message d'origine- > De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal- > boun...@lists.freepascal.org] De la part de Seth Grover > Envoyé : Monday, May 10, 2010 2:48 PM > À : fpc-pascal@lists.freepascal.org > Objet : [fpc-pascal] annoying gdb bug

[fpc-pascal] annoying gdb bug fixed

2010-05-10 Thread Seth Grover
For those of you interested, in the GDB 7.1 release there is a bug which prevents "var" arguments from being "print"ed correctly in GDB. I logged a bug for this (http://sourceware.org/bugzilla/show_bug.cgi?id=11349), for which a GDB developer checked up a fix into the GDB cvs trunk late last week.