[fpc-devel] win32 trunk gdb 7.2 (32bit) and qword error
Martin
fpc at mfriebe.de
Fri Dec 10 06:03:07 CET 2010
On 10/12/2010 04:58, Martin wrote:
> This may well be an error in gdb, but since I can't determine where
> exactly the error is...:
>
> If I debug a 32 bit app (on w32) compiled with trunk (maybe 3 weeks
> old), under gdb 7.2-1 and hit a qword:
> Then I get the high and low 32bits swapped. so instead of a value of 1
> gdb reports 0x100000000
>
> Does anyone know if thats gdb, or something on how fpc wrote the dwarf
> info (-gw) ?
Ok, and it seems to depend on the value
139784704 / 0x854F200 => bad
139784871 / 0x854F2A7 => good
Martin
More information about the fpc-devel
mailing list