diff options
author | Andrew Cagney <cagney@redhat.com> | 1999-01-17 23:23:42 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1999-01-17 23:23:42 +0000 |
commit | 6e45c399c15ff44f8d07570f9874f52e45620afd (patch) | |
tree | 83621a718a00ba0707b38b3821f550b7af1a3ea4 /gdb/ChangeLog | |
parent | 2bef607561a795e82149e50ebeaca94c384a87ee (diff) | |
download | gdb-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/ChangeLog | 18 |
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 |