From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id YJ3eLYmesl88YwAAWB0awg (envelope-from ) for ; Mon, 16 Nov 2020 10:45:13 -0500 Received: by simark.ca (Postfix, from userid 112) id B7C371F08B; Mon, 16 Nov 2020 10:45:13 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 14B061E552 for ; Mon, 16 Nov 2020 10:45:13 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C2E3A385783C; Mon, 16 Nov 2020 15:45:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C2E3A385783C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1605541512; bh=brb8Wor+EvOwL1VBhu7/vvJzNL9KRKrCTpQp951NdDE=; h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=s6t6VEWzhJ5onKwfmi8xQov+pRpqGbq4UEU5haXfnh2m6RitK7KtelRRt82XE3GxV PF/tlavNrC7vkClYIf5bpgl39UiZauDoB4qPt3Fpirwg3vmrPT+ag6WVfjhmGeOdGe FpbBgQIthF/lq5H4UhXwo5+6PP7kU73iBC4twcdU= Received: from mail-vs1-xe44.google.com (mail-vs1-xe44.google.com [IPv6:2607:f8b0:4864:20::e44]) by sourceware.org (Postfix) with ESMTPS id 4E9E6385783C for ; Mon, 16 Nov 2020 15:45:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4E9E6385783C Received: by mail-vs1-xe44.google.com with SMTP id v6so2904584vsd.1 for ; Mon, 16 Nov 2020 07:45:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=brb8Wor+EvOwL1VBhu7/vvJzNL9KRKrCTpQp951NdDE=; b=EyFO+b5Dfa04m8KkH3lQHapdHTgXaTb3wIXUZO0pkmuHEqpiD5tSPDRYcIwPGwM6oZ /gm7oDo0fRvA/fF5JyOlGiyo6sCuOQ55IwiMqpL0mgkUzBIA6ujwTSTUuEMhbRefzOy3 3ctiUWZQLJXiqwyU3Yz5zFxhDsR1x9ouEfn9Uotb6FaF2pXHrQjKH1musmS9bMquol42 71sFcP1sI0KVWVMiIlCqa71GK0jBuT4QoG8z80+3DQ4FsA00eydRXwR7pUlgRbPqy9gq ZK9oInG4L2z+KicFxktKraSqdAWPWaQxMR1e+eIYPIKJRjdYcm4kfYd/UEoMvRz9vR0B olnA== X-Gm-Message-State: AOAM532FNWwBdUxPk38pN3x+YmTq2cFEWLmWw8K3yi6BSGe/hYrBtYeQ CTarY+TKyyNBUiCK+IyZpcOTrOPqMv0OuIYXXE26Cw== X-Google-Smtp-Source: ABdhPJxJUomK+ZesMLGWiuXCGS/S2cdViheR3jVgZc+hdqFEpzszXKs65CayFrXdXCFb0WUYW0GxE/TcPHoiZ0Ks3r4= X-Received: by 2002:a05:6102:2417:: with SMTP id j23mr8297652vsi.5.1605541509678; Mon, 16 Nov 2020 07:45:09 -0800 (PST) MIME-Version: 1.0 References: <20201109170435.15766-1-luis.machado@linaro.org> <20201109170435.15766-8-luis.machado@linaro.org> <83ft5i4fwl.fsf@gnu.org> In-Reply-To: <83ft5i4fwl.fsf@gnu.org> Date: Mon, 16 Nov 2020 15:44:58 +0000 Message-ID: Subject: Re: [PATCH v3 07/24] Documentation for memory tagging remote packets To: Eli Zaretskii Content-Type: text/plain; charset="UTF-8" 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: , From: David Spickett via Gdb-patches Reply-To: David Spickett Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" Minor thing, there is a missing space here in "typeis". > +@var{type} is the type of tag the request wants to fetch. The typeis a signed > +integer. On Mon, 9 Nov 2020 at 17:08, Eli Zaretskii wrote: > > > Date: Mon, 9 Nov 2020 14:04:18 -0300 > > From: Luis Machado via Gdb-patches > > Cc: david.spickett@linaro.org > > > > gdb/doc/ChangeLog: > > > > YYYY-MM-DD Luis Machado > > > > * gdb.texinfo (General Query Packets): Document qMemTags and > > QMemTags. Document the "memory-tagging" feature. > > --- > > gdb/doc/gdb.texinfo | 96 +++++++++++++++++++++++++++++++++++++++++++++ > > 1 file changed, 96 insertions(+) > > OK for this part, thanks.