From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19262 invoked by alias); 21 Jun 2017 10:33:18 -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 19252 invoked by uid 89); 21 Jun 2017 10:33: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=Hx-languages-length:271, H*r:sk:static. X-HELO: mail-io0-f182.google.com Received: from mail-io0-f182.google.com (HELO mail-io0-f182.google.com) (209.85.223.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 21 Jun 2017 10:33:16 +0000 Received: by mail-io0-f182.google.com with SMTP id c201so774463ioe.1 for ; Wed, 21 Jun 2017 03:33:16 -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=79hqILOb6/6Uo1C68gEVNE3xXv62HvyrYU5Sf6qM3e8=; b=ks9RL8BBDhRNGjFGx58T/9UeLDkK93q481b1eQVCnK2217Hqo1NH+nXb7hdt1bt4Yb M+pLV3Jhq3Ja0y8md5ZBBRoUkp/UqVKFKZ/dGpkifr97wnKdkHt8t9JeZLUW6yFAiZsz g8A/0l7iIfeZX/VIpRatF6W3D1nTayGBaZBtPC3CFM30Nj7FAb7cTpLhO8zldaRhewwq fFMOt3bszNQ7Xq3ziFHKvjcyUYCOzoV3XTjXrehJlvLPvsKMbo6nFZdFV1l40D7sbWei EiB+M8OnxmucgPL1GO2xVzNXkZukI68cIowCFOgbQqQoGzVnPhkKRUB4g7dpXFVze2e0 Y6BQ== X-Gm-Message-State: AKS2vOz68LEwmlyeGUP9Gtj/nUjVDT/ZHd0Z/00y5+vadEJVEcarQ1qQ wDMrDljhyemihGEV X-Received: by 10.107.19.148 with SMTP id 20mr927412iot.0.1498041195211; Wed, 21 Jun 2017 03:33:15 -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 n65sm6887485itg.23.2017.06.21.03.33.13 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 21 Jun 2017 03:33:14 -0700 (PDT) From: Yao Qi To: Alan Hayward Cc: "gdb-patches\@sourceware.org" , nd Subject: Re: [PATCH] Remove an instance of MAX_REGISTER_SIZE from record-full.c References: <69EEE46A-D88C-4B4F-86A2-E35F6DAFD90A@arm.com> <86d1a9a2k9.fsf@gmail.com> Date: Wed, 21 Jun 2017 10:33:00 -0000 In-Reply-To: (Alan Hayward's message of "Mon, 12 Jun 2017 13:59:54 +0000") Message-ID: <864lv9hbpz.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/msg00588.txt.bz2 Alan Hayward writes: > 2017-06-12 Alan Hayward > > * gdb/record-full.c (record_full_exec_insn): Allocate buffer. Patch is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)