aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2005-02-08 23:44:06 +0000
committerAndrew Cagney <cagney@redhat.com>2005-02-08 23:44:06 +0000
commit6941d02a18df94a250129611982bc7ab11d6124b (patch)
tree8a94a056da9127da497a383e73cca8b4403c7ff1 /gdb/ChangeLog
parentc36e61546a6b7327e6bd305f78febad60067bab0 (diff)
downloadgdb-6941d02a18df94a250129611982bc7ab11d6124b.zip
gdb-6941d02a18df94a250129611982bc7ab11d6124b.tar.gz
gdb-6941d02a18df94a250129611982bc7ab11d6124b.tar.bz2
2005-02-08 Andrew Cagney <cagney@gnu.org>
* exceptions.c: Do not include <setjmp.h>. (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros. (catch_exception, catch_exceptions_with_msg, catch_errors) (catch_command_errors): Use TRY_CATCH. (struct catcher): Use EXCEPTIONS_SIGJMP_BUF. (exceptions_state_mc_init): Rename catcher_init. (exceptions_state_mc): Rename catcher_state_machine. (exceptions_state_mc_action_iter) (exceptions_state_mc_action_iter_1): New functions. * exceptions.h: Include <setjmp.h>. (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP) (EXCEPTIONS_SIGLONGJMP): Define. (exceptions_state_mc_init, exceptions_state_mc_action_iter) (exceptions_state_mc_action_iter_1): Declare. (TRY_CATCH): Define.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 637ac3e..0d49be8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,21 @@
2005-02-08 Andrew Cagney <cagney@gnu.org>
+ * exceptions.c: Do not include <setjmp.h>.
+ (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros.
+ (catch_exception, catch_exceptions_with_msg, catch_errors)
+ (catch_command_errors): Use TRY_CATCH.
+ (struct catcher): Use EXCEPTIONS_SIGJMP_BUF.
+ (exceptions_state_mc_init): Rename catcher_init.
+ (exceptions_state_mc): Rename catcher_state_machine.
+ (exceptions_state_mc_action_iter)
+ (exceptions_state_mc_action_iter_1): New functions.
+ * exceptions.h: Include <setjmp.h>.
+ (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP)
+ (EXCEPTIONS_SIGLONGJMP): Define.
+ (exceptions_state_mc_init, exceptions_state_mc_action_iter)
+ (exceptions_state_mc_action_iter_1): Declare.
+ (TRY_CATCH): Define.
+
* ppc-linux-tdep.c (ppc_linux_init_abi): Do not set malloc name,
no longer needed.