From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15081 invoked by alias); 24 Feb 2011 20:30:51 -0000 Received: (qmail 15073 invoked by uid 22791); 24 Feb 2011 20:30:51 -0000 X-SWARE-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Feb 2011 20:30:47 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 12BA524009; Thu, 24 Feb 2011 12:30:45 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost4.vmware.com (Postfix) with ESMTP id 0671DC9F7A; Thu, 24 Feb 2011 12:30:45 -0800 (PST) Message-ID: <4D66BFF4.8040901@vmware.com> Date: Thu, 24 Feb 2011 20:33:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20101201) MIME-Version: 1.0 To: Tom Tromey CC: "gdb-patches@sourceware.org" Subject: Re: [commit] Simplify "thread apply" with get_number_or_range References: <4D5F1C3A.7000403@vmware.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2011-02/txt/msg00732.txt.bz2 Tom Tromey wrote: > Michael> I love this. I'm going to look for other commands to which it > Michael> could apply. > > If you are still looking, today I noticed that "info inferiors" could > use this... Cool! Is there a test in the testsuite for it?