From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17923 invoked by alias); 8 Nov 2007 23:56:56 -0000 Received: (qmail 17892 invoked by uid 22791); 8 Nov 2007 23:56:55 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.168) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 08 Nov 2007 23:56:49 +0000 Received: by ug-out-1314.google.com with SMTP id o2so476148uge for ; Thu, 08 Nov 2007 15:56:46 -0800 (PST) Received: by 10.67.20.11 with SMTP id x11mr2827344ugi.1194565792573; Thu, 08 Nov 2007 15:49:52 -0800 (PST) Received: from ?78.130.33.111? ( [78.130.33.111]) by mx.google.com with ESMTPS id g30sm4790477ugd.2007.11.08.15.49.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 08 Nov 2007 15:49:50 -0800 (PST) Message-ID: <4733A007.2040201@portugalmail.pt> Date: Thu, 08 Nov 2007 23:56:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; pt-BR; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: gdb-patches@sourceware.org, insight@sourceware.org Subject: Re: syms_from_objfile() warnings and win32-nat.c IO redirection (Was: suppress annoying warnings about cygwin1.dbg) References: <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> <20071024184207.GA10943@caradoc.them.org> <4725378D.5010800@portugalmail.pt> <4053daab0710290203q5aa79bam6a8e87e5c6a837ba@mail.gmail.com> <20071029123318.GA16009@caradoc.them.org> <20071030011953.GA28693@ednor.casa.cgf.cx> In-Reply-To: <20071030011953.GA28693@ednor.casa.cgf.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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-11/txt/msg00186.txt.bz2 Hi all, The cygwin1.dbg (the cygwin1.dll separate debug info file) generation has now been been fixed to keep the section info of non-debug sections, so the warnings [1] will not happen anymore starting from the next cygwin snapshot. [1] http://www.cygwin.com/ml/insight/2007-q2/msg00016.html Is there anything else preventing us from removing the stderr -> null redirection from win32-nat.c ? The redirection is only done on the "dll-symbols" command, and adding cygwin1.dll manually isn't a common use case, I guess. Notice that the cygwin1.dbg generation is special. Everyone else should be using the recipe I posted in a previous message, which produces files that don't trigger those warnings. -- Pedro Alves