From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10581 invoked by alias); 30 Jan 2012 23:18:36 -0000 Received: (qmail 10564 invoked by uid 22791); 30 Jan 2012 23:18:35 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 Jan 2012 23:18:21 +0000 From: "mac-fly at gmx dot net" To: gdb-prs@sourceware.org Subject: [Bug gdb/13635] New: Way to reduce warning messages floating in log Date: Mon, 30 Jan 2012 23:18:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mac-fly at gmx dot net X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2012-q1/txt/msg00134.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13635 Bug #: 13635 Summary: Way to reduce warning messages floating in log Product: gdb Version: 7.3 Status: NEW Severity: normal Priority: P2 Component: gdb AssignedTo: unassigned@sourceware.org ReportedBy: mac-fly@gmx.net Classification: Unclassified Environment: Windows XP/7, TDM GCC 4.6.1 / GNU gdb 7.3 for MinGW. I have compiled Code::Blocks (http://www.codeblocks.org) against wxWidgets 2.9.3 (http://www.wxwidgets.org) and try to debug into a crash. Unfortunately it is hard to read the log because tons of warning messages like the following: warning: ../../src/common/menucmn.cpp(976): assert "item" failed in Enable(): attempt to enable an item which doesn't exist ...are floated into the debug log. I know, that is a bug in C::B, but thats what I am after. I have described the issue here: http://forums.codeblocks.org/index.php/topic,10908.msg106860.html#msg106860 ...and here: http://forums.codeblocks.org/index.php/topic,10908.msg106928.html#msg106928 A "solution" suggested here: http://forums.codeblocks.org/index.php/topic,10908.msg106878.html#msg106878 is to filter the warnings by a certain string in the message. While this is an option, I was told here: http://forums.codeblocks.org/index.php/topic,10908.msg106933.html#msg106933 ...to file a bug report into this bugzilla database to ask if there is a better way to do it or maybe a feature request to GDB that allows filtering such on GDB level. Is that possible / feasible? -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.