From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66759 invoked by alias); 16 Mar 2016 09:37:58 -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 66728 invoked by uid 89); 16 Mar 2016 09:37:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-pf0-f174.google.com Received: from mail-pf0-f174.google.com (HELO mail-pf0-f174.google.com) (209.85.192.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 16 Mar 2016 09:37:56 +0000 Received: by mail-pf0-f174.google.com with SMTP id x3so68265637pfb.1 for ; Wed, 16 Mar 2016 02:37:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=KIc4pyZDDsw5p8RPPIaSg6PTj3kmleDrmTxSGhvLEgE=; b=GpJGOvFLxw0HL44tDxDfaBpUbKlkW5/B+tgrnyiqOOyk0gzxPTD7l74FAnxjY01faB pJGrfOLG3ZvjNkLSEF1UcnH/LvtTDtJ6DE8efY7WC8rHMKUW56lFQ2LEXJT8TuZ9iiR2 quU18RFUUUSCShOSaCWMGMVK3HPAcVnCmV1ahXFAW8BpCeKZapcl7+aMDqMTvF8GVBZn Zz8lIcVwRjnunxWnkkr+RFNBL3Sup+HYfKIKIdytYkE75V0Sf+LKmjX9jR2INzYD3KLT WnCDWR0D51byxunVq1RMMl/YIDUyLrRPyTFtswewMW+1gjccBB1BpY4Bnr4lmuWpXDC6 t1mA== X-Gm-Message-State: AD7BkJL/FNwWn/n1exas8WGyaByg8y1PELacIiLx4ie3t4ag8+tSaEYqTdmBjMvB4YwBKA== X-Received: by 10.98.32.5 with SMTP id g5mr4310546pfg.95.1458121074657; Wed, 16 Mar 2016 02:37:54 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id g74sm4040453pfj.1.2016.03.16.02.37.52 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 16 Mar 2016 02:37:53 -0700 (PDT) From: Yao Qi To: Andreas Arnez Cc: gdb-patches@sourceware.org, markus.t.metzger@intel.com Subject: Re: [PATCH] linux-record: Simplify with record_mem_at_reg() References: Date: Wed, 16 Mar 2016 09:37:00 -0000 In-Reply-To: (Andreas Arnez's message of "Tue, 15 Mar 2016 17:51:21 +0100") Message-ID: <86mvpyyd8y.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: 2016-03/txt/msg00251.txt.bz2 Andreas Arnez writes: > gdb/ChangeLog: > > * linux-record.c (record_mem_at_reg): New helper function. > (record_linux_system_call): Exploit new helper function where > applicable. Patch is OK to me if Markus's comments are addressed. --=20 Yao (=E9=BD=90=E5=B0=A7)