gdb/
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 4b99889a411413afee82e77ba0a017858efb7627..9cadc1541ad3d6c041a8a84cfc798cfcbd4e1629 100644 (file)
@@ -1,3 +1,113 @@
+2009-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * varobj.c (free_variable): Replace free_current_contents by xfree.
+
+2009-04-22  Kazu Hirata  <kazu@codesourcery.com>
+
+       * arm-linux-nat.c (fetch_register, store_register): Use
+       ARM_CPSR_GREGNUM instead of ARM_CPSR_REGNUM.
+       * arm-linux-tdep.c (arm_linux_supply_gregset,
+       arm_linux_collect_gregset): Likewise.
+       * arm-linux-tdep.h (ARM_CPSR_GREGNUM): New.
+       * arm-tdep.h (ARM_CPSR_REGNUM): Remove.
+
+2009-04-22  Hui Zhu  <teawater@gmail.com>
+
+       * stack.c (_initialize_stack): Set the default of
+       disassemble-next-line to off.
+
+2009-04-21  Tom Tromey  <tromey@redhat.com>
+
+       * acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING.
+       * configure.ac: Use AS_HELP_STRING, not AC_HELP_STRING.
+
+2009-04-21  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac: Add quotes to not lose brackets in help text.
+       * configure: Rebuild.
+
+2009-04-21  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * configure.ac: Don't postprocess Makefile in config.status.
+       Substitute GDB_NM_FILE.  Don't substitute nm_h.
+       * Makefile.in (GDB_NM_FILE): Substitute.
+       (TAGS): Use $(GDB_NM_FILE) instead of $(NAT_FILE).
+       * configure: Regenerate.
+       * gnulib/Makefile.in: Regenerate.
+
+2009-04-21  Joseph Myers  <joseph@codesourcery.com>
+
+       * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
+       --with-htmldir): New.
+       * configure: Regenerate.
+
+2009-04-21  Tom Tromey  <tromey@redhat.com>
+
+       * configure: Rebuild.
+       * configure.ac: Use lower case for start of help strings.  Clean
+       up --with-sysroot help.
+
+2009-04-21  Tom Tromey  <tromey@redhat.com>
+
+       * configure: Rebuild.
+       * acinclude.m4 (AM_ICONV): Use AC_HELP_STRING.
+       * configure.ac: Use AC_HELP_STRING.  Use upper case for variables
+       in help.
+
+2009-04-21  Pierre Muller  <muller.u-strasbg.fr>
+
+       ARI fix: remove "%p".
+       * ia64-tdep.c (ia64_frame_this_id): Use host_address_to_string function.
+       (ia64_sigtramp_frame_this_id): Ditto.
+       (ia64_libunwind_frame_this_id): Ditto.
+       (ia64_libunwind_sigtramp_frame_this_id): Ditto.
+       * symmisc.c (maintenance_info_psymtabs): Ditto.
+
+2009-04-21  Joseph Myers  <joseph@codesourcery.com>
+
+       * configure.ac (--with-relocated-sources): New.
+       * configure, config.in: Regenerate.
+       * source.c (add_substitute_path_rule): Remove static.
+       * source.h (add_substitute_path_rule): Declare.
+       * main.c: Include "source.h".
+       (captured_main): Add substitution rule if RELOC_SRCDIR.
+
+2009-04-21  Pierre Muller  <muller.u-strasbg.fr>
+
+       * gnu-nat.h (proc_debug): Add missing continuation line in macro.
+
+2009-04-20  David Daney  <ddaney@caviumnetworks.com>
+
+       * NEWS: Mention MIPS/Linux hardware watchpoint support.
+
+2009-04-20  David Daney  <ddaney@caviumnetworks.com>
+
+       * mips-linux-nat.c (command.h, gdbcmd.h, gdb_assert.h): New #includes.
+       (maint_show_dr, super_close): New variables.
+       (super_fetch_registers, super_store_registers): Make static.
+       (PTRACE_GET_WATCH_REGS, PTRACE_SET_WATCH_REGS, W_BIT, R_BIT, I_BIT)
+       (W_MASK, R_MASK, I_MASK, IRW_MASK, MAX_DEBUG_REGISTER): Define.
+       (pt_watch_style): Define new enum.
+       (mips32_watch_regs, mips64_watch_regs, pt_watch_regs, mips_watchpoint):
+       Define new structs.
+       (watch_readback_valid, watch_readback, current_watches, watch_mirror):
+       New variables.
+       (get_irw_mask, get_reg_mask, get_num_valid, get_watchlo)
+       (set_watchlo, get_watchhi, set_watchhi, mips_show_dr)
+       (mips_linux_read_watch_registers, mips_linux_can_use_hw_breakpoint)
+       (mips_linux_stopped_by_watchpoint, mips_linux_stopped_data_address)
+       (type_to_irw, fill_mask, try_one_watch)
+       (mips_linux_region_ok_for_hw_watchpoint, write_watchpoint_regs)
+       (mips_linux_new_thread, populate_regs_from_watches)
+       (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint)
+       (mips_linux_close): New functions.
+       (_initialize_mips_linux_nat): Register watchpoint functions with
+       the target_ops.  Add show-debug-regs maintenance command.
+
+2009-04-20  David Daney  <ddaney@caviumnetworks.com>
+
+       * infrun.c (handle_inferior_event): Move gegisters_changed call down.
+
 2009-04-19  Pedro Alves  <pedro@codesourcery.com>
 
        * NEWS: Mention gdbserver support for x86 Windows CE.
 2009-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
 
        * mips-tdep.c (mips_numeric_register_alieses): New definition.
-       (mips_gdbarch_init): Add user registers from 
+       (mips_gdbarch_init): Add user registers from
        mips_numeric_register_aliases.
 
 2009-04-01  Joel Brobecker  <brobecker@adacore.com>
This page took 0.025753 seconds and 4 git commands to generate.