Re: [fpc-devel] 0020225: issue examining pointer/array/record elements with GDB

2011-09-16 Thread Joost van der Sluis
On Thu, 2011-09-15 at 13:19 -0600, Seth Grover wrote: Joost wrote: That should work. Did you compile using -gw3? I did, but it behaves even more strangely (I can't seem to print any variables). However I'm not in the trunk, I'm using 2.4.4 (this is a production environment) so maybe

[fpc-devel] 0020225: issue examining pointer/array/record elements with GDB

2011-09-15 Thread Martin
http://bugs.freepascal.org/view.php?id=20225 I did run a test on w32 vista with gdb 6.7.5 / 7.0 / 7.2.1 / 7.3.1 / 7.3.2 with fpc 2.4.4 / recent fixes 2.6 / recent trunk stabs dwarf dwarf3 (only trunk + gdb 7.3.2) the result: - all combinations of gdb and fpc using stabs got the

Re: [fpc-devel] 0020225: issue examining pointer/array/record elements with GDB

2011-09-15 Thread Jonas Maebe
On 15 Sep 2011, at 13:55, Martin wrote: http://bugs.freepascal.org/view.php?id=20225 I did run a test on w32 vista with gdb 6.7.5 / 7.0 / 7.2.1 / 7.3.1 / 7.3.2 with fpc 2.4.4 / recent fixes 2.6 / recent trunk stabs dwarf dwarf3 (only trunk + gdb 7.3.2) The DWARF3 implementation

[fpc-devel] 0020225: issue examining pointer/array/record elements with GDB

2011-09-15 Thread Seth Grover
Joost wrote: That should work. Did you compile using -gw3? I did, but it behaves even more strangely (I can't seem to print any variables). However I'm not in the trunk, I'm using 2.4.4 (this is a production environment) so maybe there's more recent changes in the dwarf 3 generation I don't