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]

[PATCH obv] gdb/NEWS: Add mention of powerpc*-linux tracepoints.


gdb/ChangeLog:

	* NEWS: Mention support for tracepoints on powerpc*-linux.
---
 gdb/ChangeLog | 4 ++++
 gdb/NEWS      | 5 +++++
 2 files changed, 9 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b95775a..9b696e1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-31  Marcin Koƛcielnicki  <koriakin@0x04.net>
+
+	* NEWS: Mention support for tracepoints on powerpc*-linux.
+
 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
 
 	PR python/19743
diff --git a/gdb/NEWS b/gdb/NEWS
index fbeb275..39d99b7 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -51,6 +51,11 @@ maint info line-table REGEXP
   target rockhopper	NEC RockHopper variant of PMON
   target lsi		LSI variant of PMO
 
+* Support for tracepoints and fast tracepoints on powerpc-linux,
+  powerpc64-linux, and powerpc64le-linux was added in GDBserver,
+  including JIT compiling fast tracepoint's conditional expression
+  bytecode into native code.
+
 *** Changes in GDB 7.11
 
 * GDB now supports debugging kernel-based threads on FreeBSD.
-- 
2.7.4


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