From patchwork Mon May 22 11:57:56 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pedro Alves X-Patchwork-Id: 20528 Received: (qmail 121089 invoked by alias); 22 May 2017 11:57:57 -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 121070 invoked by uid 89); 22 May 2017 11:57:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=alert, alfred, baldwin, Baldwin X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 22 May 2017 11:57:55 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0815FC04B935 for ; Mon, 22 May 2017 11:57:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 0815FC04B935 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=palves@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 0815FC04B935 Received: from cascais.lan (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id 747DD782D5 for ; Mon, 22 May 2017 11:57:57 +0000 (UTC) From: Pedro Alves To: gdb-patches@sourceware.org Subject: [PATCH] John Baldwin nominated FreeBSD Maintainer Date: Mon, 22 May 2017 12:57:56 +0100 Message-Id: <1495454276-24378-1-git-send-email-palves@redhat.com> 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 * 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 + + * MAINTAINERS (Host/Native): Add John Baldwin as FreeBSD + maintainer. + 2017-05-22 Alan Hayward * 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