diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3bf2bef2d10..7663dd7be8f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2010-12-09 Tom Tromey <tromey@redhat.com> + * mi/mi-parse.h (mi_parse): Update. + * mi/mi-parse.c (mi_parse_cleanup): New function. + (mi_parse): Add 'token' argument. Throw exception on error. + * mi/mi-main.c (mi_print_exception): New function. + (mi_execute_command): Use mi_print_exception. Catch exceptions + from mi_parse. + +2010-12-09 Tom Tromey <tromey@redhat.com> + PR c++/9593: * thread.c (clear_thread_inferior_resources): Call delete_longjmp_breakpoint. |