[PATCH 10/12] [WineDump]: now dumping S_SSEARCH_V1 symbols

Eric Pouech eric.pouech at wanadoo.fr
Fri Jan 5 14:43:17 CST 2007




A+
---

 tools/winedump/msc.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/tools/winedump/msc.c b/tools/winedump/msc.c
index a516afb..178c3d4 100644
--- a/tools/winedump/msc.c
+++ b/tools/winedump/msc.c
@@ -1162,6 +1162,11 @@ int codeview_dump_symbols(const void* ro
             /* simply skip it */
             break;
 
+        case S_SSEARCH_V1:
+            printf("\tSSearch V1: (%04x:%08x)\n",
+                   sym->ssearch_v1.segment, sym->ssearch_v1.offset);
+            break;
+
         default:
             printf(">>> Unsupported symbol-id %x sz=%d\n", sym->generic.id, sym->generic.len + 2);
             dump_data((const void*)sym, sym->generic.len + 2, "  ");




More information about the wine-patches mailing list