From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15717 invoked by alias); 17 Aug 2005 18:30:49 -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 15622 invoked by uid 22791); 17 Aug 2005 18:30:37 -0000 Received: from romy.inter.net.il (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 17 Aug 2005 18:30:37 +0000 Received: from HOME-C4E4A596F7 (IGLD-83-130-201-205.inter.net.il [83.130.201.205]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id CDL45907 (AUTH halo1); Wed, 17 Aug 2005 21:30:22 +0300 (IDT) Date: Wed, 17 Aug 2005 18:46:00 -0000 Message-Id: From: Eli Zaretskii To: Manoj Iyer CC: gdb-patches@sources.redhat.com In-reply-to: (message from Manoj Iyer on Wed, 17 Aug 2005 12:27:46 -0500 (CDT)) Subject: Re: [RFC] GDB patches for hw watchpoints Reply-to: Eli Zaretskii References: X-SW-Source: 2005-08/txt/msg00201.txt.bz2 > Date: Wed, 17 Aug 2005 12:27:46 -0500 (CDT) > From: Manoj Iyer > > > I am submitting this patch on behalf of Ben Elliston , > this patch implements hardware watchpoints on PPC platform. Please review > and comment, so I can commit. This is fine with me, but do I understand correctly that the PPC doesn't have a way to return the data address that triggered the watchpoint? If so, how do things work on a PPC when GDB calls target_stopped_data_address? What am I missing? Also, please add an entry in NEWS about this. Last, but not least, thanks for working on this!