This is the mail archive of the gdb-cvs@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]

[binutils-gdb] Announce the DTrace USDT probes support in NEWS.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b05e3b0dd2a257f7f0c1e23ff4c36f369438ea81

commit b05e3b0dd2a257f7f0c1e23ff4c36f369438ea81
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Date:   Tue Feb 17 16:43:48 2015 +0100

    Announce the DTrace USDT probes support in NEWS.
    
    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.

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

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.


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