From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11049 invoked by alias); 27 May 2003 19:48:34 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 11020 invoked from network); 27 May 2003 19:48:33 -0000 Received: from unknown (HELO cygnus.equallogic.com) (65.170.102.10) by sources.redhat.com with SMTP; 27 May 2003 19:48:33 -0000 Received: from cygnus.equallogic.com (localhost.localdomain [127.0.0.1]) by cygnus.equallogic.com (8.11.6/8.11.6) with ESMTP id h4RJmXr05073 for ; Tue, 27 May 2003 15:48:33 -0400 Received: from deneb.dev.equallogic.com (deneb.dev.equallogic.com [172.16.1.99]) by cygnus.equallogic.com (8.11.6/8.11.6) with ESMTP id h4RJmXu05067 for ; Tue, 27 May 2003 15:48:33 -0400 Received: from pkoning.dev.equallogic.com.equallogic.com (localhost.localdomain [127.0.0.1]) by deneb.dev.equallogic.com (8.11.6/8.11.6) with ESMTP id h4RJmX904304 for ; Tue, 27 May 2003 15:48:33 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16083.49424.980655.665394@pkoning.dev.equallogic.com> Date: Tue, 27 May 2003 19:48:00 -0000 From: Paul Koning To: gdb@sources.redhat.com Subject: breakpoint.c bugs X-SW-Source: 2003-05/txt/msg00358.txt.bz2 Over the past month or so I have sent a couple of messages about bugs in watchpoint handling in breakpoint.c -- which currently doesn't work at all in my experience. I have had zero reaction. I'm certainly willing to go away and just keep my bugfixes in a local sandbox. But I thought perhaps the fixes might be of interest, so I'm asking for input as to what to do with them. If the fixes I described are the wrong approach, I'd be interested in that as well. Thanks, paul