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
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
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