* NEWS: Mention support for the new ptrace interface and hardware
authorThiago Jung Bauermann <bauerman@br.ibm.com>
Fri, 16 Jul 2010 23:19:37 +0000 (23:19 +0000)
committerThiago Jung Bauermann <bauerman@br.ibm.com>
Fri, 16 Jul 2010 23:19:37 +0000 (23:19 +0000)
accelerated watchpoint conditions on powerpc-linux.

gdb/ChangeLog
gdb/NEWS

index 9f0ad56b06110613c76464df2f1e3b5fe2b711b6..5472aa9a9cf67e660ae4db966ffcad92d5cf068c 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-16  Ozkan Sezer  <sezeroz@gmail.com>
 
        * target.c (debug_to_insert_breakpoint): Instead of casting to unsigned
index 3434c05598c3f3a47d6b4564885048e81defa0a0..ea3b6b0eb662bfbf2e4430e644e8baa2fda4753e 100644 (file)
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -223,6 +223,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
This page took 0.030474 seconds and 4 git commands to generate.