From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12276 invoked by alias); 9 Apr 2005 00:34:18 -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 12178 invoked from network); 9 Apr 2005 00:34:05 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 9 Apr 2005 00:34:05 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j390Y0k6007674 for ; Fri, 8 Apr 2005 20:34:05 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j390XtO27889; Fri, 8 Apr 2005 20:33:55 -0400 Received: from [172.16.50.7] (vpn50-7.rdu.redhat.com [172.16.50.7]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j390XseP008199; Fri, 8 Apr 2005 20:33:54 -0400 Message-ID: <4257228B.9040303@gnu.org> Date: Sat, 09 Apr 2005 00:34:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 1.0-5 (X11/20050308) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com, Fernando Nasser , Elena Zannoni Subject: Drop MI maintenance Content-Type: multipart/mixed; boundary="------------060601090702000508060001" X-SW-Source: 2005-04/txt/msg00078.txt.bz2 This is a multi-part message in MIME format. --------------060601090702000508060001 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 143 Fernando, Elena and I having discussed MI maintenance have decided to all take a step back. (There's also a doco addition, eli, ok?) Andrew --------------060601090702000508060001 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 1699 2005-04-08 Andrew Cagney * MAINTAINERS (GDB/MI): Andrew Cagney, Elena Zannoni, and Fernando Nasser have decided to step back from GDB/MI. Index: doc/ChangeLog 2005-04-08 Andrew Cagney * gdb.texinfo: Note that Andrew Cagney, Elena Zannoni, and Fernando Nasser implemented GDB/MI. Index: MAINTAINERS =================================================================== RCS file: /cvs/src/src/gdb/MAINTAINERS,v retrieving revision 1.309 diff -p -u -r1.309 MAINTAINERS --- 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) Index: doc/gdb.texinfo =================================================================== RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v retrieving revision 1.236 diff -p -u -r1.236 gdb.texinfo --- 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. --------------060601090702000508060001--