diff options
author | Tom Tromey <tromey@redhat.com> | 2010-12-09 19:23:49 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2010-12-09 19:23:49 +0000 |
commit | 305aeedc41771066e7283a798b108c95b027997e (patch) | |
tree | d70f4243ed04ef7a18ff2553a8b93c98ea200c20 /gdb/ChangeLog | |
parent | 90ecf1736cbde5d0ca94914e52a765d3ca01e5f5 (diff) | |
download | binutils-gdb-305aeedc41771066e7283a798b108c95b027997e.tar.gz |
gdb
* 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.
gdb/testsuite
* gdb.base/interp.exp: Add regression test.
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. |