-----Original Message----- From: Max [mailto:max@veneto.com] Sent: Wednesday, July 10, 2002 3:21 PM To: wine-devel@winehq.com Subject: Re: Debugger
thanx !!! I'll try it just now... Btw, two more questions, if you can answer :-)
SNIP
2 - Starting an app, while loading dll's and symbols, winedbg starts showing garbage like this :
No debug information in 32bit DLL
'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40b55000) Loaded debug information from ELF '/usr/local/lib/wine/x11drv.dll.so' (0x40b45000) failure on type_info:T(3,1)=s8__name:/1(3,2)=*(0,2),0,32;.vf(3,1):(3,3)=* (0,23),32;type_info::(3,4)=#(3,1),(0,21),(3,5)=*(3,1),(0,1),(0,21);:qq
_._9type_info;2A*2;(3,1);;operator=::(3,6)=##(3,7)=&(3,1);:__a s__9type_infoRC9type_info;0A.;type_info::(3,8)=##(3,5);:RC9type_info;
0A.(3,9)=##(3,5);:PCc;1A.;before::(3,10)=##(0,12);:RC9type_inf o;2B.;name::(3,11)=##(3,2);:;2B.;
operator==::(3,10):__eq__C9type_infoRC9type_info;2B.;operator! =::(3,10):__ne__C9type_infoRC9type_info;2B.;; ~%(3,1); at /1(3,2)=*(0,2),0,32;.vf(3,1):(3,3)=*( ..............<MORE>................. Loaded debug information from ELF '/usr/local/lib/wine/x11drv.dll.so' (0x40b45000) ..............<MUCH MORE>................. Unknown type '&' failure on arg:p(0,25)=&(3,1) at (3,1) Nothing has been defined <> failure on bl:p(0,26)=*(2,17) at ..............<MUCH MUCH MORE>.................
Is it a known bug or... ?
Known issue. The debugger doesn't yet know how to handle the extended information available about C++ classes. (If it really cheeses you I have a patch that basically replaces the detailed garbage with "we don't understand")
Bill