aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4cfe1fb..7ddc112 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
+
+ Properly rethrow exception. This fixes errors
+ about non-existent functions for -break-insert.
+ * breakpoint.c (break_command_really): Use throw_exception
+ for rethrowing. If rethrowing, don't print the exception.
+
2008-01-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
* NEWS: Mention Decimal Floating Point support.