aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-09-30 20:42:21 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-09-30 20:42:21 +0000
commit3d0b0fa396d73f8c06709d0c2001366d9d8d5239 (patch)
treea53fd6db11f8426163f4acedcbd3bc82a9ef3f9e /gdb/ChangeLog
parentcdc7bb92c7632624063844c7bcaa4aca90e2a622 (diff)
downloadgdb-3d0b0fa396d73f8c06709d0c2001366d9d8d5239.zip
gdb-3d0b0fa396d73f8c06709d0c2001366d9d8d5239.tar.gz
gdb-3d0b0fa396d73f8c06709d0c2001366d9d8d5239.tar.bz2
* ada-lang.c (standard_exc): New static constant.
(ada_exception_catchpoint_cond_string): Add special handling for the predefined exceptions.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9b8d0f4..4a02fb7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2008-09-30 Joel Brobecker <brobecker@adacore.com>
+ * ada-lang.c (standard_exc): New static constant.
+ (ada_exception_catchpoint_cond_string): Add special handling
+ for the predefined exceptions.
+
+2008-09-30 Joel Brobecker <brobecker@adacore.com>
+
* ada-lang.c (ADA_RETAIN_DOTS): Delete this dead macro. Update
the code accordingly.