2009-10-13 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3bc37250024bbcf410b6e3c9ce53a1174b1a84f4..1c206ac2abf54fd8f4e5c26028b5b2cea7aaf6b8 100644 (file)
@@ -1,3 +1,131 @@
+2009-10-13  Tristan Gingold  <gingold@adacore.com>
+
+       * solib-darwin.c: Add an empty line after comment for functions.
+       (struct gdb_dyld_all_image_infos): Improve comment.
+       (DYLD_VERSION): Removed and replaced by ...
+       (DYLD_VERSION_MAX, DYLD_VERSION_MIN): ... New macros.
+       (darwin_dyld_version_ok): New function.
+       (darwin_load_image_infos): Call darwin_dyld_version_ok.
+       (darwin_current_sos): Ditto.
+       (darwin_solib_create_inferior_hook): Ditto.
+
+2009-10-13  Tristan Gingold  <gingold@adacore.com>
+
+       * machoread.c: Add an empty line after comment for functions.
+       (oso_el_compare_name): New function.
+       (macho_add_oso_symfile): New function.
+       (macho_oso_symfile): Use macho_add_oso_symfile.  Sort the oso
+       and optimize accesses to libraries.
+
+2009-10-13  Tristan Gingold  <gingold@adacore.com>
+
+       * objfiles.c (objfile_has_symbols): New function.
+       * objfiles.h (objfile_has_symbols): Add prototype.
+       * symfile.c (symbol_file_add_with_addrs_or_offsets): Call
+       objfile_has_symbols.
+       (reread_symbols): Ditto.
+
+2009-10-12  Jiang Jilin  <freephp@gmail.com>
+
+       * i386-tdep.c (i386_process_record): Add xgetbv/xsetbv
+       instructions support.
+
+2009-10-11  Pedro Alves  <pedro@codesourcery.com>
+
+       * procfs.c (procfs_make_note_section): Go back to only outputing
+       an NT_PSTATUS note when UNIXWARE is defined.
+
+2009-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * features/xinclude.dtd: Correct EMPTY typo.
+
+2009-10-10  Michael Snyder  <msnyder@vmware.com>
+
+       * i386-tdep.c (i386_process_record): Or-equals, not not-equals.
+
+2009-10-10  Pedro Alves  <pedro@codesourcery.com>
+
+       * mi/mi-cmd-stack.c (list_args_or_locals): Use internal_error.
+       Put "break" statements on their own line.
+
+2009-10-09  Pedro Alves  <pedro@codesourcery.com>
+
+       * linux-nat.c (linux_nat_wait_1): Bail out, if TARGET_WNOHANG and
+       we found no event while waiting for a specific LWP.
+       * infrun.c (handle_inferior_event): Handle TARGET_WAITKIND_IGNORE
+       before anything else.
+
+2009-10-09  Pedro Alves  <pedro@codesourcery.com>
+
+       * procfs.c (procfs_make_note_section): Always output a NT_PSTATUS
+       note when NEW_PROC_API is defined.
+
+2009-10-09  Pedro Alves  <pedro@codesourcery.com>
+
+       * corelow.c (core_has_fake_pid): New.
+       (core_close): Clear it.
+       (add_to_thread_list): Fake a pid if one is not found on a Solaris
+       core.  Add the inferior here.  Always add the thread, don't use
+       thread_change_ptid.
+       (core_open): Don't add the main thread or the inferior here unless
+       we find that the core had no .reg/NN sections.
+       (get_core_register_section): Handle Solaris cores with fake pids.
+
+       * corelow.c (add_to_thread_list): Fix typo.
+
+2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       PR gdb/10457
+       * elfread.c (elf_symtab_read): Don't use alloca in a loop.
+       
+2009-10-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * i386-nat.c (i386_stopped_by_hwbp): Remove.
+
+2009-10-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * NEWS: Update following the GDB 7.0 release.
+
+2009-10-07  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       ARI fix: OP eol rule.
+       * doublest.c (floatformat_from_length): Avoid operator at end of line.
+       * dwarf2-frame.c (dwarf2_build_frame_info): Idem.
+       * dwarf2read.c (read_array_order, dwarf_decode_macros): Idem.
+       * eval.c (evaluate_subexp_standard): Idem.
+       * event-loop.c (create_timer, handle_timer_event): Idem.
+       * expprint.c (print_subexp_standard): Idem.
+       * f-exp.y (variable): Idem.
+       * f-typeprint.c (f_print_type): Idem.
+
+2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       ARI fix: OP eol rule.
+       * blockframe.c (find_pc_partial_function): Avoid operator at end of
+       line.
+       * buildsym.c (find_symbol_in_list): Idem.
+       (start_subfile, patch_subfile_names): Idem.
+       * c-exp.y (variable, yylex): Idem.
+       * c-typeprint.c (c_print_type, c_type_print_base): Idem.
+       * c-valprint.c (c_val_print): Idem.
+       * coffread.c (patch_opaque_types, process_coff_symbol): Idem.
+       * corelow.c (core_open): Idem.
+       * cris-tdep.c (move_reg_to_mem_movem_op): Idem.
+       * cli/cli-decode.c (help_cmd_list, find_command_name_length): Idem.
+
+2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       ARI fix: OP eol rule.
+       * ada-exp.y (block_lookup): Avoid operator at end of line.
+       * aix-thread.c (pd_enable): Idem.
+       * alpha-tdep.c (alpha_next_pc): Idem.
+       * arm-tdep.c (arm_skip_prologue, arm_scan_prologue): Idem.
+       (condition_true, coff_sym_is_thumb): Idem.
+
+2009-10-06  Joel Brobecker  <brobecker@adacore.com>
+
+       GDB 7.0 released.
+
 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        ARI fix: "%p" rule.
This page took 0.056935 seconds and 4 git commands to generate.