From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7091 invoked by alias); 9 Mar 2004 15:43:22 -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 7083 invoked from network); 9 Mar 2004 15:43:21 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 9 Mar 2004 15:43:21 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1B0jO5-0007Mj-1L; Tue, 09 Mar 2004 10:43:21 -0500 Date: Fri, 19 Mar 2004 00:09:00 -0000 From: Daniel Jacobowitz To: Kei Sakamoto Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/m32r] Support hw watchpoint Message-ID: <20040309154321.GA27765@nevyn.them.org> Mail-Followup-To: Kei Sakamoto , gdb-patches@sources.redhat.com References: <012c01c401cc$40c9ce20$5169910a@E5A02646> <404750EC.6090405@gnu.org> <015401c40267$4b33f5c0$5169910a@E5A02646> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <015401c40267$4b33f5c0$5169910a@E5A02646> User-Agent: Mutt/1.5.1i X-SW-Source: 2004-03/txt/msg00197.txt.bz2 On Fri, Mar 05, 2004 at 01:06:53PM +0900, Kei Sakamoto wrote: > Hello, > > The attached patch adds hardware watchpoint support to m32rsdi target, > which is a remote target of m32r architecture. > # Thank you for Andrew's suggestion. > > This patch is small because I've already implemented watchpoint functions > in remote-m32r-sdi.c. I just didn't know how to define watchpoint's interface > in multi-arch. > > OK to commit? Yes, I think this is OK. > > Kei Sakamoto > Renesas Technology Corp. > > === > > 2004-03-05 Kei Sakamoto > > * remote-m32r-sdi.c: Support hardware watchpoint. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7091 invoked by alias); 9 Mar 2004 15:43:22 -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 7083 invoked from network); 9 Mar 2004 15:43:21 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 9 Mar 2004 15:43:21 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1B0jO5-0007Mj-1L; Tue, 09 Mar 2004 10:43:21 -0500 Date: Tue, 09 Mar 2004 15:43:00 -0000 From: Daniel Jacobowitz To: Kei Sakamoto Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/m32r] Support hw watchpoint Message-ID: <20040309154321.GA27765@nevyn.them.org> Mail-Followup-To: Kei Sakamoto , gdb-patches@sources.redhat.com References: <012c01c401cc$40c9ce20$5169910a@E5A02646> <404750EC.6090405@gnu.org> <015401c40267$4b33f5c0$5169910a@E5A02646> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <015401c40267$4b33f5c0$5169910a@E5A02646> User-Agent: Mutt/1.5.1i X-SW-Source: 2004-03.o/txt/msg00197.txt Message-ID: <20040309154300.LOmovGgbS9X4wGs3Xofnm0aAU-0TleGMzhyQRueYJww@z> On Fri, Mar 05, 2004 at 01:06:53PM +0900, Kei Sakamoto wrote: > Hello, > > The attached patch adds hardware watchpoint support to m32rsdi target, > which is a remote target of m32r architecture. > # Thank you for Andrew's suggestion. > > This patch is small because I've already implemented watchpoint functions > in remote-m32r-sdi.c. I just didn't know how to define watchpoint's interface > in multi-arch. > > OK to commit? Yes, I think this is OK. > > Kei Sakamoto > Renesas Technology Corp. > > === > > 2004-03-05 Kei Sakamoto > > * remote-m32r-sdi.c: Support hardware watchpoint. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer