nto-procfs.c: Don't install a deprecated_xfer_memory method
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index b642ac95acf8a4a95dae6c9fbafcb1383de2d9d8..197b61e60d01ef74ba0d85b36d088cecac68413a 100644 (file)
@@ -1,3 +1,101 @@
+2014-02-26  Pedro Alves  <palves@redhat.com>
+
+       * nto-procfs.c (procfs_xfer_memory): Adjust interface as a
+       to_xfer_partial helper.  Rewrite.
+       (procfs_xfer_partial): New function.
+       (init_procfs_ops): Don't install a deprecated_xfer_memory hook.
+       Install a to_xfer_partial hook.
+
+2014-02-26  Pedro Alves  <palves@redhat.com>
+
+       * remote-m32r-sdi.c (send_data): Constify 'buf' parameter.
+       (m32r_xfer_memory): Adjust as a to_xfer_partial helper.
+       (m32r_xfer_partial): New function.
+       (init_m32r_ops): Don't install a deprecated_xfer_memory hook.
+       Install a to_xfer_partial hook.
+
+2014-02-26  Pedro Alves  <palves@redhat.com>
+
+       * remote-mips.c (mips_xfer_memory): Adjust as to_xfer_partial
+       helper.
+       (mips_xfer_partial): New function.
+       (_initialize_remote_mips): Don't install a deprecated_xfer_memory
+       hook.  Install a to_xfer_partial hook.
+
+2014-02-26  Joel Brobecker  <brobecker@adacore.com>
+
+       * gdbtypes.h (create_array_type_with_stride): Add declaration.
+       * gdbtypes.c (create_array_type_with_stride): New function,
+       renaming create_array_type, but with an added parameter
+       called "bit_stride".
+       (create_array_type): Re-implement using
+       create_array_type_with_stride.
+       * dwarf2read.c (read_array_type): Add support for DW_AT_byte_stride
+       and DW_AT_bit_stride attributes.
+
+2014-02-26  Pedro Alves  <palves@redhat.com>
+
+       * breakpoint.c (bpstat_check_breakpoint_conditions): Handle
+       task-specific breakpoints.
+
+2014-02-25  Pedro Alves  <palves@redhat.com>
+
+       * ia64-linux-nat.c (ia64_linux_xfer_partial): Reimplement
+       handling of object == TARGET_OBJECT_UNWIND_TABLE.
+
+2014-02-25  Stan Shebs  <stan@codesourcery.com>
+
+       * defs.h: Annotate comments for Doxygen.
+
+2014-02-25  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (target_ignore): Don't declare.
+       * target.c (target_ignore): Remove.
+
+2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       PR gdb/16626
+       * auto-load.c (auto_load_objfile_script_1): Change filename to
+       debugfile.
+
+2014-02-25  Joel Brobecker  <brobecker@adacore.com>
+
+       * ia64-linux-nat.c (ia64_linux_xfer_partial): Add function
+       documentation.  Adjust prototype to match the target_ops
+       to_xfer_partial method.  Adjust implementation accordingly.
+
+2014-02-25  Hui Zhu  <hui@codesourcery.com>
+
+       * target.h (target_ops): Fix TARGET_DEFAULT_RETURN of
+       to_traceframe_info.
+
+2014-02-25  Kevin Buettner  <kevinb@redhat.com>
+
+       * rl78-tdep.c (RL78_BANK0_RP0_PTR_REGNUM, RL78_BANK0_RP1_PTR_REGNUM)
+       (RL78_BANK0_RP2_PTR_REGNUM, RL78_BANK0_RP3_PTR_REGNUM)
+       (RL78_BANK1_RP0_PTR_REGNUM, RL78_BANK1_RP1_PTR_REGNUM)
+       (RL78_BANK1_RP2_PTR_REGNUM, RL78_BANK1_RP3_PTR_REGNUM)
+       (RL78_BANK2_RP0_PTR_REGNUM, RL78_BANK2_RP1_PTR_REGNUM)
+       (RL78_BANK2_RP2_PTR_REGNUM, RL78_BANK2_RP3_PTR_REGNUM)
+       (RL78_BANK3_RP0_PTR_REGNUM, RL78_BANK3_RP1_PTR_REGNUM)
+       (RL78_BANK3_RP2_PTR_REGNUM, RL78_BANK3_RP3_PTR_REGNUM):
+       New constants.
+       (rl78_register_type): Use a data pointer type for SP and
+       new pseudo registers mentioned above.  Use a 16 bit integer
+       type for all other register pairs.
+       (rl78_register_name, rl78_g10_register_name): Update for
+       new pseudo registers.
+       (rl78_pseudo_register_read): Likewise.
+       (rl78_pseudo_register_write): Likewise.
+       (rl78_dwarf_reg_to_regnum): Return register numbers representing
+       to the newly added pseudo registers.
+
+2014-02-24  Doug Evans  <dje@google.com>
+
+       * value.c (record_latest_value): Fix comment.
+       * printcmd.c (print_command_1): Remove code to handle -1 return from
+       record_latest_value.
+
 2014-02-24  Pedro Alves  <palves@redhat.com>
 
        * procfs.c (procfs_target): Don't install procfs_xfer_memory as
This page took 0.024006 seconds and 4 git commands to generate.