aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorMarcin Koƛcielnicki <koriakin@0x04.net>2016-03-29 23:18:19 +0200
committerMarcin Koƛcielnicki <koriakin@0x04.net>2016-03-29 23:39:52 +0200
commitc37c0ba69b670f0994b53078abdb07737f816a5a (patch)
tree9c1431f5cadf1d914e4d7683b0163a12c00e8ff7 /gdb/NEWS
parentf39e8743546602977f860811f44aa327736b97dc (diff)
gdb/NEWS: Add mention of s390*-linux tracepoints.
gdb/ChangeLog: * NEWS: Mention support for tracepoints on s390*-linux.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 34c5a8df3c..ce031eecf1 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -37,6 +37,10 @@ skip -rfunction regular-expression
maint info line-table REGEXP
Display the contents of GDB's internal line table data struture.
+* Support for tracepoints and fast tracepoints on s390-linux and s390x-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.