From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24584 invoked by alias); 25 Feb 2011 13:20:25 -0000 Received: (qmail 24574 invoked by uid 22791); 25 Feb 2011 13:20:24 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Feb 2011 13:20:19 +0000 Received: (qmail 31443 invoked from network); 25 Feb 2011 13:20:18 -0000 Received: from unknown (HELO scottsdale.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 25 Feb 2011 13:20:18 -0000 From: Pedro Alves To: Michael Snyder Subject: Re: info inferior, was Re: [commit] Simplify "thread apply" with get_number_or_range Date: Fri, 25 Feb 2011 13:22:00 -0000 User-Agent: KMail/1.13.5 (Linux/2.6.35-25-generic; KDE/4.6.0; x86_64; ; ) Cc: Tom Tromey , "gdb-patches@sourceware.org" References: <4D5F1C3A.7000403@vmware.com> <4D66C402.2060200@vmware.com> In-Reply-To: <4D66C402.2060200@vmware.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201102251320.08299.pedro@codesourcery.com> 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/msg00760.txt.bz2 On Thursday 24 February 2011 20:48:02, Michael Snyder wrote: > 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. Yeah, it as meant for MI, but MI ended up implementing it's own way of printing inferiors. It could be made static. > Should I worry if I need to change its prototype? Nope. -- Pedro Alves