gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 57283828ea046604241035a5aba3d71351a594d7..60bb3f665e8c16b1049eaf861abb38a2c30b2d79 100644 (file)
@@ -1,3 +1,98 @@
+2008-04-04  Pedro Alves  <pedro@codesourcery.com>
+
+       * mi/mi-cmds.h (enum mi_cmd_result): Delete MI_CMD_ERROR.
+       (mi_error_message): Delete declaration.
+       * mi/mi-interp.c (mi_cmd_interpreter_exec): Call error instead of
+       returning MI_CMD_ERROR.
+       * mi/mi-main.c (mi_error_message): Delete.
+       (mi_cmd_exec_interrupt):
+       (mi_cmd_thread_select, mi_cmd_thread_list_ids)
+       (mi_cmd_thread_info): Call error instead of returning
+       MI_CMD_ERROR.
+       (mi_cmd_data_list_register_values): Call error instead of
+       returning MI_CMD_ERROR.  Adapt to new get_register interface.
+       (get_register): Change return typo to void.  Call error instead of
+       returning MI_CMD_ERROR.
+       (mi_cmd_data_write_register_values): Call error instead of
+       returning MI_CMD_ERROR.
+       (mi_cmd_list_features): Return MI_CMD_DONE.
+       (captured_mi_execute_command): Remove MI_CMD_ERROR handling.
+       (mi_execute_command): Always print exceptions with -error.
+
+2008-04-04  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Mention new commands set/show multiple-symbols.
+
+2008-04-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * symtab.c (multiple_symbols_ask, multiple_symbols_all)
+       (multiple_symbols_cancel): New constants.
+       (multiple_symbols_modes, multiple_symbols_mode): New static globals.
+       (multiple_symbols_select_mode): New function.
+       (_initialize_symtab): Add new set/show multiple-symbols commands.
+       * symtab.h (multiple_symbols_ask, multiple_symbols_all)
+       (multiple_symbols_cancel, multiple_symbols_select_mode): Declare.
+       * ada-lang.c (user_select_syms): Add handling of new multiple-symbols
+       setting.
+       * linespec.c (decode_line_2): Likewise.
+
+2008-04-03  Doug Evans  <dje@sebabeach.org>
+
+       * symtab.h (enum free_code): Delete free_contents, unused.
+       * symmisc.c (free_symtab_block): Delete.
+       (free_symtab, case free_code): Delete.
+
+2008-04-01  Aleksandar Ristovski <aristovski@qnx.com>
+
+       * valops.c (value_cast_structs): New function. Cast related
+       STRUCT types up/down and return cast value. The body of this 
+       function comes mostly from value_cast_pointers.
+       (value_cast_pointers): Code for actual cast STRUCT-STRUCT moved
+       to value_cast_structs. Now value_cast_pointers needs only create
+       appropriate reference after using value_cast_structs for actual
+       casting.
+       (value_cast): Handle references.
+
+2008-04-01  Marc Khouzam  <marc.khouzam@ericsson.com>
+
+       * MAINTAINERS: Added myself to section Write After Approval.
+
+2008-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * ia64-tdep.c (examine_prologue): Correct array access.
+
+2008-03-28  Aleksandar Ristovski <aristovski@qnx.com>
+
+       * cp-support.c (first_component_command): Return if no arguments.
+
+2008-03-28  Carlos O'Donell  <carlos@codesourcery.com>
+
+       * ser-mingw.c (ser_windows_open): Open requested name.
+
+2008-03-28  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * MAINTAINERS: Added myself.
+
+2008-03-28  Pedro Alves  <pedro@codesourcery.com>
+
+       * target.c (find_default_run_target): Allow a NULL `do_mesg'
+       parameter.  If it is NULL, don't call error.
+       (find_default_can_async_p, find_default_is_async_p): Pass NULL as
+       `do_mesg' parameter to find_default_run_target.  If no target was
+       found, return 0.
+
+2008-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * mips-linux-tdep.c: Update N32/N64 signal frame comments.
+       (N64_SIGCONTEXT_LO, N64_SIGCONTEXT_PC, N64_SIGCONTEXT_FPCSR): Update.
+       (N64_SIGCONTEXT_FIR, N64_SIGCONTEXT_CAUSE, N64_SIGCONTEXT_BADVADDR):
+       Delete.
+       (mips_linux_n32n64_sigframe_init): Do not record cause or badvaddr.
+
+2008-03-27  Joel Brobecker  <brobecker@adacore.com>
+
+       GDB 6.8 released.
+
 2008-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * features/Makefile (%.dat): Set xmltarget to the base filename
This page took 0.032455 seconds and 4 git commands to generate.