diff options
author | Doug Evans <dje@google.com> | 2011-12-15 22:15:36 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2011-12-15 22:15:36 +0000 |
commit | ef1408725d71bb30d110a87d290f484b15f06186 (patch) | |
tree | b33568f83afae169f410553bb53e66a41d212edf /gdb/ChangeLog | |
parent | eec9dd95aae8be2f23009427dbd6d276edcc363a (diff) | |
download | gdb-ef1408725d71bb30d110a87d290f484b15f06186.zip gdb-ef1408725d71bb30d110a87d290f484b15f06186.tar.gz gdb-ef1408725d71bb30d110a87d290f484b15f06186.tar.bz2 |
* exceptions.c (catcher_list_size): New function.
(last_message): Delete.
(exception_messages, exception_messages_size): New static globals.
(throw_it): Use exception_messages array to handle nested calls.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 765bf47..7adf981 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2011-12-15 Doug Evans <dje@google.com> + + * exceptions.c (catcher_list_size): New function. + (last_message): Delete. + (exception_messages, exception_messages_size): New static globals. + (throw_it): Use exception_messages array to handle nested calls. + 2011-12-15 Tom Tromey <tromey@redhat.com> * symfile.c (symbol_file_add_with_addrs_or_offsets): Remove bad |