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

Message ID 1411724905-31234-10-git-send-email-jose.marchesi@oracle.com
State Superseded
Headers

Commit Message

Jose E. Marchesi Sept. 26, 2014, 9:48 a.m. UTC
  This patch simply adds a small entry to `Changes since GDB 7.8' announcing the
support for dtrace probes.

gdb:

2014-09-26  Jose E. Marchesi  <jose.marchesi@oracle.com>

    	* NEWS: Announce the support for DTrace USDT probes.

Conflicts:
	gdb/NEWS
---
 gdb/ChangeLog |    4 ++++
 gdb/NEWS      |    3 +++
 2 files changed, 7 insertions(+)
  

Comments

Eli Zaretskii Sept. 26, 2014, 1:12 p.m. UTC | #1
> From: "Jose E. Marchesi" <jose.marchesi@oracle.com>
> Date: Fri, 26 Sep 2014 11:48:25 +0200
> 
> This patch simply adds a small entry to `Changes since GDB 7.8' announcing the
> support for dtrace probes.
> 
> gdb:
> 
> 2014-09-26  Jose E. Marchesi  <jose.marchesi@oracle.com>
> 
>     	* NEWS: Announce the support for DTrace USDT probes.

OK.

> Conflicts:
> 	gdb/NEWS

What is this about?
  
Jose E. Marchesi Sept. 29, 2014, 10:34 a.m. UTC | #2
> Conflicts:
    > 	gdb/NEWS
    
    What is this about?

One of these stupid comments that git-cherry-pick generates in the log
if there is a conflict in the merge.  I just forgot to delete it.
  

Patch

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a32d303..9c47900 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@ 
 2014-09-26  Jose E. Marchesi  <jose.marchesi@oracle.com>
 
+	* NEWS: Announce the support for DTrace SDT probes.
+
+2014-09-26  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
 	* amd64-linux-tdep.h: Prototypes for
 	`amd64_dtrace_probe_argument', `amd64_dtrace_enable_probe',
 	`amd64_dtrace_disable_probe' and `gdbarch_dtrace_probe_is_enabled'.
diff --git a/gdb/NEWS b/gdb/NEWS
index 11326f1..bcc6be1 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -40,6 +40,9 @@  queue-signal signal-name-or-number
   even in non-stop mode.  The "auto" mode has been removed, and "off"
   is now the default mode.
 
+* GDB now has support for DTrace USDT (Userland Static Defined
+  Tracing) probes.  The supported targets are x86_64-*-linux-gnu.
+
 *** Changes in GDB 7.8
 
 * New command line options