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

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

Commit Message

Jose E. Marchesi Oct. 10, 2014, 5:22 p.m. UTC
  This patch simply adds a small entry to `Changes since GDB 7.8' announcing the
support for dtrace probes.

gdb/ChangeLog:

2014-10-10  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 Oct. 10, 2014, 6:15 p.m. UTC | #1
> From: "Jose E. Marchesi" <jose.marchesi@oracle.com>
> Date: Fri, 10 Oct 2014 19:22:52 +0200
> 
> This patch simply adds a small entry to `Changes since GDB 7.8' announcing the
> support for dtrace probes.
> 
> gdb/ChangeLog:
> 
> 2014-10-10  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(+)
> 
> diff --git a/gdb/NEWS b/gdb/NEWS
> index b56fe8e..518be28 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -45,6 +45,9 @@ queue-signal signal-name-or-number
>    ** The -list-thread-groups command outputs an exit-code field for
>       inferiors that have exited.
>  
> +* GDB now has support for DTrace USDT (Userland Static Defined
> +  Tracing) probes.  The supported targets are x86_64-*-linux-gnu.
> +

OK, thanks.
  

Patch

diff --git a/gdb/NEWS b/gdb/NEWS
index b56fe8e..518be28 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -45,6 +45,9 @@  queue-signal signal-name-or-number
   ** The -list-thread-groups command outputs an exit-code field for
      inferiors that have exited.
 
+* 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