• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

修訂3640d4657f813ab4a51293a1d59ebfe9669a700d (tree)
時間2006-04-03 06:53:46
作者Daniel Jacobowitz <drow@fals...>
CommiterDaniel Jacobowitz

Log Message

Turn off debugging messages from the parser.

Change Summary

差異

--- a/gdb/parse-avail.c
+++ b/gdb/parse-avail.c
@@ -411,14 +411,14 @@ xml_feature_start_element (void *data_, const XML_Char *name,
411411
412412 if (data->state->phase == PHASE_UNKNOWN)
413413 {
414-#if 1
414+#if 0
415415 fprintf_unfiltered (gdb_stderr, "skipping, name %s\n", name);
416416 #endif
417417 data->state->u.unknown.depth++;
418418 return;
419419 }
420420
421-#if 1
421+#if 0
422422 fprintf_unfiltered (gdb_stderr, "entering, name %s\n", name);
423423 for (p = attrs; *p; p += 2)
424424 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)
580580 struct gdb_available_feature *feature;
581581 struct gdb_available_register *reg;
582582
583-#if 1
583+#if 0
584584 fprintf_unfiltered (gdb_stderr, "leaving, name %s\n", name);
585585 #endif
586586