From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26842 invoked by alias); 24 Dec 2009 04:12:12 -0000 Received: (qmail 26833 invoked by uid 22791); 24 Dec 2009 04:12:11 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout23.012.net.il (HELO mtaout23.012.net.il) (80.179.55.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Dec 2009 04:12:06 +0000 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0KV500D0025B5T00@a-mtaout23.012.net.il> for gdb-patches@sourceware.org; Thu, 24 Dec 2009 06:11:35 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.236.58]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KV500B7C2BAVT50@a-mtaout23.012.net.il>; Thu, 24 Dec 2009 06:11:35 +0200 (IST) Date: Thu, 24 Dec 2009 04:12:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH 0/4] Support the BookE hardware debug features In-reply-to: <200912232230.51403.bauerman@br.ibm.com> To: Thiago Jung Bauermann Cc: gdb-patches@sourceware.org, luisgpm@linux.vnet.ibm.com, tyrlik@us.ibm.com Reply-to: Eli Zaretskii Message-id: <83iqbx57r4.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT References: <200912232230.51403.bauerman@br.ibm.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-12/txt/msg00378.txt.bz2 > From: Thiago Jung Bauermann > Date: Wed, 23 Dec 2009 22:30:51 -0200 > Cc: Luis Machado , Matt Tyrlik > > This patch series is a reworked version of Sérgio's original submission of > the PC476 support patches. Each patch compiles when applied, provided the > previous ones in the series are applied too. Thanks. > The code has the following improvements: > > - it now compiles on machines with older kernel headers (though I had > to include the whole new ptrace.h contents into ppc-linux-nat.c) > - has a few bugfixes that we noticed later. > - incorporates some changes from Eli's comments. Not all of them are > addressed yet, unfortunately. They will, but I wanted to have something > out soon. What's the decision regarding the new *-range commands? I see they are still being introduced. We have 1 voice against that and one in favor. If you are not convinced by what I wrote against them, I'd like to hear more opinions before we decide.