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]

Sergio Durigan Junior nominated SystemTap Maintainer


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,
-- 
Joel
>From 93c6145af62d4ce2e5b283dbe2ece52cf79f6e65 Mon Sep 17 00:00:00 2001
From: Joel Brobecker <brobecker@adacore.com>
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  <brobecker@adacore.com>
+
+	* MAINTAINERS: Add Sergio Durigan Junior as maintainer of
+	SystemTap support in GDB.
+
 2014-09-19  Don Breazeal  <donb@codesourcery.com>
 
 	* 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


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