From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29924 invoked by alias); 10 Mar 2008 18:49:35 -0000 Received: (qmail 29907 invoked by uid 22791); 10 Mar 2008 18:49:35 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 10 Mar 2008 18:49:18 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 35D3F2AA2C6; Mon, 10 Mar 2008 14:49:16 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id I9Q+taJXUqjt; Mon, 10 Mar 2008 14:49:16 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 028BF2AA197; Mon, 10 Mar 2008 14:49:16 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 075E7E7ACB; Mon, 10 Mar 2008 11:49:13 -0700 (PDT) Date: Mon, 10 Mar 2008 18:49:00 -0000 From: Joel Brobecker To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Remove simplified_command_loop. Message-ID: <20080310184913.GA7603@adacore.com> References: <200803102000.57308.vladimir@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200803102000.57308.vladimir@codesourcery.com> User-Agent: Mutt/1.4.2.2i 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: 2008-03/txt/msg00104.txt.bz2 > I cannot find any use of simplified_command_loop neither in > gdb proper, nor in gdbtk, from which I conclude this is > not longer needed. OK? It appears that this function used to be used in MI (mi-interp.c, function mi_command_loop), and is no longer used since gdb-6.3, which was released end of 2004. It's been 3 years, and also it looks like the event loops between CLI and MI mode have been better reconciled. So: > * top.c (simplified_command_loop): Remove. This is OK. -- Joel