Re: [fpc-devel] dwarf for array [ 0..191] of

2013-01-20 Thread Jonas Maebe
On 19 Jan 2013, at 15:17, Martin wrote: Since I don't know the fpc cdoebase, I can not check this myself. I suspect it is a gdb issue. But if it is not to much work, maybe someone who does know fpc dwarf generation can check that it is not fpc? I got the following source: type TFoo

Re: [fpc-devel] dwarf for array [ 0..191] of

2013-01-20 Thread Martin
On 20/01/2013 18:50, Jonas Maebe wrote: It looks like a gdb issue (from dwarfdump; readelf -g can show similar information): Ah yes. objdump does that on win too. Thanks. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

[fpc-devel] dwarf for array [ 0..191] of

2013-01-19 Thread Martin
Since I don't know the fpc cdoebase, I can not check this myself. I suspect it is a gdb issue. But if it is not to much work, maybe someone who does know fpc dwarf generation can check that it is not fpc? I got the following source: type TFoo = array [0..191] of integer; and in gdb

Re: [fpc-devel] dwarf for array [ 0..191] of

2013-01-19 Thread Sven Barth
On 19.01.2013 15:17, Martin wrote: Since I don't know the fpc cdoebase, I can not check this myself. I suspect it is a gdb issue. But if it is not to much work, maybe someone who does know fpc dwarf generation can check that it is not fpc? I got the following source: type TFoo = array