[Bug 22384] DbgHelp doesn't support DWARF-2 on Mac OS X

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Apr 17 02:01:41 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22384


Eric Pouech <eric.pouech at orange.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |eric.pouech at orange.fr
     Ever Confirmed|0                           |1




--- Comment #1 from Eric Pouech <eric.pouech at orange.fr>  2010-04-17 02:01:41 ---
some comments:
#1 dwarf2 support is not tied to ELF, it now works in PE files as well (for
mingw support)
#2 I've recently added an abstraction layer (image_* functions) in order to
cope with such situations
#3 I don't know lots of the Mac OS-X image file format, but there's alread
stabs support for Mac OS-X in dbghelp, so I would expect the compiler chain
(when generating either dwarf or stabs) would just put this info in different
segments/sections/whatever the name is
#4 you may also ping ken Thomases who wrote the stabs support for Mac OS-X

so I'd start to check whether the can extend the image_* abstraction layer to
support mac osx files (and debug segments)
A+

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list