From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31178 invoked by alias); 24 Aug 2012 23:28:13 -0000 Received: (qmail 31167 invoked by uid 22791); 24 Aug 2012 23:28:13 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-ob0-f169.google.com (HELO mail-ob0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 24 Aug 2012 23:28:01 +0000 Received: by obhx4 with SMTP id x4so6217639obh.0 for ; Fri, 24 Aug 2012 16:28:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-system-of-record:x-gm-message-state; bh=OFVfJvI+NBsLzZX6UeTk+oUTmOiOh3LoCu2m8QgcBSs=; b=UhW1yPMZ0i98YkGXnvJPSO+GIY+p6cyF78rbXlqe3WvCnaoEwNGVz+q4jpi1wQlEvp 0gTt7yVmsdmINDlRixfAzHFJ322MaVv7WH4zWfG1lwq7q8ZcRoPUSkcugLzwi9C6NATF GRtuYS0UkBM1yggiu74VJVndo/zvB5GI8rgRbpgfSHfTd2iyB0ezSLMUryhplGyBFvVg SSRbJkt5ywwiRxJoUv6c2wJnU58igajPSBPJfCtIziU9ktQNfMrgd8VCOrH+J0dLctqj gnOHG7LxbZA6Vbn8l8zdjRaymib2SOMqaugc5wxPeIWr5MEjVGiH55egh1gcGUZugvBD TQxA== Received: by 10.182.192.69 with SMTP id he5mr5191050obc.84.1345850880868; Fri, 24 Aug 2012 16:28:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.192.69 with SMTP id he5mr5181634obc.84.1345850504006; Fri, 24 Aug 2012 16:21:44 -0700 (PDT) Received: by 10.76.132.197 with HTTP; Fri, 24 Aug 2012 16:21:43 -0700 (PDT) In-Reply-To: References: <87pq6isqt9.fsf@fleche.redhat.com> <87pq6hppiz.fsf@fleche.redhat.com> <87obm0jhpi.fsf@fleche.redhat.com> Date: Fri, 24 Aug 2012 23:28:00 -0000 Message-ID: Subject: Re: [patch] info threads sort by name and name regex matching From: Aaron Gamble To: Sergio Durigan Junior Cc: Tom Tromey , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQnxqPGieJe1nBchA2sGz1rZo/RoElFsRrqAVFKaGiJ0xYC4FVPqNbK1CSgxiCABy+dvwmCuZI4FNK1++M5SQkzCb1znqaQvngSx8SV/zJvypHEQdh6IY5AF91hvLMsgys7IJ+j07LT7SUzBDqZc7vwkombSMKKB02kWyRHvOzdpb4z4hmWmXxbZ8BE8vCM6HvY8Ssnbv4g2uSJF3yUBr2qwVOVypw== X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00777.txt.bz2 -s would be for 'sorted' On Fri, Aug 24, 2012 at 3:31 PM, Sergio Durigan Junior wrote: > > On Friday, August 24 2012, Aaron Gamble wrote: > >> On Fri, Aug 24, 2012 at 10:57 AM, Tom Tromey wrote: >>> >>>>>>>> "Aaron" == Aaron Gamble writes: >>> >>> Aaron> -a enables sorting by thread name >>> >>> Is '-a' mnemonic for something? >> -a is for alphabetical. Would -s be more appropriate? > > I prefer `-a' FWIW. I could understand that it meant `alphabetical' > since the beginning, and I could not find any convention for this on GNU > manuals. BTW, `-s' is for `string'? This time I didn't understand it :-). > > -- > Sergio