From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43303 invoked by alias); 13 Jun 2017 09:17:20 -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 43210 invoked by uid 89); 13 Jun 2017 09:17:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:sk:static. X-HELO: mail-io0-f194.google.com Received: from mail-io0-f194.google.com (HELO mail-io0-f194.google.com) (209.85.223.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 13 Jun 2017 09:17:16 +0000 Received: by mail-io0-f194.google.com with SMTP id j200so7906967ioe.0 for ; Tue, 13 Jun 2017 02:17:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=kdTOWGHqP2WAKvOIGJhnbY6z67w3dK1JErZ3yp4e34s=; b=KCw3ZlaA+7ajzj77Erdc6DYe7KRpPDiyIVZq+DL/dc5ytvSwbsOHe4ocXxVteUrcWM XQslHiDMoO+o0XSqM+AhAMzbIRMQPe5jJi2VMzkd9bJx+QZ3rYNucsHVWugFq66df59b bc2d/2sKa9zuXw9C42StodTxZkDR/8ReREKNbOHNHjaYYEeccde5zx2A6ofWJhT115EB IpshNPYeiXI24tmT6vSJ1CmwZ2kGGHh5wQkkhssNB9k66Q3s7ABBXo7dh5qle8fEmp0P DIYGGUCBvxZjHORdEArlh4exNA2SS29rZmkqbhdsR6ZyPxZjhf7aiCZ6QZWMgPS5MRN0 iWKg== X-Gm-Message-State: AODbwcCIZlLzaVIn6SRBcRi4y0uj4KJLxUfIUIKnPHhKHSCNazIlqMgg Rgt19EQopsjU5EAe X-Received: by 10.107.136.211 with SMTP id s80mr39898568ioi.18.1497345439153; Tue, 13 Jun 2017 02:17:19 -0700 (PDT) Received: from E107787-LIN (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id h89sm5933217ioi.18.2017.06.13.02.17.18 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 13 Jun 2017 02:17:18 -0700 (PDT) From: Yao Qi To: Andreas Arnez Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2 19/19] read/write_pieced_value: Merge into one function References: <1494352015-10465-1-git-send-email-arnez@linux.vnet.ibm.com> <1494352015-10465-20-git-send-email-arnez@linux.vnet.ibm.com> <86vao18g1y.fsf@gmail.com> Date: Tue, 13 Jun 2017 09:17:00 -0000 In-Reply-To: (Andreas Arnez's message of "Mon, 12 Jun 2017 16:34:52 +0200") Message-ID: <861sqodz6r.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00360.txt.bz2 Andreas Arnez writes: > Thanks for reviewing so far! I think the only patch you haven't > approved yet is patch #17 "Fix bit-/byte-offset mismatch in parameter to > read_value_memory". Do you want to have a look at that as well? Simon approved that patch. --=20 Yao (=E9=BD=90=E5=B0=A7)