From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11539 invoked by alias); 20 Jul 2004 19:55:09 -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 11532 invoked from network); 20 Jul 2004 19:55:08 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 20 Jul 2004 19:55:08 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i6KJt8e3018560 for ; Tue, 20 Jul 2004 15:55:08 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i6KJt6a27623; Tue, 20 Jul 2004 15:55:06 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 4650D2B9D; Tue, 20 Jul 2004 15:55:11 -0400 (EDT) Message-ID: <40FD789F.2090401@gnu.org> Date: Tue, 20 Jul 2004 19:55:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] Deprecate read_memory_nobpt References: <40C87DB2.1080706@gnu.org> In-Reply-To: <40C87DB2.1080706@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00259.txt.bz2 > 2004-06-10 Andrew Cagney > > * breakpoint.c (deprecated_read_memory_nobpt): Rename > read_memory_nobpt. > * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update. > * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p) > (s390_sigtramp_frame_sniffer): Update. > * mn10300-tdep.c (mn10300_analyze_prologue): Update. > * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update. > * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction) > (mips32_fetch_instruction): Update. > * mcore-tdep.c (get_insn): Update. > * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update. > * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update. > * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update. > * i386-linux-tdep.c (i386_linux_sigtramp_start) > (i386_linux_rt_sigtramp_start): Update. > * i386-linux-nat.c (child_resume): Update. > * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update. > * hppa-linux-tdep.c (insns_match_pattern): Update. > * gdbcore.h: Update. > * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update. > * frame.c (safe_frame_unwind_memory): Update. > * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update. > * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update. > * alpha-tdep.c (alpha_read_insn): Update. I've checked this in. Andrew