From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20213 invoked by alias); 16 Jul 2010 21:19:19 -0000 Received: (qmail 20203 invoked by uid 22791); 16 Jul 2010 21:19:18 -0000 X-SWARE-Spam-Status: No, hits=0.3 required=5.0 tests=AWL,BAYES_40,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 16 Jul 2010 21:19:11 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0L5O006005TK2A00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Sat, 17 Jul 2010 00:19:09 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.120.144]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L5O0055J5VR2S30@a-mtaout22.012.net.il>; Sat, 17 Jul 2010 00:19:04 +0300 (IDT) Date: Fri, 16 Jul 2010 21:19:00 -0000 From: Eli Zaretskii Subject: Re: [7.2][RFA] Mention new booke features in the NEWS file In-reply-to: <1279306465.14577.46.camel@hactar> To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83aaprf7lk.fsf@gnu.org> References: <1279306465.14577.46.camel@hactar> 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: 2010-07/txt/msg00255.txt.bz2 > From: Thiago Jung Bauermann > Date: Fri, 16 Jul 2010 15:54:25 -0300 > > I'd like to mention support for the new Linux ptrace interface on > PowerPC which enables hardware debug features in BookE processors. Ok? Yes. > +* GDB now supports the extended ptrace interface for PowerPC which is > + available since Linux kernel version 2.6.34. This automatically enables > + any hardware breakpoints and additional hardware watchpoints available in > + the processor. The old ptrace interface exposes just one hardware > + watchpoint and no hardware breakpoint. ^^^^^^^^^^ "breakpoints" > + This works on native GDB running on Linux kernels with the extended ptrace ^^ "in" Thanks.