2005-01-13 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 2dee79c2e526161eee095522be1936d9af6f5cbc..e89769a553488dbbe6aca3d18545e7823cf56085 100644 (file)
@@ -1,5 +1,26 @@
+2005-01-13  Andrew Cagney  <cagney@gnu.org>
+
+       * mi/mi-main.c (mi_execute_command): Use catch_exception,
+       eliminate call to error_last_message.
+       (captured_mi_execute_command): Change return type to void.
+
 2005-01-12  Andrew Cagney  <cagney@gnu.org>
 
+       * exceptions.c (exception_none): New variable.
+       * Makefile.in: Update dependencies.
+       * interps.c: Include "exceptions.h".
+       (interpreter_exec_cmd, interp_exec): Update to return "struct
+       exception"
+       * exceptions.h (no_exception): Declare.
+       * tui/tui-interp.c (tui_exec): Update to return "struct exception"
+       * mi/mi-interp.c: Include "exceptions.h".
+       (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
+       'struct exception".
+       * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command) 
+       (do_captured_execute_command): Update to use catch_exception.
+       * interps.h: Include "exceptions.h".
+       (interp_exec_ftype, interp_exec): Return "struct exception".
+
        * exceptions.h (throw_reason): Rename throw_exception.
        (enum errors, struct exception): Define.
        (catch_exception_ftype): Define.
This page took 0.02303 seconds and 4 git commands to generate.