From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18352 invoked by alias); 16 Sep 2014 19:41:01 -0000 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 Received: (qmail 18324 invoked by uid 55); 16 Sep 2014 19:41:01 -0000 From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/7233] Send output to gdb_stdout et.al. Date: Tue, 16 Sep 2014 19:41:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-q3/txt/msg00616.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=7233 --- Comment #2 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gdb and binutils". The branch, master has been updated via 76aeec5b98e73589013f24bd99e3c40189bec7e8 (commit) via 2f693f9d21a36e333994ef92117ba49a6d506334 (commit) from 91c190590ab3de6d214bcf307240b4ac291f697d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=76aeec5b98e73589013f24bd99e3c40189bec7e8 commit 76aeec5b98e73589013f24bd99e3c40189bec7e8 Author: Sergio Durigan Junior Date: Tue Sep 16 15:34:27 2014 -0400 Remove dead code from objc-lang.c (spurious "fprintf (stderr...") This obvious change removes dead code from objc-lang.c. I was grepping for "fprintf (stderr..." and found this code between "#if 0".."#endif" blocks. 2014-09-16 Sergio Durigan Junior * objc-lang.c (find_implementation_from_class): Remove dead code. https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=2f693f9d21a36e333994ef92117ba49a6d506334 commit 2f693f9d21a36e333994ef92117ba49a6d506334 Author: Sergio Durigan Junior Date: Tue Sep 16 15:30:41 2014 -0400 Replace "fprintf (stderr..." by "fprintf_unfiltered (gdb_stdlog..." This is an obvious replacement of "fprintf (stderr..." by "fprintf_unfiltered (gdb_stdlog...", which is the standard to use in these cases. gdb/ChangeLog: 2014-09-16 Sergio Durigan Junior PR cli/7233 * linux-nat.c (linux_nat_wait_1): Replace "fprintf (stderr..." by "fprintf_unfiltered (gdb_stdlog...)". ----------------------------------------------------------------------- Summary of changes: gdb/ChangeLog | 10 ++++++++++ gdb/linux-nat.c | 26 +++++++++++++++----------- gdb/objc-lang.c | 5 ----- 3 files changed, 25 insertions(+), 16 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.