aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1999-01-17 23:23:42 +0000
committerAndrew Cagney <cagney@redhat.com>1999-01-17 23:23:42 +0000
commit6e45c399c15ff44f8d07570f9874f52e45620afd (patch)
tree83621a718a00ba0707b38b3821f550b7af1a3ea4 /gdb/ChangeLog
parent2bef607561a795e82149e50ebeaca94c384a87ee (diff)
downloadgdb-6e45c399c15ff44f8d07570f9874f52e45620afd.zip
gdb-6e45c399c15ff44f8d07570f9874f52e45620afd.tar.gz
gdb-6e45c399c15ff44f8d07570f9874f52e45620afd.tar.bz2
catch_errors() takes PTR argument/func instead of char* argument/func.
Update breakpoint.c. Fix (?) cover_target_enable_exception_callback(). Wasn't returning a value.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b6ae2ed..b20c5cd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,21 @@
+Mon Jan 18 08:47:02 1999 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * defs.h (catch_errors_ftype): Define.
+ (catch_errors): Replace char* arg with PTR arg.
+ * top.c (catch_errors): Update
+
+ * breakpoint.c (bpstat_stop_status, bpstat_stop_status,
+ delete_breakpoint, breakpoint_re_set): Delete all casts in call to
+ catch_errors.
+ (breakpoint_cond_eval, watchpoint_check,
+ cover_target_enable_exception_callback, breakpoint_re_set_one):
+ Arg is PTR not char*.
+
+ * breakpoint.c (cover_target_enable_exception_callback): Change
+ type to int. Check for cast values of 0 and -1. Return a result!
+ (insert_breakpoints): Move declaration of SAL and ARGS to where
+ they are used.
+
1999-01-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
* remote.c (remote_query): new function - creates proper interface