2011-03-03 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 65b960360cea305b29d245258fc5c20229eb6d60..1719c189391ec3f003ec5d4f43c86c0d73e19b56 100644 (file)
@@ -1,5 +1,93 @@
+2011-03-03  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/12538:
+       * dwarf2read.c (process_psymtab_comp_unit): Handle case where
+       DW_STRING is NULL.
+
+2011-03-03  Michael Snyder  <msnyder@vmware.com>
+
+       * remote-fileio.c (remote_fileio_func_fstat): Initialize all
+       fields of struct 'st' to zero.
+
+       * tui/tui-winsource.c (tui_update_source_window_as_is): Initialize
+       sal.pspace before calling set_current_source_symtab_and_line.
+
+2011-03-03  Yao Qi  <yao@codesourcery.com>
+
+       * Makefile.in (configure-common): Remove.  Let Makefile
+       in dir common to rebuild itself.
+       (common/Makefile): Likewise.
+
+2011-03-03  Joel Brobecker  <brobecker@adacore.com>
+
+       * utils.c (parse_escape): Add i18n markup in error message.
+
+2011-03-03  Yao Qi  <yao@codesourcery.com>
+
+       * gdb/arm-tdep.c (shifted_reg_val): Replace magic number 15 with
+       ARM_PC_REGNUM.
+       (thumb_get_next_pc_raw, arm_get_next_pc_raw): Likewise.
+       (displaced_write_reg, displaced_read_reg): Likewise.
+       (copy_ldr_str_ldrb_strb, cleanup_block_load_all): Likewise.
+       (cleanup_block_load_pc, copy_block_xfer): Likewise.
+       (cleanup_branch): Replace magic number 14 and 15 with
+       ARM_LR_REGNUM and ARM_PC_REGNUM respectively.
+
+2011-03-02  Michael Snyder  <msnyder@vmware.com>
+
+       * maint.c (maintenance_do_deprecate): No need to check for NULL.
+
+       * cli/cli-script.c (script_from_file): Add break for lint.
+
+       * mdebugread.c (parse_partial_symbols): Fix indent.
+
+       * gdbserver/linux-arm-low.c (arm_arch_setup): Replace malloc 
+       with xmalloc.
+
+       * target-descriptions.c (tdesc_gdb_type): No need to call
+       xstrdup, callee saves a copy.
+
+       * printcmd.c (print_scalar_formatted): Use strncpy for safety.
+
+       * infcall.c (call_function_by_hand): Add break statements for lint.
+
+       * utils.c (parse_escape): Escape the escape char.
+
+       * python/py-inferior.c (build_inferior_list): Error out if 
+       PyList_Append fails.
+       (gdbpy_inferiors): Error out if build_inferior_list fails.
+
+       * linux-nat.c (linux_nat_xfer_partial): Preserve errno around
+       a function call.
+
+       * record.c (record_restore): Move printf to before error return.
+
+2011-03-02  Yao Qi  <yao@codesourcery.com>
+
+       * arm-tdep.h (struct displaced_step_closure): Add two new fields
+       is_thumb and insn_size.
+       * arm-tdep.c (displaced_read_reg): Adjust correct pipeline offset
+       on both ARM and Thumb mode.
+       (arm_process_displaced_insn): Set is_thumb and insn_size.
+       (arm_displaced_init_closure): Handle both 16-bit and 32-bit.
+       (arm_displaced_step_fixup): Likewise.
+
 2011-03-01  Michael Snyder  <msnyder@vmware.com>
 
+       * cli/cli-dump.c (dump_bfd_file): Check error return and warn.
+
+       * jv-lang.c (evaluate_subexp_java): Conditional can't be true.
+
+       * dwarf2read.c (dwarf2_compute_name): NAME cannot be null here.
+
+       * cli/cli-dump.c (restore_binary_file): Validate ftell return value.
+
+       * ada-lang.c (ada_make_symbol_completion_list): Replace malloc
+       with xmalloc.
+
+       * ada-lang.c (aggregate_assign_others): Rename inner scope variable
+       which shadows function parameter.
+
        * tracepoint.c (create_tsv_from_upload): Superfluous call
        to xstrdup.  Callee already calls xstrdup.
 
This page took 0.030224 seconds and 4 git commands to generate.