dbghelp: ignore a few more symbol ids

Austin English austinenglish at gmail.com
Fri Jul 11 21:17:35 CDT 2014


This avoids a ton of spam when a Visual Studio 2010 exe crashes

See https://bugs.winehq.org/show_bug.cgi?id=30973 /
https://bugs.winehq.org/show_bug.cgi?id=36885

-- 
-Austin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140711/cded1c35/attachment-0001.html>
-------------- next part --------------
diff --git a/dlls/dbghelp/msc.c b/dlls/dbghelp/msc.c
index d797a4a..5e8804f 100644
--- a/dlls/dbghelp/msc.c
+++ b/dlls/dbghelp/msc.c
@@ -1988,7 +1988,12 @@ static BOOL codeview_snarf(const struct msc_debug_info* msc_dbg, const BYTE* roo
         case S_SECTINFO_V3:
         case S_SUBSECTINFO_V3:
         case S_ENTRYPOINT_V3:
+        case 0x113e:
         case 0x1139:
+        case 0x1141:
+        case 0x1142:
+        case 0x1143:
+        case 0x1144:
             TRACE("Unsupported symbol id %x\n", sym->generic.id);
             break;
 


More information about the wine-patches mailing list