Update copyright dates.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 83c7230756df675e469a52d2c73a19318d8e83ef..4e2d120a182ad4c465c076dc4625238865ed8273 100644 (file)
@@ -1,3 +1,115 @@
+2011-01-12  Tom Tromey  <tromey@redhat.com>
+
+       * mi/mi-symbol-cmds.c (mi_cmd_symbol_list_lines): Fix error
+       messages.
+       * mi/mi-main.c (mi_cmd_thread_select): Fix error messages.
+       (mi_cmd_thread_list_ids): Likewise.
+       (mi_cmd_data_list_changed_registers): Likewise.
+       (mi_cmd_data_list_register_values): Likewise.
+       (mi_cmd_data_write_register_values): Likewise.
+       (mi_cmd_data_evaluate_expression): Likewise.
+       (mi_cmd_data_read_memory): Likewise.
+       (mi_cmd_data_read_memory_bytes): Likewise.
+       (mi_cmd_data_write_memory): Likewise.
+       (mi_cmd_enable_timings): Likewise.
+       * mi/mi-interp.c (mi_cmd_interpreter_exec): Fix error messages.
+       * mi/mi-cmd-var.c (mi_cmd_var_create): Fix error messages.
+       (mi_cmd_var_delete): Likewise.
+       (mi_cmd_var_set_format): Likewise.
+       (mi_cmd_var_show_format): Likewise.
+       (mi_cmd_var_info_num_children): Likewise.
+       (mi_cmd_var_list_children): Likewise.
+       (mi_cmd_var_info_type): Likewise.
+       (mi_cmd_var_info_expression): Likewise.
+       (mi_cmd_var_show_attributes): Likewise.
+       (mi_cmd_var_assign): Likewise.
+       (mi_cmd_var_update): Likewise.
+       (mi_cmd_enable_pretty_printing): Likewise.
+       (mi_cmd_var_set_update_range): Likewise.
+       * mi/mi-cmd-target.c (mi_cmd_target_file_get): Fix error
+       messages.
+       (mi_cmd_target_file_put): Likewise.
+       (mi_cmd_target_file_delete): Likewise.
+       * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Fix error
+       messages.
+       (mi_cmd_stack_info_depth): Likewise.
+       (mi_cmd_stack_list_locals): Likewise.
+       (mi_cmd_stack_list_args): Likewise.
+       (mi_cmd_stack_select_frame): Likewise.
+       (mi_cmd_stack_select_frame): Likewise.
+       (mi_cmd_stack_info_frame): Likewise.
+       * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file): Fix error
+       messages.
+       (mi_cmd_file_list_exec_source_files): Likewise.
+       * mi/mi-cmd-env.c (mi_cmd_env_pwd): Fix error messages.
+       (mi_cmd_env_cd): Likewise.
+       (mi_cmd_env_path): Likewise.
+       (mi_cmd_env_dir): Likewise.
+       (mi_cmd_inferior_tty_show): Likewise.
+       * mi/mi-cmd-disas.c (mi_cmd_disassemble): Fix error messages.
+       * mi/mi-cmd-break.c (mi_cmd_break_insert): Fix error messages.
+       (mi_cmd_break_watch): Likewise.
+
+2011-01-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
+
+       * ppc-linux-nat.c (booke_cmp_hw_point): Fix whitespace.
+       (ppc_linux_insert_hw_breakpoint): Likewise.
+       (ppc_linux_remove_hw_breakpoint): Likewise.
+       (ppc_linux_insert_watchpoint): Likewise.
+
+2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR fortran/11104 and DWARF unbound arrays detection.
+       * dwarf2read.c (read_subrange_type): Set zero length on unspecified
+       upper bound.  Set TYPE_HIGH_BOUND_UNDEFINED if not language_ada on
+       unspecified upper bound.
+       * eval.c (evaluate_subexp_standard) <multi_f77_subscript>: Remove
+       variables array_size_array, tmp_type and offset_item.  New variable
+       array.  Remove call to f77_get_upperbound.  New variables array_type
+       and index.  Call value_subscripted_rvalue for each dimenasion.  Remove
+       the final call to deprecated_set_value_type.
+
+2011-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Make value allocations more lazy.
+       * ada-lang.c (coerce_unspec_val_to_type): Use allocate_value_lazy
+       instead of allocate_value and set_value_lazy when possible.
+       * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use allocate_value_lazy 
+       instead of allocate_value and set_value_lazy.
+       * findvar.c (value_of_register_lazy): Likewise.
+       (read_var_value): Remove V preallocation, call just check_typedef in
+       advance.  Move allocate_value to LOC_CONST, LOC_LABEL, 
+       LOC_CONST_BYTES.  Use allocate_value_lazy in LOC_STATIC, LOC_ARG,
+       LOC_REF_ARG, LOC_LOCAL, LOC_BLOCK.  Set ADDR instead of
+       set_value_address and break in LOC_BLOCK.  Use allocate_value_lazy and
+       remove lval_memory set in LOC_REGPARM_ADDR.  Use allocate_value_lazy
+       in LOC_UNRESOLVED and LOC_OPTIMIZED_OUT.  Add setting lval_memory at
+       the end, remove set_value_lazy there.
+       * valarith.c (value_subscripted_rvalue): Use allocate_value_lazy
+       instead of allocate_value and set_value_lazy when possible.
+       * valops.c (value_fetch_lazy): Do nop for value_optimized_out VAL.
+       * value.c (allocate_computed_value): Use allocate_value_lazy instead
+       of allocate_value and set_value_lazy.
+       (value_from_contents_and_address): Use allocate_value_lazy instead of
+       allocate_value and set_value_lazy when possible.
+
+2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
+
+       * disasm.c (dump_insns): Support dumping opcodes for MI.
+       * mi/mi-cmd-disas.c (mi_cmd_disassemble): Allow mode to control
+       dumping of instruction opcodes.
+
+2011-01-09  Robert Millan  <rmh@gnu.org>  (tiny patch)
+
+       * configure.tgt: Detect GNU/kFreeBSD and set `gdb_osabi'
+       appropiately.
+
+2011-01-11  Tom Tromey  <tromey@redhat.com>
+
+       * thread.c (do_captured_thread_select): Emit newline before
+       printing frame.
+
 2011-01-11  Michael Snyder  <msnyder@vmware.com>
 
        * s390-tdep.c: Comment cleanup, mostly periods and spaces.
This page took 0.023836 seconds and 4 git commands to generate.