From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31923 invoked by alias); 23 Apr 2002 00:18:14 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 31915 invoked from network); 23 Apr 2002 00:18:13 -0000 Received: from unknown (HELO pizda.ninka.net) (216.101.162.242) by sources.redhat.com with SMTP; 23 Apr 2002 00:18:13 -0000 Received: from localhost (IDENT:davem@localhost.localdomain [127.0.0.1]) by pizda.ninka.net (8.9.3/8.9.3) with ESMTP id RAA10812; Mon, 22 Apr 2002 17:09:04 -0700 Date: Mon, 22 Apr 2002 17:18:00 -0000 Message-Id: <20020422.170903.17296589.davem@redhat.com> To: thorpej@wasabisystems.com Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Multi-arch DECR_PC_AFTER_HW_BREAKPOINT From: "David S. Miller" In-Reply-To: <20020422084442.D27275@dr-evil.shagadelic.org> References: <20020422.023127.101567315.davem@redhat.com> <20020422084442.D27275@dr-evil.shagadelic.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00817.txt.bz2 From: Jason R Thorpe Date: Mon, 22 Apr 2002 08:44:42 -0700 On Mon, Apr 22, 2002 at 02:31:27AM -0700, David S. Miller wrote: > CORE_ADDR decr_pc_after_break; > + CORE_ADDR decr_pc_after_break; You must have typo'd gdbarch.sh... note the missing "hw_" Note my follow up posting that I made 5 minutes after the one you are quoting which fixes this :-)