From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32158 invoked by alias); 6 Aug 2008 17:29:05 -0000 Received: (qmail 32125 invoked by uid 22791); 6 Aug 2008 17:29:04 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 06 Aug 2008 17:28:27 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m76HSP52012938 for ; Wed, 6 Aug 2008 13:28:25 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m76HSOd2025130 for ; Wed, 6 Aug 2008 13:28:24 -0400 Received: from mesquite.lan (vpn-12-12.rdu.redhat.com [10.11.12.12]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m76HSO1A015790 for ; Wed, 6 Aug 2008 13:28:24 -0400 Date: Wed, 06 Aug 2008 17:29:00 -0000 From: Kevin Buettner To: gdb-patches@sourceware.org Subject: Re: [patch-ppc] Hardware watchpoint support for 44x/BookE-based systems Message-ID: <20080806102823.481ef3d1@mesquite.lan> In-Reply-To: <1217966200.19330.40.camel@gargoyle> References: <1217966200.19330.40.camel@gargoyle> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 2008-08/txt/msg00123.txt.bz2 On Tue, 05 Aug 2008 16:56:39 -0300 Luis Machado wrote: > 2008-08-05 Luis Machado > > * ppc-linux-nat.c: Include "auxv.h" and "elf/common.h". > Define PPC_FEATURE_BOOKE. > (ppc_linux_get_hwcap): New function. > (ppc_linux_region_ok_for_hw_watchpoint): Handle PowerPC 440 > 4-bytes alignment restrictions. > (ppc_linux_insert_watchpoint): Handle PowerPC 440-specific > positioning of the read/write flags. > (ppc_linux_watchpoint_addr_within_range): Handle PowerPC 440 > 4-bytes alignment. Okay. Kevin