http://bugs.winehq.com/show_bug.cgi?id=1550
Summary: winedbg doesn't properly extract filenames from module paths when displaying symbols Product: Wine Version: 20030618 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: trivial Priority: P4 Component: wine-debug AssignedTo: wine-bugs@winehq.com ReportedBy: catalins@vv.carleton.ca
For example: Wine-dbg>disass 0x0046d7a8 (msnmsgr.exe.EntryPoint in C:\program files\MSN Messenger\msnmsgr.exe): pushl $0x60
When the output should have been: 0x0046d7a8 (msnmsgr.exe.EntryPoint in msnmsgr.exe): pushl $0x60
(this conclusion is based on hash.c, line 715, where strrchr() is used to find the filename of the string)