Re: [Mingw-w64-public] DWARF debug info in SEH builds

2013-03-27 Thread NightStrike
On Wed, Mar 27, 2013 at 8:29 AM, Ruben Van Boxem wrote: > 2013/3/25 Zouzou >> >> Hi, >> >> When building a program with GCC 4.8 x64 with SEH, the debug info in >> that program is still in the DWARF format. This can be evidenced by >> noticing that "odjdump -h prog.exe" does list regular DWARF sec

Re: [Mingw-w64-public] DWARF debug info in SEH builds

2013-03-27 Thread Ruben Van Boxem
2013/3/25 Zouzou > Hi, > > When building a program with GCC 4.8 x64 with SEH, the debug info in > that program is still in the DWARF format. This can be evidenced by > noticing that "odjdump -h prog.exe" does list regular DWARF sections > (.debug_*); I have also checked that the info is correct w

[Mingw-w64-public] DWARF debug info in SEH builds

2013-03-24 Thread Zouzou
Hi, When building a program with GCC 4.8 x64 with SEH, the debug info in that program is still in the DWARF format. This can be evidenced by noticing that "odjdump -h prog.exe" does list regular DWARF sections (.debug_*); I have also checked that the info is correct with a DWARF reader. It wo