From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15275 invoked by alias); 17 Apr 2008 22:32:53 -0000 Received: (qmail 15137 invoked by uid 22791); 17 Apr 2008 22:32:53 -0000 X-Spam-Check-By: sourceware.org Received: from viper.snap.net.nz (HELO viper.snap.net.nz) (202.37.101.25) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 17 Apr 2008 22:32:27 +0000 Received: from kahikatea.snap.net.nz (174.61.255.123.dynamic.snap.net.nz [123.255.61.174]) by viper.snap.net.nz (Postfix) with ESMTP id 327B33DA4DC; Fri, 18 Apr 2008 10:32:20 +1200 (NZST) Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id C277A8FC6D; Fri, 18 Apr 2008 10:32:14 +1200 (NZST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18439.53229.583886.798613@kahikatea.snap.net.nz> Date: Thu, 17 Apr 2008 23:02:00 -0000 To: Vladimir Prus Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Avoid breakpoint query in MI In-Reply-To: References: <18439.18322.632208.43670@kahikatea.snap.net.nz> X-Mailer: VM 7.19 under Emacs 22.2.50.2 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: 2008-04/txt/msg00375.txt.bz2 > Please name this top_level_interpreter. Also, the return type > should be "struct interp*". In fact, I have a not-yet-submitted > patches which does just that :-) Actually I can't cal it top_level_interpreter because you've already used that name: static struct interp *top_level_interpreter = NULL; -- Nick http://www.inet.net.nz/~nickrob