[COMMITTED,V5,9/9] Announce the DTrace USDT probes support in NEWS.

Message ID 1424189897-32457-10-git-send-email-jose.marchesi@oracle.com
State Committed
Headers

Commit Message

Jose E. Marchesi Feb. 17, 2015, 4:18 p.m. UTC
  This patch simply adds a small entry to `Changes since GDB 7.8' announcing the
support for dtrace probes.

gdb/ChangeLog:

2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>

	* NEWS: Announce the support for DTrace SDT probes.
---
 gdb/ChangeLog |    4 ++++
 gdb/NEWS      |    3 +++
 2 files changed, 7 insertions(+)
  

Comments

Eli Zaretskii Feb. 17, 2015, 4:31 p.m. UTC | #1
> From: "Jose E. Marchesi" <jose.marchesi@oracle.com>
> Date: Tue, 17 Feb 2015 17:18:17 +0100
> 
> This patch simply adds a small entry to `Changes since GDB 7.8' announcing the
> support for dtrace probes.
> 
> gdb/ChangeLog:
> 
> 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
> 
> 	* NEWS: Announce the support for DTrace SDT probes.

Fine with me, thanks.
  
Eli Zaretskii Feb. 17, 2015, 4:45 p.m. UTC | #2
> Date: Tue, 17 Feb 2015 18:31:14 +0200
> From: Eli Zaretskii <eliz@gnu.org>
> Cc: gdb-patches@sourceware.org
> 
> > From: "Jose E. Marchesi" <jose.marchesi@oracle.com>
> > Date: Tue, 17 Feb 2015 17:18:17 +0100
> > 
> > This patch simply adds a small entry to `Changes since GDB 7.8' announcing the
> > support for dtrace probes.
> > 
> > gdb/ChangeLog:
> > 
> > 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
> > 
> > 	* NEWS: Announce the support for DTrace SDT probes.
> 
> Fine with me, thanks.

Sorry, please ignore.  I overlooked the fact that this is a commit
announcement.
  

Patch

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fc39c68..6a0a316 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@ 
 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
 
+	* NEWS: Announce the support for DTrace SDT probes.
+
+2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
 	* amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
 	(amd64_dtrace_parse_probe_argument): New function.
 	(amd64_dtrace_probe_is_enabled): Likewise.
diff --git a/gdb/NEWS b/gdb/NEWS
index 624f508..b79b162 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -68,6 +68,9 @@  Qbtrace-conf:bts:size
   the btrace record target.
   For the BTS format, it shows the ring buffer size.
 
+* GDB now has support for DTrace USDT (Userland Static Defined
+  Tracing) probes.  The supported targets are x86_64-*-linux-gnu.
+
 *** Changes in GDB 7.9
 
 * GDB now supports hardware watchpoints on x86 GNU Hurd.