aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorMarcin Koƛcielnicki <koriakin@0x04.net>2016-03-31 15:49:25 +0200
committerMarcin Koƛcielnicki <koriakin@0x04.net>2016-03-31 15:49:25 +0200
commit22084c425e69ca2f3ce92d88c0bf746b48d3627c (patch)
tree804c88f6eeb871b4c54c90cc3206f7880d44f30f /gdb/NEWS
parent14e2b6d93d461334049ed350cf88fcd2a490de2c (diff)
gdb/NEWS: Add mention of powerpc*-linux tracepoints.
gdb/ChangeLog: * NEWS: Mention support for tracepoints on powerpc*-linux.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index fbeb27508c..39d99b7cb5 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.