Add NEWS entry for fast tracepoint support on aarch64-linux
Here is a NEWS entry for this series: gdb/ChangeLog: * NEWS: Mention support for fast tracepoints on aarch64-linux.
This commit is contained in:
parent
06da0f77c2
commit
4d9d419e0e
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
|
||||
|
||||
* NEWS: Mention support for fast tracepoints on aarch64-linux.
|
||||
|
||||
2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
|
||||
|
||||
* aarch64-tdep.c (aarch64_analyze_prologue): New is_adrp
|
||||
|
|
4
gdb/NEWS
4
gdb/NEWS
|
@ -18,6 +18,10 @@
|
|||
GDB now is able to debug both AArch64 applications and ARM applications
|
||||
at the same time.
|
||||
|
||||
* Support for fast tracepoints on aarch64-linux was added in GDBserver,
|
||||
including JIT compiling fast tracepoint's conditional expression bytecode
|
||||
into native code.
|
||||
|
||||
* New commands
|
||||
|
||||
maint set target-non-stop (on|off|auto)
|
||||
|
|
Loading…
Add table
Reference in a new issue