From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13959 invoked by alias); 10 Aug 2003 15:53:13 -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 13949 invoked from network); 10 Aug 2003 15:53:11 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 10 Aug 2003 15:53:11 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p2/8.12.5) with ESMTP id h7AFr3bs001990; Sun, 10 Aug 2003 17:53:03 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6) with ESMTP id h7AFr33g058564; Sun, 10 Aug 2003 17:53:03 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6/Submit) id h7AFr210058561; Sun, 10 Aug 2003 17:53:02 +0200 (CEST) Date: Sun, 10 Aug 2003 15:53:00 -0000 Message-Id: <200308101553.h7AFr210058561@elgar.kettenis.dyndns.org> From: Mark Kettenis To: ac131313@redhat.com CC: gdb-patches@sources.redhat.com In-reply-to: <3F3656DB.5040104@redhat.com> (message from Andrew Cagney on Sun, 10 Aug 2003 10:29:47 -0400) Subject: Re: [PATCH] Fix HW watchpoints on Solaris x86 References: <200308101355.h7ADtdOF058198@elgar.kettenis.dyndns.org> <3F3656DB.5040104@redhat.com> X-SW-Source: 2003-08/txt/msg00153.txt.bz2 Date: Sun, 10 Aug 2003 10:29:47 -0400 From: Andrew Cagney > +#define TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT(SIZE) 1 That now lives in the target vector. Hmm, yes. So actually, we should modify procfs.c. Well, I don't have a Solaris x86 system to test things on, so I'll leave this for now. Thanks anyway. Mark