From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id QYqHC/m3jV9+UgAAWB0awg (envelope-from ) for ; Mon, 19 Oct 2020 11:59:53 -0400 Received: by simark.ca (Postfix, from userid 112) id 1640B1EF9D; Mon, 19 Oct 2020 11:59:53 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI 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 4B77B1EF99 for ; Mon, 19 Oct 2020 11:59:52 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id A0F983854825; Mon, 19 Oct 2020 15:59:51 +0000 (GMT) Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 5C64F3854825 for ; Mon, 19 Oct 2020 15:59:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5C64F3854825 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark@simark.ca Received: from [172.16.0.95] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 022811EF99; Mon, 19 Oct 2020 11:59:48 -0400 (EDT) Subject: Re: [PATCH] gdb/thread: fine-tune 'info threads' help text To: "Aktemur, Tankut Baris" , "gdb-patches@sourceware.org" References: <1603121558-28398-1-git-send-email-tankut.baris.aktemur@intel.com> From: Simon Marchi Message-ID: <54151150-695a-00c1-04b2-fd396f272307@simark.ca> Date: Mon, 19 Oct 2020 11:59:47 -0400 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: Content-Type: text/plain; charset=utf-8 Content-Language: tl Content-Transfer-Encoding: 7bit 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: , Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On 2020-10-19 11:57 a.m., Aktemur, Tankut Baris via Gdb-patches wrote: > I agree, but I checked some other arbitrary commands manually, and also did a > `grep -A 1 "Usage:" *.c`, and found that a great portion of commands do not print that > separator newline. For consistency, let me push without the newline. Ok. Simon