Fix ChangeLog foobar.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 40985f8056a168fd25a090a2a3a3062ebabe84f8..1bb546869b440bfe412b607464bea77963cc1bbf 100644 (file)
@@ -1,3 +1,104 @@
+2005-01-13  Andrew Cagney  <cagney@gnu.org>
+
+       * exceptions.h (struct exception): Make message const.
+       * mi/mi-main.c (mi_execute_command): Pass result.message directly
+       to fputstr_unfiltered.
+
+2005-01-13  Michael Snyder  <msnyder@redhat.com>
+
+       * stack.c: Whitespace tweaks.
+       * somsolib.[ch]: Whitespace tweaks.
+       * solib-aix.c: Whitespace tweaks.
+       * solib.c: Whitespace tweaks.
+       * solib-frv.c: Whitespace tweaks.
+       * solib.h: Whitespace tweaks.
+       * solib-irix.c: Whitespace tweaks.
+       * solib-som.c: Whitespace tweaks.
+       * solib-sunos.c: Whitespace tweaks.
+       * solib-svr4.[ch]: Whitespace tweaks.
+       * ser-tcp.c: Whitespace tweaks.
+       * ser-unix.c: Whitespace tweaks.
+       * serial.h: Whitespace tweaks.
+       * scm-valprint.c: Whitespace tweaks.
+       * rs6000-tdep.c: Whitespace tweaks.
+       * rs6000-nat.c: Whitespace tweaks.
+       * remote.c: Whitespace tweaks.
+
+2005-01-13  Andrew Cagney  <cagney@gnu.org>
+
+       * defs.h (error_last_message, error_init): Delete declaration.
+       * utils.c (fatal, vfatal): Call throw_vfatal.
+       (error, verror): Call throw_verror;
+       (do_write, error_stream_1): Delete function.
+       (error_stream): Simplify, call error.
+       (error_last_message, error_init, gdb_lasterr): Delete.
+       (error_silent): Simplify, call throw_vsilent.
+       * mi/mi-interp.c (mi_cmd_interpreter_exec): Dup the message.
+       * main.c (captured_main): Delete call to error_init.
+       * exceptions.c (throw_verror, throw_verror)
+       (throw_vsilent): New functions.
+       (do_write, print_and_throw): New functions.
+       (last_message): New global.
+       (throw_reason): Replace error_last_message with last_message.
+       (catch_exceptions_with_msg): Dup the message.
+       * exceptions.h (throw_verror, throw_vfatal, throw_vsilent):
+       Declare.
+
+2005-01-13  Michael Snyder  <msnyder@redhat.com>
+
+       * remote-st.c: Whitespace tweaks.
+       * remote-sim.c: Whitespace tweaks.
+       * remote-mips.c: Whitespace tweaks.
+       * pa64solib.[ch]: Whitespace tweaks.
+       * mdebugread.c: Whitespace tweaks.
+       * main.c: Whitespace tweaks.
+       * interps.c: Whitespace tweaks.
+       * infrun.c: Whitespace tweaks.
+       * infcmd.c: Whitespace tweaks.
+       * hpux-thread.c: Whitespace tweaks.
+       * hppa-hpux-tdep.c: Whitespace tweaks.
+       * gdbcore.h: Whitespace tweaks.
+       * gdbcmd.h: Whitespace tweaks.
+       * gdb-events[.c, .h, .sh]: Whitespace tweaks.
+       * corefile.c: Whitespace tweaks.
+       * completer.c: Whitespace tweaks.
+       * coff-solib.c: Whitespace tweaks.
+       * coff-solib.h: Whitespace tweaks.
+       * cli-out.c: Whitespace tweaks.
+       * 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.
This page took 0.025488 seconds and 4 git commands to generate.