From: Daniel Jacobowitz Date: Sun, 2 Apr 2006 21:53:46 +0000 (+0000) Subject: Turn off debugging messages from the parser. X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fgdb-csl-available-20060303-branch;p=thirdparty%2Fbinutils-gdb.git Turn off debugging messages from the parser. --- diff --git a/gdb/parse-avail.c b/gdb/parse-avail.c index b751e00d3dd..2c56fcb57d9 100644 --- a/gdb/parse-avail.c +++ b/gdb/parse-avail.c @@ -411,14 +411,14 @@ xml_feature_start_element (void *data_, const XML_Char *name, if (data->state->phase == PHASE_UNKNOWN) { -#if 1 +#if 0 fprintf_unfiltered (gdb_stderr, "skipping, name %s\n", name); #endif data->state->u.unknown.depth++; return; } -#if 1 +#if 0 fprintf_unfiltered (gdb_stderr, "entering, name %s\n", name); for (p = attrs; *p; p += 2) fprintf_unfiltered (gdb_stderr, " attr %s=\"%s\"\n", p[0], p[1]); @@ -580,7 +580,7 @@ xml_feature_end_element (void *data_, const XML_Char *name) struct gdb_available_feature *feature; struct gdb_available_register *reg; -#if 1 +#if 0 fprintf_unfiltered (gdb_stderr, "leaving, name %s\n", name); #endif