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 45A02395250F for ; Tue, 10 May 2022 14:11:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 45A02395250F Received: from fencepost.gnu.org ([2001:470:142:3::e]:45582) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1noQaR-0005Fd-Py; Tue, 10 May 2022 10:11:39 -0400 Received: from [87.69.77.57] (port=3225 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 1noQaR-0006eZ-9Q; Tue, 10 May 2022 10:11:39 -0400 Date: Tue, 10 May 2022 17:11:37 +0300 Message-Id: <83sfphsciu.fsf@gnu.org> From: Eli Zaretskii To: "Willgerodt, Felix" Cc: markus.t.metzger@intel.com, gdb-patches@sourceware.org In-Reply-To: (felix.willgerodt@intel.com) Subject: Re: [PATCH v4 10/10] btrace: Extend ptwrite event decoding. References: <20220506114010.134106-1-felix.willgerodt@intel.com> <20220506114010.134106-10-felix.willgerodt@intel.com> <837d6y27g6.fsf@gnu.org> X-Spam-Status: No, score=1.6 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: Tue, 10 May 2022 14:11:42 -0000 > From: "Willgerodt, Felix" > CC: "Metzger, Markus T" , > "gdb-patches@sourceware.org" > Date: Tue, 10 May 2022 13:43:02 +0000 > > > The last line is too long, and will cause overfull hbox errors when > > producing the printed manual. Please make it shorter, or break into 2 > > lines. > > > > I made it shorter. Is there any easy way to figure this out? I don't know what > Is short enough I think the rule of thumb is that anything longer than 70 characters in @smallexample should be split. > and I couldn't see any "Overfull \hbox" message for > python.texi in gdb.log or in the output for "make pdf". I believe that's because we have @finalout in gdb.texinfo. > > You say "hardware and operating system support", but say nothing about > > the OSes on which this can be supported. > > > > Any OS can choose to support it at some point. Right now it is Linux only afaik. > But do we want to say that? It might be out-dated at some point. I don't know. How probable is it that this will be supported on other systems soon enough?