From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32591 invoked by alias); 8 Jun 2003 19:17:19 -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 32557 invoked from network); 8 Jun 2003 19:17:18 -0000 Received: from unknown (HELO localhost.redhat.com) (24.157.166.107) by sources.redhat.com with SMTP; 8 Jun 2003 19:17:18 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 946532B63; Sun, 8 Jun 2003 15:17:12 -0400 (EDT) Message-ID: <3EE38BB8.1060904@redhat.com> Date: Sun, 08 Jun 2003 19:17:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "John S. Yates, Jr." Cc: gdb Subject: Re: supporting hw break/watch for embedded ppc References: <005d01c32a0f$86f44fa0$1400a8c0@astral> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-06/txt/msg00095.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. It should be the case. > So where do I go to enable ppc hw breaks/watches? ``set debug remote 1'' to see exactly what the host/target are doing. Andrew