From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28574 invoked by alias); 31 Jan 2014 03:50:32 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 28564 invoked by uid 89); 31 Jan 2014 03:50:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 31 Jan 2014 03:50:30 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9BBE2116402; Thu, 30 Jan 2014 22:50:28 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tcTGeVJx333T; Thu, 30 Jan 2014 22:50:28 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 422DC116401; Thu, 30 Jan 2014 22:50:28 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 046BCE06A6; Fri, 31 Jan 2014 07:50:25 +0400 (RET) Date: Fri, 31 Jan 2014 03:50:00 -0000 From: Joel Brobecker To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 6/6] Update comments to to_xfer_partial implementations. Message-ID: <20140131035024.GW4101@adacore.com> References: <1391139325-2758-1-git-send-email-yao@codesourcery.com> <1391139325-2758-7-git-send-email-yao@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1391139325-2758-7-git-send-email-yao@codesourcery.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-01/txt/msg01072.txt.bz2 > Some comments to to_xfer_partial implementations are out of date. > This patch updates them using the "Implement the to_xfer_partial > target_ops method" pattern. > > gdb: > > 2014-01-30 Yao Qi > > * aix-thread.c (aix_thread_xfer_partial): Update comments. > * auxv.c (procfs_xfer_auxv, memory_xfer_auxv): Likewise. > * bsd-uthread.c (bsd_uthread_xfer_partial): Likewise. > * gnu-nat.c (gnu_xfer_memory): Likewise. > * inf-ptrace.c (inf_ptrace_xfer_partial): Likewise. > * rs6000-nat.c (rs6000_xfer_partial): Likewise. > * sparc-nat.c (sparc_xfer_wcookie): Likewise. > * spu-linux-nat.c (spu_proc_xfer_spu): Likewise. This patch seems independent of the series, and can go in now. Thanks! -- Joel