X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=6319afeb0c379ce571470b69c61c5e18541ca204;hb=8cebebb9a2f399f50f4284797528fb952dd80576;hp=cf5c907ed9ad05ec806bb05a5f032ecc33ff60e7;hpb=b6199126eec56a19b3d4cd365abe3ec29d4911b9;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cf5c907ed9..6319afeb0c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,79 @@ +2009-12-02 Paul Pluzhnikov + + * ada-lang.c (ada_value_assign): Use observer_notify_memory_changed. + * valops.c (value_assign): Likewise. + * defs.h (deprecated_memory_changed_hook): Remove. + * top.c (deprecated_memory_changed_hook): Likewise. + * interps.c (clear_interpreter_hooks): Adjust. + +2009-12-02 Tristan Gingold + + * symfile.h (dwarf2_build_psymtabs): Remove mainline parameter in + prototype. + * dwarf2read.c (dwarf2_build_psymtabs): Remove mainline paramter in + definition, simplify code assuming it is always 0. + * coffread.c (coff_symfile_read): Adjust call. + * elfread.c (elf_symfile_read): Ditto. + * machoread.c (macho_symfile_read): Explicitely calls + init_psymbol_list if mainline is set. + +2009-12-02 Tristan Gingold + + * dwarf2read.c (dwarf2_build_psymtabs_easy): Remove mainline parameter. + (dwarf2_build_psymtabs_hard): Ditto. + (dwarf2_build_psymtabs): Ajust calls. + * stabsread.h (elfstab_build_psymtabs): Remove mainline parameter on + the prototype. + (coffstab_build_psymtabs): Ditto. + (stabsect_build_psymtabs): Ditto. + * dbxread.c (coffstab_build_psymtabs): Remove mainline parameter on + the definition. + (elfstab_build_psymtabs): Ditto. + (stabsect_build_psymtabs): Ditto. + * coffread.c (coff_symfile_read): Adjust call. + * elfread.c (elf_symfile_read): Ditto. + * somread.c (som_symfile_read): Ditto. + +2009-12-02 Tristan Gingold + + * charset.c (_initialize_charset): Set a default value to + auto_host_charset_name if empty. + +2009-12-01 Joseph Myers + + * gcore.c: Include solib.h. + (gcore_create_callback): Call solib_keep_data_in_core when + considering not saving memory in core file. + * solib-svr4.c (svr4_keep_data_in_core): New. + (_initialize_svr4_solib): Initialize + svr4_so_ops.keep_data_in_core. + * solib.c (solib_keep_data_in_core): New. + * solib.h (solib_keep_data_in_core): Declare. + * solist.h (struct target_so_ops): Add keep_data_in_core. + +2009-11-30 Joseph Myers + + * configure: Regenerate. + +2009-11-28 Vladimir Prus + + * target.c (target_terminal_inferior): Use target_can_async_p, not + target_is_async_p. + +2009-11-27 Ulrich Weigand + + * s390-nat.c (s390_can_use_hw_breakpoint): Only support breakpoints + of type bp_hardware_watchpoint. + +2009-11-27 Joel Brobecker + + * ada-lang.c: Apply some corrections to the previous comment addition. + +2009-11-26 Joel Brobecker + + * ada-lang.c: Update the comment explaining how to evaluate + Ada expressions. + 2009-11-24 Daniel Jacobowitz PR gdb/8704