|
From: Tom H. <th...@cy...> - 2004-10-07 08:34:56
|
CVS commit by thughes:
Turn off stabs debugging.
M +1 -1 vg_stabs.c 1.20
--- valgrind/coregrind/vg_stabs.c #1.19:1.20
@@ -102,5 +102,5 @@ typedef struct _StabTypeTab {
} StabTypeTab;
-static const Bool stabs_debug = True;
+static const Bool stabs_debug = False;
static UInt header_hash(Char *filename, UInt instance)
|