From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29553 invoked by alias); 28 Jun 2007 10:46:38 -0000 Received: (qmail 29539 invoked by uid 22791); 28 Jun 2007 10:46:38 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 28 Jun 2007 10:46:35 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id A3D289829E; Thu, 28 Jun 2007 10:46:33 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 88D909829D; Thu, 28 Jun 2007 10:46:33 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1I3rVh-0002gt-TC; Thu, 28 Jun 2007 06:46:01 -0400 Date: Thu, 28 Jun 2007 12:44:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org Cc: Pedro Alves , insight@sourceware.org Subject: Re: syms_from_objfile() warnings and win32-nat.c IO redirection (Was: suppress annoying warnings about cygwin1.dbg) Message-ID: <20070628104601.GA10328@caradoc.them.org> Mail-Followup-To: gdb-patches@sourceware.org, Pedro Alves , insight@sourceware.org References: <46262D3A.8B1A0D15@dessent.net> <20070418150137.GA7338@trixie.casa.cgf.cx> <46263710.D9755DAD@dessent.net> <462639F3.FBCF4675@dessent.net> <46264A56.BA86EED7@dessent.net> <4638AB6B.5AA94B26@dessent.net> <46803846.F99470AE@dessent.net> <46804DAD.4020309@portugalmail.pt> <20070625234015.GA17640@caradoc.them.org> <46833EB0.E8ABC8CB@dessent.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46833EB0.E8ABC8CB@dessent.net> User-Agent: Mutt/1.5.15 (2007-04-09) 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-06/txt/msg00489.txt.bz2 On Wed, Jun 27, 2007 at 09:53:04PM -0700, Brian Dessent wrote: > So I tried simply removing the two problematic warnings in > syms_from_objfile(), and then getting rid of the hacky > safe_symbol_file_add() wrapper in win32-nat.c. This obviously has the > desired effect of not seeing the popups in insight, but now gdb has > become much more chatty. This is what happens when you run a Hello > World program: Yes, sorry. You'll want to hold on to that patch a little while, if you can. My Windows shared library patches fix both sets of extra messages. -- Daniel Jacobowitz CodeSourcery