http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Thu Jun 6 17:30:08 2002 --- shadow/650.tmp.330 Fri Jun 7 02:00:09 2002 *************** *** 139,141 **** --- 139,154 ---- ------- Additional Comments From marcus@jet.franken.de 2002-06-06 17:30 ------- these come from libXrender.so (whichz links libstdc++) and appear to be harmless. + + + ------- Additional Comments From pouech@winehq.com 2002-06-07 02:00 ------- + the issue is that winedbg doesn't know how to parse C++ stabs information and + emits a warning. + The solutions: + 1/ the quickest would be to silence the warning (we've been using the parser + for a while now with few bug reports on this matter) + 2/ only silence C++ constructs after correctly parsing them (but without + storing any information in the debugger) + 3/ implement the C++ ABI in winedbg. I think it's useless because of the amount + of work, gcc 3.1 moving to dwarf-2 for its symbols format...) + A+ \ No newline at end of file