aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-06-17 19:17:59 +0000
committerDaniel Jacobowitz <drow@false.org>2003-06-17 19:17:59 +0000
commit687595f963bb32dd89d85bdf91e7ca6aa3187502 (patch)
tree7788fac6718249e8a23a98010e1ceb734cd0a0b8 /gdb/ChangeLog
parent29239a8f68f43708d5aef73bc3100c86c70c2091 (diff)
downloadgdb-687595f963bb32dd89d85bdf91e7ca6aa3187502.zip
gdb-687595f963bb32dd89d85bdf91e7ca6aa3187502.tar.gz
gdb-687595f963bb32dd89d85bdf91e7ca6aa3187502.tar.bz2
* breakpoint.c (insert_catchpoint): New function.
(insert_breakpoints): Use catch_exceptions to call insert_catchpoint. Disable catchpoints if they fail to insert.
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 e8f31a1..e972edc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2003-06-17 Daniel Jacobowitz <drow@mvista.com>
+ * breakpoint.c (insert_catchpoint): New function.
+ (insert_breakpoints): Use catch_exceptions to call
+ insert_catchpoint. Disable catchpoints if they fail to insert.
+
+2003-06-17 Daniel Jacobowitz <drow@mvista.com>
+
* symfile.c (reread_symbols): Clear sym_private.
2003-06-17 Andrew Cagney <cagney@redhat.com>