From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x136.google.com (mail-il1-x136.google.com [IPv6:2607:f8b0:4864:20::136]) by sourceware.org (Postfix) with ESMTPS id 183CC3839423 for ; Mon, 16 May 2022 14:11:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 183CC3839423 Received: by mail-il1-x136.google.com with SMTP id t2so7447727ilm.13 for ; Mon, 16 May 2022 07:11:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=eipECrNsAU3c/8Z7mo3g8y8l6u39dPWJyEPNEqOdjaI=; b=QDpnjiFfieYIS5lbgYv3NZ1IxN3lbiEAM6wBhGnmojFLt3p01f72HMUxnIZD0O4EDr Iu58zsdNfAqEs07vJZYXj1E9hArb5WX3f8g5DM5CVpkKdbfDOIGZKNKgcE1P01VHH2By 2HP/45wTZm+JWSV4WzxGSy9AsfMWI/f0pqABnSHwGJAHm9q1wKjQ/x1QVsNNtUe+dtXx P/QxBKjafZha/0cWP4O7YiuHIbQkEjPR5/vvmRn757HBkcC6jJrEGQESiQ8XpYCEK65u wBqJiPV5tyEfjFWdDxwPB2TjBJ+sATCXbhBmvr+gyZHZdDe7YMcZoHymnD0MGqms8Djm pbog== X-Gm-Message-State: AOAM532OVp5PzxhNcyEHqaKXz2nxm0JKapmG2D7hYZfmWhyQhDBhfmko DBaT7lUL2+yWUzVc9nPZjhu2Yg== X-Google-Smtp-Source: ABdhPJwea/EvcHBClvkrJzLBsgBUt1whhvzJbSv3Hr8xeV3rnvqKstVMOeJ6scv3OQ9Zya8XMUCOSA== X-Received: by 2002:a92:ce91:0:b0:2d1:1d8e:4021 with SMTP id r17-20020a92ce91000000b002d11d8e4021mr2885181ilo.151.1652710273266; Mon, 16 May 2022 07:11:13 -0700 (PDT) Received: from murgatroyd (71-211-158-194.hlrn.qwest.net. [71.211.158.194]) by smtp.gmail.com with ESMTPSA id o7-20020a056638124700b0032e3b9e3d38sm568525jas.126.2022.05.16.07.11.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 May 2022 07:11:12 -0700 (PDT) From: Tom Tromey To: Eli Zaretskii Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: Metadata style? References: <83tubh9aqc.fsf@gnu.org> <87sfqo91id.fsf@tromey.com> <83o81971wr.fsf@gnu.org> X-Attribution: Tom Date: Mon, 16 May 2022 08:11:12 -0600 In-Reply-To: <83o81971wr.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 10 Apr 2022 11:55:48 +0300") Message-ID: <877d6lh8jj.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.3 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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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: Mon, 16 May 2022 14:11:15 -0000 >>>>> "Eli" == Eli Zaretskii writes: Eli> +@item metadata Eli> +Control the styling of data annotations added by @value{GDBN} to data Eli> +it displays. By default, this style's intensity is dim. Metadata Eli> +annotations include the @samp{repeats @var{N} times} annotation for Eli> +suppressed display of repeated array elements (@pxref{Print Strings}), Eli> +@samp{} and @w{@samp{}} annotations Eli> +for errors and @samp{} annotations for optimized-out Eli> +values in displaying stack frame information in backtraces Eli> +(@pxref{Backtrace}), etc. Thank you for writing this. It looks good to me. Tom