]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* NEWS: Mention support for the new ptrace interface and hardware
authorThiago Jung Bauermann <bauerman@br.ibm.com>
Fri, 16 Jul 2010 23:17:45 +0000 (23:17 +0000)
committerThiago Jung Bauermann <bauerman@br.ibm.com>
Fri, 16 Jul 2010 23:17:45 +0000 (23:17 +0000)
accelerated watchpoint conditions on powerpc-linux.

gdb/ChangeLog
gdb/NEWS

index c72c6fb05aa65f0baf41f034ad1ebb110d36d3b7..1fbf5f81bfd1aba8ad56864449c6e51a3ef97b55 100644 (file)
@@ -1,3 +1,8 @@
+2010-07-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * NEWS: Mention support for the new ptrace interface and hardware
+       accelerated watchpoint conditions on powerpc-linux.
+
 2010-07-13  Emmanuel Thomé  <Emmanuel.Thome@gmail.com>
 
        * c-valprint.c (c_val_print): Add embedded_offset to address in
index 77c55de0ce937a59aaa8e19eb52059bcca272c49..d3704b765355ef497e111752627b088e2a25ae24 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -221,6 +221,21 @@ ARM Symbian                        arm*-*-symbianelf*
   GDB now supports debugging programs written in the D programming
   language.
 
+* GDB now supports the extended ptrace interface for PowerPC which is
+  available since Linux kernel version 2.6.34.  This automatically enables
+  any hardware breakpoints and additional hardware watchpoints available in
+  the processor.  The old ptrace interface exposes just one hardware
+  watchpoint and no hardware breakpoints.
+
+* GDB is now able to use the Data Value Compare (DVC) register available on
+  embedded PowerPC processors to implement in hardware simple watchpoint
+  conditions of the form:
+
+  watch ADDRESS|VARIABLE if ADDRESS|VARIABLE == CONSTANT EXPRESSION
+
+  This works in native GDB running on Linux kernels with the extended ptrace
+  interface mentioned above.
+
 *** Changes in GDB 7.1
 
 * C++ Improvements