From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32491 invoked by alias); 29 Mar 2004 18:43:24 -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 32446 invoked from network); 29 Mar 2004 18:43:22 -0000 Received: from unknown (HELO nick.uklinux.net) (194.247.50.180) by sources.redhat.com with SMTP; 29 Mar 2004 18:43:22 -0000 Received: by nick.uklinux.net (Postfix, from userid 501) id 07FA675FDE; Mon, 29 Mar 2004 18:58:12 +0100 (BST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16488.25524.468861.789060@nick.uklinux.net> Date: Mon, 29 Mar 2004 23:35:00 -0000 To: gdb@sources.redhat.com Subject: Apple version gdb-309 X-SW-Source: 2004-03/txt/msg00281.txt.bz2 Does the version: GNU gdb 5.3-20030128 (Apple version gdb-309) (Thu Dec 4 15:41:30 GMT 2003) Copyright 2003 Free Software Foundation, Inc. GDB is free software... ... This GDB was configured as "powerpc-apple-darwin". come out of the FSF repository or Apple's? I realise it says Apple version gdb-309 but Mandrake has: GNU gdb 5.2.1-2mdk (Mandrake Linux) and this is standard gdb AFAICT. 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". If these are two different versions where do they overlap? (or, conversely, where do they differ?) More specifically will the future versions for Mac OS ( == powerpc-apple-darwin? ) have the changes for -stack-list-locals and -var-list-children that I committed to the FSF repository on 2004-01-20? Thanks for any help, Nick