diff options
author | Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com> | 2013-05-17 23:05:00 +0000 |
---|---|---|
committer | Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com> | 2013-05-17 23:05:00 +0000 |
commit | 4feebbddff434ff4ecfafd6fdfc8cf899563e65d (patch) | |
tree | 9e9aa2d65911c20ec63acfd1860f76bb12c09333 /gdb/ChangeLog | |
parent | 7d0c9981dc1753663969b47221164504e71676a6 (diff) | |
download | gdb-4feebbddff434ff4ecfafd6fdfc8cf899563e65d.zip gdb-4feebbddff434ff4ecfafd6fdfc8cf899563e65d.tar.gz gdb-4feebbddff434ff4ecfafd6fdfc8cf899563e65d.tar.bz2 |
2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com>
* ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the
region is ok for a hardware watchpoint using the new ptrace interface
on Power servers.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0a66944..d10eb65 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2013-05-17 Edjunior Machado <emachado@linux.vnet.ibm.com> + + * ppc-linux-nat.c (ppc_linux_region_ok_for_hw_watchpoint): Check if the + region is ok for a hardware watchpoint using the new ptrace interface + on Power servers. + 2013-05-17 Doug Evans <dje@google.com> * NEWS: Mention new maintenance commands check-symtabs, and |