From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122636 invoked by alias); 10 Jul 2019 16:07:56 -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 122628 invoked by uid 89); 10 Jul 2019 16:07:56 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=interest, HContent-Transfer-Encoding:8bit X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 10 Jul 2019 16:07:55 +0000 Received: from [172.16.0.120] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 2D9B71E472; Wed, 10 Jul 2019 12:07:54 -0400 (EDT) Subject: Re: [PATCH 3/7] Arm: Add read_description read funcs and use in GDB To: Alan Hayward Cc: "gdb-patches@sourceware.org" , nd References: <20190705094525.51536-1-alan.hayward@arm.com> <20190705094525.51536-4-alan.hayward@arm.com> <2a5d9c40-e3d9-8827-9301-df4ae4212183@simark.ca> <6071A4B3-3D8F-4C63-88FA-0DA2AB506F1C@arm.com> From: Simon Marchi Message-ID: <7511257b-e69d-4d77-c885-0ee16dad0a92@simark.ca> Date: Wed, 10 Jul 2019 16:07:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2 MIME-Version: 1.0 In-Reply-To: <6071A4B3-3D8F-4C63-88FA-0DA2AB506F1C@arm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2019-07/txt/msg00262.txt.bz2 On 2019-07-10 9:52 a.m., Alan Hayward wrote: > Should probably read “called the once for each target description type”. But, > removed due to comments below. But shouldn't it be "called once" instead of "called the once", or it's really a valid locution? I have never heard that, and Googling "called the once" finds nothing of interest. Simon