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 would be great if that debug info could follow that of programs built 
by VS; debug info that can then be parsed by calling Win APIs like 
SymGetSymFromAddr64, SymGetLineFromAddr64.

I was under the impression that this move to SEH would also have applied 
to the debug information, but I must have been wrong.
Is it a known issue / a todo?
Does this depend on some flags to switch when compiling GCC?
Would it be much work to produce such a VS-compatible debug section, or 
could the SEH bits be reused there?

Thanks

Zouzou

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to