From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12107 invoked by alias); 3 Jun 2003 20:34:28 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 12083 invoked from network); 3 Jun 2003 20:34:27 -0000 Received: from unknown (HELO sun.netezza.com) (209.113.240.37) by sources.redhat.com with SMTP; 3 Jun 2003 20:34:27 -0000 Received: from astral (host20 [192.168.0.20]) by sun.netezza.com (8.12.9+Sun/8.12.9) with SMTP id h53KYRTA008917 for ; Tue, 3 Jun 2003 16:34:27 -0400 (EDT) Message-ID: <005d01c32a0f$86f44fa0$1400a8c0@astral> Reply-To: "John S. Yates, Jr." From: "John S. Yates, Jr." To: "gdb" Subject: supporting hw break/watch for embedded ppc Date: Tue, 03 Jun 2003 20:34:00 -0000 Organization: Netezza Corporation MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-06/txt/msg00037.txt.bz2 I have an mpc855 remote stub that implements Z0/z0. This worked entirely as expected. Auto-detection used to attempt Z0, discover it was unsupported, and refrained from ever trying it again. Naively I assumed that the remaining Zt variants would behave similarly. This is not the case. So where do I go to enable ppc hw breaks/watches? /john