From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31089 invoked by alias); 22 Apr 2002 09:46:49 -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 31064 invoked from network); 22 Apr 2002 09:46:43 -0000 Received: from unknown (HELO fadata.bg) (80.72.64.67) by sources.redhat.com with SMTP; 22 Apr 2002 09:46:43 -0000 Received: (qmail 29128 invoked by uid 1000); 22 Apr 2002 09:46:21 -0000 To: "David S. Miller" Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Multi-arch DECR_PC_AFTER_HW_BREAKPOINT References: <20020422.023127.101567315.davem@redhat.com> X-No-CC: Reply to lists, not to me. From: Momchil Velikov Date: Mon, 22 Apr 2002 02:46:00 -0000 In-Reply-To: <20020422.023127.101567315.davem@redhat.com> Message-ID: <87r8l8jcgw.fsf@fadata.bg> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-04/txt/msg00778.txt.bz2 >>>>> "David" == David S Miller writes: David> +++ ./gdbarch.c Mon Apr 22 02:34:39 2002 David> @@ -225,6 +225,7 @@ struct gdbarch David> gdbarch_memory_insert_breakpoint_ftype *memory_insert_breakpoint; David> gdbarch_memory_remove_breakpoint_ftype *memory_remove_breakpoint; David> CORE_ADDR decr_pc_after_break; David> + CORE_ADDR decr_pc_after_break; Hmm, maybe it should be ``decr_pc_after_hw_break'' or something ? And in the other places too.