This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Keith Seitz nominated Linespec Maintainer


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!
-- 
Joel
>From c07af0ab296efebf868a153e6c98cb65c5c23d04 Mon Sep 17 00:00:00 2001
From: Joel Brobecker <brobecker@adacore.com>
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  <brobecker@adacore.com>
+
+	* MAINTAINERS (Responsible Maintainers): Add Keith Seitz as
+	Linespec Maintainers.
+
 2016-01-26  Simon Marchi  <simon.marchi@ericsson.com>
 
 	* 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]