diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-09-21 15:21:28 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2011-09-21 15:21:28 +0000 |
commit | b2cd6b294833b0dd0d5b913580fa7e5a72565b41 (patch) | |
tree | 21a7a46c8c5cf7ea3612373589a4ca4a441dfa28 /gdb/ChangeLog | |
parent | 09b4ad9fcbb1a946df939adeb373d1be0e701694 (diff) | |
download | gdb-b2cd6b294833b0dd0d5b913580fa7e5a72565b41.zip gdb-b2cd6b294833b0dd0d5b913580fa7e5a72565b41.tar.gz gdb-b2cd6b294833b0dd0d5b913580fa7e5a72565b41.tar.bz2 |
* event-top.c (async_disconnect): If an exception is thrown from
quit_cover, call pop_all_targets. Use TRY_CATCH instead of
catch_errors.
* top.c (quit_cover): Return void and take no arguments.
* top.h (quit_cover): Update prototype.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f15e616..49687c9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2011-09-21 Joseph Myers <joseph@codesourcery.com> + + * event-top.c (async_disconnect): If an exception is thrown from + quit_cover, call pop_all_targets. Use TRY_CATCH instead of + catch_errors. + * top.c (quit_cover): Return void and take no arguments. + * top.h (quit_cover): Update prototype. + 2011-09-20 Joseph Myers <joseph@codesourcery.com> * mi/mi-main.c (mi_load_progress): Restore saved_uiout value to |