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]

[PATCH] John Baldwin nominated FreeBSD Maintainer


I am pleased to announce that John Baldwin agreed to become the
official Maintainer of all things FreeBSD-related in GDB.

John is well known in FreeBSD circles and for the past few years, he's
been active in GDB too.  He's been helping improve FreeBSD GDB support
significantly, with both GDB work and kernel work.  He tracks gdb
development closely, always alert to changes that might affect FreeBSD
debugging (and more) and always provides useful input.  On top of it
all, he's also very nice to work with.

Please join me in congratulating John on his new role.

I'm pushing in the patch below.

gdb/ChangeLog:
2017-05-22  Pedro Alves <palves@redhat.com>

	* MAINTAINERS (Host/Native): Add John Baldwin as FreeBSD
	maintainer.
---
 gdb/ChangeLog   | 5 +++++
 gdb/MAINTAINERS | 1 +
 2 files changed, 6 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 02ca2f8..16f1f79 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-22  Pedro Alves <palves@redhat.com>
+
+	* MAINTAINERS (Host/Native): Add John Baldwin as FreeBSD
+	maintainer.
+
 2017-05-22  Alan Hayward  <alan.hayward@arm.com>
 
 	* ppc-linux-nat.c (fetch_register): Use PPC_MAX_REGISTER_SIZE.
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS
index 1a6bc30..13bbb92 100644
--- a/gdb/MAINTAINERS
+++ b/gdb/MAINTAINERS
@@ -353,6 +353,7 @@ their platform.
 
 Darwin			Tristan Gingold		gingold@adacore.com
 djgpp native		Eli Zaretskii		eliz@gnu.org
+FreeBSD			John Baldwin		jhb@freebsd.org
 GNU Hurd		Alfred M. Szmidt	ams@gnu.org
 GNU/Linux m68k		Andreas Schwab		schwab@linux-m68k.org
 
-- 
2.5.5


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