From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) by sourceware.org (Postfix) with ESMTPS id 3F43D398C819 for ; Fri, 17 Jul 2020 14:20:53 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3F43D398C819 Received: by mail-qt1-x835.google.com with SMTP id 6so7744979qtt.0 for ; Fri, 17 Jul 2020 07:20:53 -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:subject:to:cc:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=oglJ41T4TR1mtYWkRgdRyuHvNOVM6QrJx9J78W3fcYw=; b=opYUjmGOOinNIvOg+fHsluzCmpaEiK1W4bR2aUCKF62GLLeRH1eB/0TIfO/6ZX+dmR 3DR0VcmhoIRcg2x0ZoLU0w72IKj6dl9D9caIghKCewUD520DMQmlHqY6L+Wh/00ob2Gb Qkp5FGGNYVwnEcR4GvilYvP/IAWxkaowWHqp+keVHJBrih3DinExBy4Fyaq1YZqDori5 SKYm+SIy8YZqQXZ0dvUSrE9kQUE8MEb9S8qonJHPxifAusPVLSxi8EQNMOZ+Y+OpG6hS DhhmC0LsYNgGzTsdMHRLbWnUU875Z6Cgk8KOd6+T3Czu2L3/lnVFXvWMGAjg/jFb28qI g6bA== X-Gm-Message-State: AOAM532G+IAoBzWEZntBnwaIvbxpsCPua66I+mjwSAGU6+kmMKN/g74G olMeBCQoj12c6FS7EmnlNApnlg== X-Google-Smtp-Source: ABdhPJyhL9tijU0oA1HPM/F+Z/+sF+s+RW7pKcyWDdXHo2b70uaQ4vePMBFKKjzGXrkCPgMBaxDvXw== X-Received: by 2002:ac8:1c36:: with SMTP id a51mr10853008qtk.138.1594995652854; Fri, 17 Jul 2020 07:20:52 -0700 (PDT) Received: from ?IPv6:2804:7f0:8283:82c3:30f9:c348:a8bc:88d6? ([2804:7f0:8283:82c3:30f9:c348:a8bc:88d6]) by smtp.gmail.com with ESMTPSA id a15sm9343940qkl.129.2020.07.17.07.20.50 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 17 Jul 2020 07:20:52 -0700 (PDT) From: Luis Machado Subject: Re: [PATCH 22/23] Add NEWS entry. To: Eli Zaretskii Cc: gdb-patches@sourceware.org, Alan.Hayward@arm.com, catalin.marinas@arm.com, david.spickett@linaro.org References: <20200715194513.16641-1-luis.machado@linaro.org> <20200715194513.16641-23-luis.machado@linaro.org> <83ft9qk6l3.fsf@gnu.org> Message-ID: <0046dfe4-c299-0b94-3a04-28b05d0c6e85@linaro.org> Date: Fri, 17 Jul 2020 11:20:43 -0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <83ft9qk6l3.fsf@gnu.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2020 14:20:54 -0000 On 7/17/20 3:18 AM, Eli Zaretskii wrote: >> Date: Wed, 15 Jul 2020 16:45:12 -0300 >> From: Luis Machado via Gdb-patches >> Cc: catalin.marinas@arm.com, david.spickett@linaro.org >> >> +* The "x" command supports the 'm' modifier to display allocation tags for >> + a particular memory range. >> + >> +* The "print" command will display memory tag mismatches for addresses and >> + pointers, if memory tagging is supported by the architecture. > > "Supports" vs "will display". Please use "displays" in the latter. > > This part is OK with that nit fixed, thanks. > Thanks. I've addressed these locally now.