From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25801 invoked by alias); 12 Sep 2014 16:28:53 -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 25782 invoked by uid 89); 12 Sep 2014 16:28:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-vc0-f173.google.com Received: from mail-vc0-f173.google.com (HELO mail-vc0-f173.google.com) (209.85.220.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 12 Sep 2014 16:28:51 +0000 Received: by mail-vc0-f173.google.com with SMTP id le20so940216vcb.18 for ; Fri, 12 Sep 2014 09:28:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=bgYwzcPVOI3DPsGGvBo90LvKzyZfj/Zt4YimSdO8x4E=; b=MnpH4tVZ7o4nUhrZUlcXEriupWutfCJmCh53LP/ub6UektekB+fCnig8lJf/Rb1JHj yAgZPAIcSa8eies3b/oSWIHbkX8rxTOg/yTF9vJSMRjV1hYwqpvrWF9fgUtMrMhFteft vE36vNGd47jcPpNkAxRv81jS/HndspTBhFeh795flS6HNchMyF7uPaY9TpIT1ujXdN5u cFxucUFT7pqu9mmBrjxQw+BJ/lVBrN4uQSU1+rsxkAhU8R4p8eovp36HHeoAn6rXV6jn UdFC++u6BmqPEnfZh1CfUcfFnzuUGZ0M39BGnosX4XWVMwKCrw2jP1EYyNaTKkPiiJUb DPfQ== X-Gm-Message-State: ALoCoQmmx3uTmlgAqQcezNQ1YgRWG3BcR+HDb3Qmv8/n4t1klhxxN526vkzS0wEq5/Aqk3hjhmhs MIME-Version: 1.0 X-Received: by 10.52.139.106 with SMTP id qx10mr6483330vdb.1.1410539329155; Fri, 12 Sep 2014 09:28:49 -0700 (PDT) Received: by 10.52.136.203 with HTTP; Fri, 12 Sep 2014 09:28:49 -0700 (PDT) In-Reply-To: <20140912094526.GA17822@blade.nx> References: <1409320299-6812-1-git-send-email-gbenson@redhat.com> <1409320299-6812-6-git-send-email-gbenson@redhat.com> <21520.37315.16694.677898@ruffy2.mtv.corp.google.com> <20140911110231.GC17472@blade.nx> <20140912094526.GA17822@blade.nx> Date: Fri, 12 Sep 2014 16:28:00 -0000 Message-ID: Subject: Re: [PATCH 5/9 v7] Introduce common-regcache.h From: Doug Evans To: Gary Benson Cc: gdb-patches , Pedro Alves Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-09/txt/msg00435.txt.bz2 On Fri, Sep 12, 2014 at 2:45 AM, Gary Benson wrote: > I tried to figure out how to succinctly write what you're asking me > to here but I'm stuck. Is there a function documented in this way > in GDB I can use as an example? > > In the interests of keeping things moving I've pushed the patch with > this comment: > > Return a pointer to the register cache associated with the > thread specified by PTID. This function must be provided by > the client. Fine by me.