From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9217 invoked by alias); 6 Apr 2009 20:27:29 -0000 Received: (qmail 9199 invoked by uid 22791); 6 Apr 2009 20:27:28 -0000 X-SWARE-Spam-Status: No, hits=2.0 required=5.0 tests=AWL,BAYES_40,BOTNET,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout1.012.net.il (HELO mtaout1.012.net.il) (84.95.2.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Apr 2009 20:27:17 +0000 Received: from conversion-daemon.i-mtaout1.012.net.il by i-mtaout1.012.net.il (HyperSendmail v2007.08) id <0KHP00I0020Y2C00@i-mtaout1.012.net.il> for gdb-patches@sourceware.org; Mon, 06 Apr 2009 23:27:11 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.228.139.199]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KHP00EIZ4T7R0B0@i-mtaout1.012.net.il>; Mon, 06 Apr 2009 23:27:08 +0300 (IDT) Date: Mon, 06 Apr 2009 20:27:00 -0000 From: Eli Zaretskii Subject: Re: [Patch 2/2] MIPS hardware watchpoint support. In-reply-to: <49D9AECB.7040302@gmail.com> To: David Daney Cc: gdb-patches@sourceware.org, ddaney@caviumnetworks.com Reply-to: Eli Zaretskii Message-id: <83ljqd5y3g.fsf@gnu.org> References: <49D9AECB.7040302@gmail.com> 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: 2009-04/txt/msg00113.txt.bz2 > Date: Mon, 06 Apr 2009 00:27:07 -0700 > From: David Daney > CC: David Daney > > Support for hardware watchpoints for mips-linux was merged into the > Linux kernel for version 2.6.28, with some bug fixes in 2.6.29. This > patch adds the corresponding gdb support. It has been tested on both > mipsel-linux (32-bit kernel) and mips64-linux (64-bit kernel). Thanks. If this is approved, please also add a NEWS entry for this.