From patchwork Wed Aug 26 16:42:23 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pedro Alves X-Patchwork-Id: 8454 Received: (qmail 89130 invoked by alias); 26 Aug 2015 16:42:28 -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 89120 invoked by uid 89); 26 Aug 2015 16:42:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL, BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Wed, 26 Aug 2015 16:42:27 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 99C428C1A5; Wed, 26 Aug 2015 16:42:25 +0000 (UTC) Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t7QGgOHU023810; Wed, 26 Aug 2015 12:42:24 -0400 Message-ID: <55DDEC6F.7040707@redhat.com> Date: Wed, 26 Aug 2015 17:42:23 +0100 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: GDB Patches CC: "Metzger, Markus T" Subject: Markus Metzger appointed btrace maintainer Hello, I am pleased to announce that Markus Metzger has been appointed btrace maintainer (record btrace, etc.). Please join me in congratulating Markus on his new role. Happy hacking Markus! Below is the patch I'm pushing to the repository. Pedro Alves From 64a8075ce33e5bfb20516fa6a0dedfe8126d4371 Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Wed, 26 Aug 2015 17:25:29 +0100 Subject: [PATCH] gdb: Add Markus Metzger as btrace maintainer gdb/ChangeLog: 2015-08-26 Pedro Alves * MAINTAINERS: Add Markus Metzger as btrace maintainer. --- gdb/MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index 9b395d7..9984c67 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -386,6 +386,13 @@ testsuite SystemTap Sergio Durigan Junior sergiodj@redhat.com + +Reverse debugging / Record and Replay / Tracing: + +record btrace Markus T. Metzger markus.t.metzger@intel.com + + + UI: External (user) interfaces. gdbtk (c & tcl) Fernando Nasser fnasser@redhat.com