aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2009-01-01 22:02:03 +0000
committerPedro Alves <palves@redhat.com>2009-01-01 22:02:03 +0000
commitccc57cf9e6782a19d8bccb1fdd0d02dd6ab98702 (patch)
tree8f5a92c1161105aae211fbdd06369748a2eee8e3 /gdb/ChangeLog
parent023b0f5cefb067d6338e9bfd2987e4ed54b8b379 (diff)
downloadgdb-ccc57cf9e6782a19d8bccb1fdd0d02dd6ab98702.zip
gdb-ccc57cf9e6782a19d8bccb1fdd0d02dd6ab98702.tar.gz
gdb-ccc57cf9e6782a19d8bccb1fdd0d02dd6ab98702.tar.bz2
2009-01-01 Pedro Alves <pedro@codesourcery.com>
PR breakpoints/9681: * exceptions.h (enum errors): New error type, MEMORY_ERROR. * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR. * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but retrow all other exceptions. 2009-01-01 Pedro Alves <pedro@codesourcery.com> PR breakpoints/9681: * gdb.base/watchpoint.exp: Add regression test.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a9f0b10..edce418 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-01 Pedro Alves <pedro@codesourcery.com>
+
+ PR breakpoints/9681:
+ * exceptions.h (enum errors): New error type, MEMORY_ERROR.
+ * corefile.c (memory_error): Rewrite to throw a MEMORY_ERROR.
+ * breakpoint.c (fetch_watchpoint_value): Ignore MEMORY_ERRORs, but
+ retrow all other exceptions.
+
2008-12-31 Pedro Alves <pedro@codesourcery.com>
PR gdb/8812: