From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4881 invoked by alias); 9 Apr 2005 10:04:13 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4286 invoked from network); 9 Apr 2005 10:03:39 -0000 Received: from unknown (HELO viper.snap.net.nz) (202.37.101.8) by sourceware.org with SMTP; 9 Apr 2005 10:03:39 -0000 Received: from farnswood.snap.net.nz (p174-tnt2.snap.net.nz [202.124.108.174]) by viper.snap.net.nz (Postfix) with ESMTP id A74E84AC286; Sat, 9 Apr 2005 22:03:37 +1200 (NZST) Received: by farnswood.snap.net.nz (Postfix, from userid 501) id 8170962A99; Sat, 9 Apr 2005 11:03:25 +0100 (BST) From: Nick Roberts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16983.43116.788363.10166@farnswood.snap.net.nz> Date: Sat, 09 Apr 2005 10:04:00 -0000 To: cagney@gnu.org Cc: gdb-patches@sources.redhat.com, fnasser@redhat.com, ezannoni@redhat.com Subject: Re: Drop MI maintenance X-SW-Source: 2005-04/txt/msg00081.txt.bz2 > Fernando, Elena and I having discussed MI maintenance have decided to all > take a step back. Well its a pretty thankless task so I'm not all that surprised. > --- MAINTAINERS 12 Feb 2005 21:53:29 -0000 1.309 > +++ MAINTAINERS 9 Apr 2005 00:28:21 -0000 > @@ -241,9 +241,6 @@ gdbtk (c & tcl) Jim Ingham jingham@app > Keith Seitz keiths@redhat.com > libgui (w/foundry, sn) Jim Ingham jingham@apple.com > Keith Seitz keiths@redhat.com > -mi (gdb/mi) Andrew Cagney cagney@redhat.com > - Elena Zannoni ezannoni@redhat.com > - Fernando Nasser fnasser@redhat.com > tui Stephane Carrez stcarrez@nerim.fr > (Global Maintainers) makes it look like MI is being made obsolete. Should the new MAINTAINERS file not read?: libgui (w/foundry, sn) Jim Ingham jingham@apple.com Keith Seitz keiths@redhat.com mi (gdb/mi) (vacant) tui Stephane Carrez stcarrez@nerim.fr > --- doc/gdb.texinfo 2 Apr 2005 22:24:17 -0000 1.236 > +++ doc/gdb.texinfo 9 Apr 2005 00:28:23 -0000 > @@ -471,6 +471,9 @@ Romig-Koch, Rob Savoye, Jamie Smith, Mik > Thomas, Michael Tiemann, Tom Tromey, Ron Unrau, Jim Wilson, and David > Zuhn have made contributions both large and small. > +Andrew Cagney, Fernando Nasser, and Elena Zannoni, while working for > +Cygnus Solutions, implemented the original @sc{gdb/mi} interface. > + > Jim Blandy added support for preprocessor macros, while working for Red > Hat. Acknowledgement is already given in the section of GDB/MI and this also includes Stan Shebs. It makes sense to move it though. Anyway thanks for the work that you have done. Nick