From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17468 invoked by alias); 30 Nov 2001 17:04:42 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 17447 invoked from network); 30 Nov 2001 17:04:41 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (207.175.42.154) by hostedprojects.ges.redhat.com with SMTP; 30 Nov 2001 17:04:41 -0000 Received: from trixie.bosbc.com (cgf.cipe.redhat.com [10.0.1.172]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id fAUH4eh27918 for ; Fri, 30 Nov 2001 12:04:40 -0500 Received: (from cgf@localhost) by trixie.bosbc.com (8.11.6/8.8.7) id fAUH4h724545 for gdb-patches@sources.redhat.com; Fri, 30 Nov 2001 12:04:43 -0500 Date: Wed, 21 Nov 2001 23:08:00 -0000 From: Christopher Faylor To: gdb-patches Subject: Re: [RFC/RFA] Add hardware watchpoint support for cygwin target. Message-ID: <20011130170443.GB24463@redhat.com> Mail-Followup-To: gdb-patches References: <20011128193011.GA6502@redhat.com> <4.2.0.58.20011130160404.00aca750@ics.u-strasbg.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4.2.0.58.20011130160404.00aca750@ics.u-strasbg.fr> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2001-11/txt/msg00405.txt.bz2 On Fri, Nov 30, 2001 at 04:10:42PM +0100, Pierre Muller wrote: >I suspect that the problem comes from the fact that uiout still remains >associated to the normal gdb_stdout. This is the only way I can >understand why most messages are suppressed but not these. > >I am completely uncompetent in the UI area, so someone else can >probably better confirm or infirm my deductions. Just in case, you're waiting for feedback from me, I have to tell you that I don't know much about the ui stuff either. cgf From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Faylor To: gdb-patches Subject: Re: [RFC/RFA] Add hardware watchpoint support for cygwin target. Date: Fri, 30 Nov 2001 09:04:00 -0000 Message-ID: <20011130170443.GB24463@redhat.com> References: <20011128193011.GA6502@redhat.com> <4.2.0.58.20011130160404.00aca750@ics.u-strasbg.fr> X-SW-Source: 2001-11/msg00620.html Message-ID: <20011130090400.D4hqTKUH8LrOS9kRlKkUVM-2TV42KMh1wxbnIkQbsWE@z> On Fri, Nov 30, 2001 at 04:10:42PM +0100, Pierre Muller wrote: >I suspect that the problem comes from the fact that uiout still remains >associated to the normal gdb_stdout. This is the only way I can >understand why most messages are suppressed but not these. > >I am completely uncompetent in the UI area, so someone else can >probably better confirm or infirm my deductions. Just in case, you're waiting for feedback from me, I have to tell you that I don't know much about the ui stuff either. cgf