diff options
author | Marcin KoĆcielnicki <koriakin@0x04.net> | 2016-03-31 15:49:25 +0200 |
---|---|---|
committer | Marcin KoĆcielnicki <koriakin@0x04.net> | 2016-03-31 15:49:25 +0200 |
commit | 22084c425e69ca2f3ce92d88c0bf746b48d3627c (patch) | |
tree | 804c88f6eeb871b4c54c90cc3206f7880d44f30f /gdb/NEWS | |
parent | 14e2b6d93d461334049ed350cf88fcd2a490de2c (diff) | |
download | gdb-22084c425e69ca2f3ce92d88c0bf746b48d3627c.zip gdb-22084c425e69ca2f3ce92d88c0bf746b48d3627c.tar.gz gdb-22084c425e69ca2f3ce92d88c0bf746b48d3627c.tar.bz2 |
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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |