From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17444 invoked by alias); 11 Oct 2007 19:53:32 -0000 Received: (qmail 17429 invoked by uid 22791); 11 Oct 2007 19:53:32 -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, 11 Oct 2007 19:53:29 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 5F24B982AD; Thu, 11 Oct 2007 19:53:28 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 39495981F2; Thu, 11 Oct 2007 19:53:28 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1Ig463-0002LS-6N; Thu, 11 Oct 2007 15:53:27 -0400 Date: Thu, 11 Oct 2007 20:26:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sourceware.org, 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: <20071011195327.GB8200@caradoc.them.org> Mail-Followup-To: gdb-patches@sourceware.org, Pedro Alves , insight@sourceware.org References: <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> <20070628104601.GA10328@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070628104601.GA10328@caradoc.them.org> 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-10/txt/msg00326.txt.bz2 On Thu, Jun 28, 2007 at 06:46:01AM -0400, Daniel Jacobowitz wrote: > 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. Hi Brian, The patch I was talking about has since been committed. I don't remember if that was supposed to fix Insight or supposed to allow some nicer patch to do it... could you let me know if there's still a problem in GDB 6.7 / HEAD? -- Daniel Jacobowitz CodeSourcery