http://bugs.winehq.com/show_bug.cgi?id=834
Summary: Add DWARF2 support Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: wine-debug AssignedTo: wine-bugs@winehq.com ReportedBy: fgouget@codeweavers.com
gcc 3.1 now uses the DWARF2 format for storing debug information. So if Wine or a Winelib application is compiled with gcc 3, one must either explicitly tell gcc to use the old debug format, or teach winedbg how to read the new format (or not debug). Obviously, the only viable long term option is for winedbg to support the new format.
Documentation about the DWARF2 format can be found there: http://www.eagercon.com/dwarf/dwarf2std.htm
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://bugs.winehq.com/show_bug.cgi?id=834. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.