From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22170 invoked by alias); 12 May 2005 23:53:23 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 22073 invoked from network); 12 May 2005 23:53:18 -0000 Received: from unknown (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org with SMTP; 12 May 2005 23:53:18 -0000 Received: from farnswood.snap.net.nz (p111-tnt1.snap.net.nz [202.124.110.111]) by viper.snap.net.nz (Postfix) with ESMTP id 6FF365339E0; Fri, 13 May 2005 11:53:16 +1200 (NZST) Received: by farnswood.snap.net.nz (Postfix, from userid 501) id AF35562ABC; Fri, 13 May 2005 00:53:36 +0100 (BST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17027.60543.290787.187276@farnswood.snap.net.nz> Date: Thu, 12 May 2005 23:53:00 -0000 To: Jim Ingham Cc: gdb@sources.redhat.com, Subject: Re: Apple version gdb-309 In-Reply-To: <5241541D-81C7-11D8-95CB-000A958F4C44@apple.com> References: <5241541D-81C7-11D8-95CB-000A958F4C44@apple.com> X-SW-Source: 2005-05/txt/msg00147.txt.bz2 Jim, As Emacs release draws closer, I would like my mode (gdb-ui.el) to work with Tiger. I've looked over some old e-mails and (Mon, 29 Mar 2004) you have said: > > I've had a report of the following transaction: > > > > (gdb) server interpreter mi "-var-update *" > > Switching to interpreter "console" > > (gdb) > > > > > > AFAIK gdb 5.3 in the FSF repository (at sources.redhat.com) doesn't > > know > > about the command "interpreter mi". > > > > > This snippet doesn't work in either gdb. Is there a typo somewhere > here? Maybe this was > > (gdb) interpreter execute mi "-var-update *" On FSF gdb (GNU gdb 6.3.50.20050502-cvs) "interpreter mi" expands to "interpreter-exec mi" and this is still the command that I use in gdb-ui.el: usage: interpreter-exec [ ... ] If I try your example, I get: (gdb) interpreter execute mi "-var-update *" Could not find interpreter "execute". Tiger ( == powerpc-apple-darwin8.0? ) uses a version of GDB based on 6.0 right? What should I use for this case, "interpreter mi" or "interpreter execute mi"? Thanks, Nick