From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5093 invoked by alias); 20 Apr 2009 19:01:08 -0000 Received: (qmail 4745 invoked by uid 22791); 20 Apr 2009 19:01:07 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail3.caviumnetworks.com (HELO mail3.caviumnetworks.com) (12.108.191.235) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 20 Apr 2009 19:01:00 +0000 Received: from exch4.caveonetworks.com (Not Verified[192.168.16.23]) by mail3.caviumnetworks.com with MailMarshal (v6,2,2,3503) id ; Mon, 20 Apr 2009 15:01:02 -0400 Received: from exch4.caveonetworks.com ([192.168.16.23]) by exch4.caveonetworks.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 20 Apr 2009 12:00:59 -0700 Received: from dd1.caveonetworks.com ([64.169.86.201]) by exch4.caveonetworks.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 20 Apr 2009 12:00:59 -0700 Message-ID: <49ECC66B.4020806@caviumnetworks.com> Date: Mon, 20 Apr 2009 19:01:00 -0000 From: David Daney User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: [Patch] NEWS: Mention MIPS/Linux hardware watchpoint support. Content-Type: multipart/mixed; boundary="------------040200070705090908030605" 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/msg00533.txt.bz2 This is a multi-part message in MIME format. --------------040200070705090908030605 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 147 I propose the attached NEWS entry when and if the corresponding gdb patches are committed. OK to commit if the watchpoint patches are approved? --------------040200070705090908030605 Content-Type: text/plain; name="gdb-NEWS.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="gdb-NEWS.patch" Content-length: 761 2009-04-20 David Daney * NEWS: Mention MIPS/Linux hardware watchpoint support. Index: NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.307 diff -u -p -r1.307 NEWS --- NEWS 19 Apr 2009 20:05:23 -0000 1.307 +++ NEWS 20 Apr 2009 18:56:52 -0000 @@ -3,6 +3,10 @@ *** Changes since GDB 6.8 +* GDB now supports hardware watchpoints on MIPS/Linux systems. This +feature is available with a native GDB running on kernel version +2.6.28 or later. + * GDB now has support for multi-byte and wide character sets on the target. Strings whose character type is wchar_t, char16_t, or char32_t are now correctly printed. GDB supports wide- and unicode- --------------040200070705090908030605--