2005-01-13 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 067d49ef80085b1428564c215d68534249947994..bac609705eb99018402416f920b01be3263830c9 100644 (file)
@@ -1,5 +1,85 @@
+2005-01-13  Michael Snyder  <msnyder@redhat.com>
+
+       * breakpoint.c: Whitespace tweaks.
+       * cli/cli-interp.c: Tweak comments, per coding standard.
+
+2005-01-13  Andrew Cagney  <cagney@gnu.org>
+
+       * breakpoint.c (gdb_breakpoint_query): Update, use
+       catch_exceptions_with_msg.
+       (do_captured_breakpoint): Add uiout parameter.
+       (gdb_breakpoint): Update, use catch_exceptions_with_msg.
+       * mi/mi-main.c (mi_cmd_thread_select): Pass mi_error_message to
+       gdb_thread_select.  Return MI_CMD_ERROR instead of
+       MI_CMD_CAUGHT_ERROR.
+       (mi_cmd_thread_list_ids): Ditto for gdb_list_thread_ids.
+       (enum captured_mi_execute_command_actions): Delete
+       EXECUTE_COMMAND_DISPLAY_ERROR.
+       (captured_mi_execute_command): Delete code handling
+       MI_CMD_CAUGHT_ERROR.
+       (mi_execute_command): Don't check for
+       EXECUTE_COMMAND_DISPLAY_ERROR.
+       * mi/mi-cmd-break.c (breakpoint_notify): Update call to
+       gdb_breakpoint_query.
+       (mi_cmd_break_insert): Pass mi_error_message to gdb_breakpoint.
+       * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_CAUGHT_ERROR.
+       * gdb.h (gdb_thread_select, gdb_list_thread_ids)
+       (gdb_breakpoint, gdb_breakpoint_query): Add error_message
+       parameter.
+       * thread.c (thread_command): Update call.
+       (gdb_thread_select, gdb_list_thread_ids): Update, call
+       catch_exceptions_with_msg.
+
+       * 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.
+       (catch_exception, throw_exception): Declare.
+       * exceptions.c (throw_exception): Rewrite.
+       (throw_reason): New function.
+       (struct catcher, catcher_state_machine): Replace "reason" with
+       "exception", delete "gdberrmsg".
+       (catch_exception): New function.
+       (catcher_init): Replace "gdberrmsg" parameter with "exception".
+       (catch_errors, catch_exceptions_with_msg): Re-implement passing
+       exception to catcher_init.
+       * utils.c (error_silent, error_stream_1): Use throw_reason.
+       (internal_verror, quit): Ditto.
+       * breakpoint.c (insert_catchpoint, break_command_1): Ditto.
+       * remote-fileio.c (remote_fileio_ctrl_c_signal_handler): Ditto.
+       * remote.c (remote_open_1, interrupt_query): Ditto.
+
 2005-01-12  Mark Kettenis  <kettenis@gnu.org>
 
+       * i386fbsd-tdep.c: Update copyright year.  Include "gdbcore.h",
+       "regcache.h", "gdb_assert.h" and "bsd-uthread.h".
+       (i386fbsd_jmp_buf_reg_offset): New variable.
+       (i386fbsd_supply_uthread, i386fbsd_collect_uthread): New
+       functions.
+       (i386fbsdaout_init_abi): Set supply_uthread and collect_uthread.
+       * Makefile.in (i386fbsd-tdep.o): Update dependency.
+       * config/i386/fbsd.mt (TDEPFILES): Add bsd-uthread.o.
+
        * bsd-uthread.h: New file.
        * bsd-uthread.c: New file.
        * Makefile.in (bsd_uthread_h): New variable.
This page took 0.024308 seconds and 4 git commands to generate.