From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7258 invoked by alias); 24 Feb 2011 20:48:08 -0000 Received: (qmail 7250 invoked by uid 22791); 24 Feb 2011 20:48:07 -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-2.vmware.com (HELO smtp-outbound-2.vmware.com) (65.115.85.73) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Feb 2011 20:48:04 +0000 Received: from mailhost4.vmware.com (mailhost4.vmware.com [10.16.67.124]) by smtp-outbound-2.vmware.com (Postfix) with ESMTP id B74251D004; Thu, 24 Feb 2011 12:48:02 -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 ADB93C9F73; Thu, 24 Feb 2011 12:48:02 -0800 (PST) Message-ID: <4D66C402.2060200@vmware.com> Date: Thu, 24 Feb 2011 21:27: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" , Pedro Alves Subject: info inferior, was 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/msg00737.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... Pedro, I notice that "print_inferior" is exported, but I can't find any more uses of it. Should I worry if I need to change its prototype? Michael