From patchwork Wed Jan 27 11:24:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 10636 Received: (qmail 108415 invoked by alias); 27 Jan 2016 11:24:49 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 108368 invoked by uid 89); 27 Jan 2016 11:24:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL, BAYES_05, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=Core, 371, 6, 3716, understandable X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 27 Jan 2016 11:24:45 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 3DC1C11671D for ; Wed, 27 Jan 2016 06:24:43 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ty6j44Yd20SV for ; Wed, 27 Jan 2016 06:24:43 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C803511670D for ; Wed, 27 Jan 2016 06:24:42 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 9B0FA40C2A; Wed, 27 Jan 2016 15:24:33 +0400 (RET) Date: Wed, 27 Jan 2016 15:24:33 +0400 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Keith Seitz nominated Linespec Maintainer Message-ID: <20160127112433.GA6327@adacore.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Hello, I am pleased to announce that Keith Seitz agreed to become the Responsible Maintainer of the Linespec part of core GDB. Keith has been very active in this area, and in particular improved this code quite a bit to make it more understandable and maintainable. He also further improved this part of GDB by introducing support for explicit breakpoint locations. So, please join me in welcoming Keith as Linespec Responsible Maintainer. Attached is the patch to gdb/MAINTAINERS which I will push momentarily. gdb/ChangeLog: * MAINTAINERS (Responsible Maintainers): Add Keith Seitz as Linespec Maintainers. Thanks, Keith! From c07af0ab296efebf868a153e6c98cb65c5c23d04 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 27 Jan 2016 13:54:37 +0400 Subject: [PATCH] Add Keith Seitz as Linespec Maintainer gdb/ChangeLog: * MAINTAINERS (Responsible Maintainers): Add Keith Seitz as Linespec Maintainers. --- gdb/ChangeLog | 5 +++++ gdb/MAINTAINERS | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 64ac558..f5e8891 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2016-01-27 Joel Brobecker + + * MAINTAINERS (Responsible Maintainers): Add Keith Seitz as + Linespec Maintainers. + 2016-01-26 Simon Marchi * common/common-utils.c (skip_spaces): Fix comment. diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index f8b8e3e..d06382b 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -371,6 +371,8 @@ Core: Generic components used by all of GDB threads Mark Kettenis kettenis@gnu.org +linespec Keith Seitz keiths@redhat.com + language support Ada Joel Brobecker brobecker@adacore.com Paul Hilfinger hilfinger@gnat.com -- 2.5.0