From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18116 invoked by alias); 8 Sep 2011 19:29:08 -0000 Received: (qmail 18092 invoked by uid 22791); 8 Sep 2011 19:29:08 -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; Thu, 08 Sep 2011 19:28:54 +0000 From: "xdegaye at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug mi/13170] New: some :werror and warning messages are written to gdb/mi log stream Date: Thu, 08 Sep 2011 19:34:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: mi X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: xdegaye at gmail dot com 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: 2011-q3/txt/msg00277.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13170 Bug #: 13170 Summary: some :werror and warning messages are written to gdb/mi log stream Product: gdb Version: 7.3 Status: NEW Severity: normal Priority: P2 Component: mi AssignedTo: unassigned@sourceware.org ReportedBy: xdegaye@gmail.com Classification: Unclassified How-To-Repeat ------------- * build a plain executable: $ echo "main(){}" | gcc -x c -g - * run the following test and confirm that the message "No source file named foo.c." is written to gdb/mi log stream instead of the console stream: $ gdb --interpreter=mi -q -ex "set confirm off" a.out =thread-group-added,id="i1" ~"Reading symbols from /home/xavier/tmp/a.out..." ~"done.\n" (gdb) -interpreter-exec console "break foo.c:1" &"No source file named foo.c.\n" ^done (gdb) quit &"quit\n" -- 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.