From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id EFA8C3858C50 for ; Thu, 7 Apr 2022 11:14:35 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EFA8C3858C50 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47082) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncQ5z-0001Vm-Bh; Thu, 07 Apr 2022 07:14:35 -0400 Received: from [87.69.77.57] (port=4218 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ncQ5y-0007YY-Rc; Thu, 07 Apr 2022 07:14:35 -0400 Date: Thu, 07 Apr 2022 14:14:44 +0300 Message-Id: <83tub5b0wr.fsf@gnu.org> From: Eli Zaretskii To: tromey@adacore.com CC: gdb-patches@sourceware.org In-Reply-To: <83tubh9aqc.fsf@gnu.org> (message from Eli Zaretskii via Gdb-patches on Mon, 28 Mar 2022 21:46:03 +0300) Subject: Re: Metadata style? References: <83tubh9aqc.fsf@gnu.org> X-Spam-Status: No, score=2.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_PASS, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.4 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Thu, 07 Apr 2022 11:14:37 -0000 Ping! > Date: Mon, 28 Mar 2022 21:46:03 +0300 > From: Eli Zaretskii via Gdb-patches > Cc: gdb-patches@sourceware.org > > The command "show style" includes this part: > > style metadata background: The "metadata" style background color is: none > style metadata foreground: The "metadata" style foreground color is: none > style metadata intensity: The "metadata" style display intensity is: dim > > But there's no explanation in the manual what is the "metadata" > object. What is it, and how can I display it in GDB to see the style > in action? > > Thanks. >