From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6690 invoked by alias); 6 Dec 2001 21:30:30 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 6582 invoked from network); 6 Dec 2001 21:30:26 -0000 Received: from unknown (HELO localhost.cygnus.com) (216.138.202.10) by sources.redhat.com with SMTP; 6 Dec 2001 21:30:26 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id B732A3D5E; Thu, 6 Dec 2001 16:30:22 -0500 (EST) Message-ID: <3C0FE36E.2090803@cygnus.com> Date: Thu, 06 Dec 2001 13:30:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: Pierre Muller Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC/RFA] Add hardware watchpoint support for cygwin target. References: <8011-Wed28Nov2001201312+0200-eliz@is.elta.co.il> <4.2.0.58.20011128183252.00acd198@ics.u-strasbg.fr> <8011-Wed28Nov2001201312+0200-eliz@is.elta.co.il> <4.2.0.58.20011206092315.016150f0@ics.u-strasbg.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00178.txt.bz2 > The last problem is the unwanted gdb output, but here again, > this is NOT a cygwin specific bug, as it is also present for linux target. > Each time a DLL (cygwin target) or a shared lib (linux target) is > loaded, all breakpoints are re-setted, and the mention function does > generate an output even if the output have been disabled by gdb_stdout and gdb_stderr. > This is probably an UI_OUT specific problem, but as its again not cygwin specific > I don't think that there is any reason to delay approval. A note on ui-out. Typically stray output problem come from code that still uses printf(). Sorting that out is a separate problem. enjoy, Andrew