From patchwork Sat Sep 20 00:10:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Brobecker X-Patchwork-Id: 2933 Received: (qmail 9561 invoked by alias); 20 Sep 2014 00:10:19 -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 9545 invoked by uid 89); 20 Sep 2014 00:10:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 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; Sat, 20 Sep 2014 00:10:17 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C085611632F; Fri, 19 Sep 2014 20:10:13 -0400 (EDT) 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 ZtM2DuWMp25n; Fri, 19 Sep 2014 20:10:13 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 981401162C3; Fri, 19 Sep 2014 20:10:13 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 46AD441094; Fri, 19 Sep 2014 17:10:12 -0700 (PDT) Date: Fri, 19 Sep 2014 17:10:12 -0700 From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Sergio Durigan Junior Subject: Sergio Durigan Junior nominated SystemTap Maintainer Message-ID: <20140920001012.GK5073@adacore.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Hello, It is my pleasure to announce that Sergio Durigan Junior has been nominated as Maintainer of SystemTap probe support in GDB. Sergio has been active in the GDB community since 2009, and has contributed numerous improvements; one of those improvements is the "catch syscall" command. More recently, Sergio worked with Tom Tromey to implement support for Static Defined Tracing (SDT) probes in GDB, which has been used to improve areas of the debugger such as the linker-debugger interface, or the "catch throw" command. Sergio has since then been continuously contributing in this area, via patches or simply by answering questions about it. Sergio was the de facto maintainer, and this nomintation now makes it official. Sergio is also a very active member of the GDB community. So, on behalf of the entire GDB community, Thank You, Sergio! Attached is the patch I just pushed to the repository to record this nomination. gdb/ChangeLog: * MAINTAINERS: Add Sergio Durigan Junior as maintainer of SystemTap support in GDB. Cheers, From 93c6145af62d4ce2e5b283dbe2ece52cf79f6e65 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 19 Sep 2014 16:50:28 -0700 Subject: [PATCH] Add Sergio Durigan Junior as maintainer of SystemTap support in GDB. gdb/ChangeLog: * MAINTAINERS: Add Sergio Durigan Junior as maintainer of SystemTap support in GDB. --- gdb/ChangeLog | 5 +++++ gdb/MAINTAINERS | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f36732f..9306128 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2014-09-19 Joel Brobecker + + * MAINTAINERS: Add Sergio Durigan Junior as maintainer of + SystemTap support in GDB. + 2014-09-19 Don Breazeal * linux-nat.c (linux_handle_extended_wait): Call diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index f718c39..671e9c4 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -384,6 +384,8 @@ documentation Eli Zaretskii eliz@gnu.org testsuite gdbtk (gdb.gdbtk) Keith Seitz keiths@redhat.com +SystemTap Sergio Durigan Junior sergiodj@redhat.com + UI: External (user) interfaces. -- 1.9.1