From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30196 invoked by alias); 27 Jul 2006 09:37:03 -0000 Received: (qmail 30156 invoked by uid 22791); 27 Jul 2006 09:36:59 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-vbr10.xs4all.nl (HELO smtp-vbr10.xs4all.nl) (194.109.24.30) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 27 Jul 2006 09:36:55 +0000 Received: from webmail.xs4all.nl (dovemail7.xs4all.nl [194.109.26.9]) by smtp-vbr10.xs4all.nl (8.13.6/8.13.6) with ESMTP id k6R9aNug011904; Thu, 27 Jul 2006 11:36:24 +0200 (CEST) (envelope-from mark.kettenis@xs4all.nl) Received: from 192.87.1.22 (SquirrelMail authenticated user sibelius) by webmail.xs4all.nl with HTTP; Thu, 27 Jul 2006 11:36:25 +0200 (CEST) Message-ID: <6876.192.87.1.22.1153992985.squirrel@webmail.xs4all.nl> In-Reply-To: <20060727011054.GP1376@adacore.com> References: <20060727011054.GP1376@adacore.com> Date: Thu, 27 Jul 2006 09:37:00 -0000 Subject: Re: [RFA] undeprecate deprecated_read_memory_nobpt From: "Mark Kettenis" To: "Joel Brobecker" Cc: gdb-patches@sources.redhat.com User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00401.txt.bz2 > The following patch makes that change. The change itself was done > mechanically with perl. Please fix the indentation problems caused by this before you commit it. > * gdbcore.h (read_memory_nobpt): New function name instead of > deprecated_read_memory_nobpt. > * breakpoint.c (read_memory_nobpt): New function name instead > of deprecated_read_memory_nobpt. > Adjust calls to old deprecated_read_memory_nobpt accordingly. > * alpha-tdep.c: Adjust calls to deprecated_read_memory_nobpt > accordingly. > * alphanbsd-tdep.c: Likewise. > * frame.c: Likewise. > * frv-tdep.c: Likewise. > * hppa-linux-tdep.c: Likewise. > * hppa-tdep.c: Likewise. > * i386-linux-nat.c: Likewise. > * m68klinux-tdep.c: Likewise. > * mips-tdep.c: Likewise. > * s390-tdep.c: Likewise. ok with me, but give it a few days to give people a last chance to object.