http://bugs.winehq.org/show_bug.cgi?id=22384
Eric Pouech eric.pouech@orange.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |eric.pouech@orange.fr Ever Confirmed|0 |1
--- Comment #1 from Eric Pouech eric.pouech@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+