From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16986 invoked by alias); 13 Oct 2007 03:33:26 -0000 Received: (qmail 16971 invoked by uid 22791); 13 Oct 2007 03:33:25 -0000 X-Spam-Check-By: sourceware.org Received: from dessent.net (HELO dessent.net) (69.60.119.225) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 13 Oct 2007 03:33:20 +0000 Received: from localhost ([127.0.0.1] helo=dessent.net) by dessent.net with esmtp (Exim 4.50) id 1IgXkY-0004cs-45; Sat, 13 Oct 2007 03:33:14 +0000 Message-ID: <47103C78.7D5C9BE3@dessent.net> Date: Sat, 13 Oct 2007 06:03:00 -0000 From: Brian Dessent Reply-To: gdb-patches@sourceware.org X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: Pedro Alves CC: gdb-patches@sourceware.org, Daniel Jacobowitz , insight@sourceware.org Subject: Re: syms_from_objfile() warnings and win32-nat.c IO redirection (Was: suppress annoying warnings about cygwin1.dbg) References: <20070418150137.GA7338@trixie.casa.cgf.cx> <46803846.F99470AE@dessent.net> <46804DAD.4020309@portugalmail.pt> <20070625234015.GA17640@caradoc.them.org> <46833EB0.E8ABC8CB@dessent.net> <20070628104601.GA10328@caradoc.them.org> <20071011195327.GB8200@caradoc.them.org> <470FFB00.9909C731@dessent.net> <47101DB4.6010204@portugalmail.pt> <4710230D.43350523@dessent.net> <4053daab0710122000t4dc45f97l9fdb8e76d022bf8b@mail.gmail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00354.txt.bz2 Pedro Alves wrote: > Doesn't happen here. Those messages should only show up when manually > adding a symbol file, or when extra verbosity is requested by the user. > Do you happen to have a "set verbose 1" in your .gdbinit file? Well I'll be... yes, I did have that in a long-forgotten .gdbinit. It hadn't occurred to me that it was responsible since apparently the verbose setting never caused that kind of spewage in prior versions. So I think the section warnings in syms_from_objfile definitely need to go and we can finally kill the hacky redirection in win32-nat.c per your patch. I still will look into fixing insight so that it doesn't intermix "Reading symbols from ..." with the source code pane, but I guess it's not as pressing since it's a non-default behavior. Thanks, Brian