From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24934 invoked by alias); 17 Aug 2005 19:31:51 -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 24319 invoked by uid 22791); 17 Aug 2005 19:31:33 -0000 Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Wed, 17 Aug 2005 19:31:33 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id j7HJUX8t004208; Wed, 17 Aug 2005 21:30:33 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id j7HJUXZN019860; Wed, 17 Aug 2005 21:30:33 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id j7HJUXj0016237; Wed, 17 Aug 2005 21:30:33 +0200 (CEST) Date: Wed, 17 Aug 2005 23:03:00 -0000 Message-Id: <200508171930.j7HJUXj0016237@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: manjo@austin.ibm.com 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 References: X-SW-Source: 2005-08/txt/msg00205.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. Sorry, but you're not supposed to add anything to nm.h files anymore. Instead you should add things to the target vector. Take a look at inf-ttrace.c on how to do this. This may be hard to do at the moment, since the target vector stuff for native Linux targets is a bit of a mess. That really needs to be fixed! Mark