Eric Pouech : dbghelp: Removed stabs dump facility now that we have it ( for PE files) in winedump.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 28 05:09:25 CDT 2006


Module: wine
Branch: master
Commit: b039c3abd4dc0ad28d8eb0a1bfe4aa6bfd75f3f1
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=b039c3abd4dc0ad28d8eb0a1bfe4aa6bfd75f3f1

Author: Eric Pouech <eric.pouech at wanadoo.fr>
Date:   Sun Aug 27 08:50:46 2006 +0200

dbghelp: Removed stabs dump facility now that we have it (for PE files) in winedump.

---

 dlls/dbghelp/stabs.c |   36 ------------------------------------
 1 files changed, 0 insertions(+), 36 deletions(-)

diff --git a/dlls/dbghelp/stabs.c b/dlls/dbghelp/stabs.c
index e94bd71..534e1b0 100644
--- a/dlls/dbghelp/stabs.c
+++ b/dlls/dbghelp/stabs.c
@@ -1266,42 +1266,6 @@ BOOL stabs_parse(struct module* module, 
             }
         }
 
-#if 0
-        const char* defs[] = {"","","","",                      /* 00 */
-                              "","","","",                      /* 08 */
-                              "","","","",                      /* 10 */
-                              "","","","",                      /* 18 */
-                              "gsym","","fun","stsym",          /* 20 */
-                              "lcsym","main","rosym","",        /* 28 */
-                              "","","","",                      /* 30 */
-                              "","","opt","",                   /* 38 */
-                              "rsym","","sline","",             /* 40 */
-                              "","","","",                      /* 48 */
-                              "","","","",                      /* 50 */
-                              "","","","",                      /* 58 */
-                              "","","so","",                    /* 60 */
-                              "","","","",                      /* 68 */
-                              "","","","",                      /* 70 */
-                              "","","","",                      /* 78 */
-                              "lsym","bincl","sol","",          /* 80 */
-                              "","","","",                      /* 88 */
-                              "","","","",                      /* 90 */
-                              "","","","",                      /* 98 */
-                              "psym","eincl","","",             /* a0 */
-                              "","","","",                      /* a8 */
-                              "","","","",                      /* b0 */
-                              "","","","",                      /* b8 */
-                              "lbrac","excl","","",             /* c0 */
-                              "","","","",                      /* c8 */
-                              "","","","",                      /* d0 */
-                              "","","","",                      /* d8 */
-                              "rbrac","","","",                 /* e0 */
-        };
-
-        FIXME("Got %s<%u> %u/%ld (%s)\n", 
-              defs[stab_ptr->n_type / 2], stab_ptr->n_type, stab_ptr->n_desc, stab_ptr->n_value, debugstr_a(ptr));
-#endif
-
         switch (stab_ptr->n_type)
         {
         case N_GSYM:




More information about the wine-cvs mailing list