* README: Make version-agnostic.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 69937915de557557a7146e6918c727fff2939a20..d3272bb653d642c713f854651894abc6fe4dcd7b 100644 (file)
@@ -1,3 +1,54 @@
+2010-06-07  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * README: Make version-agnostic.
+
+2010-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix duplicate types for single DIE.
+       * dwarf2read.c (read_structure_type): Move set_descriptive_type after
+       set_die_type.
+       (read_array_type): Remove type initialization.  Recheck get_die_type
+       after initial die_type.  Move set_die_type before set_descriptive_type.
+       (read_set_type): New variable domain_type.  Recheck get_die_type after
+       initial die_type.  Move attr initialization later.
+       (read_tag_pointer_type, read_tag_reference_type): New variable
+       target_type.  Recheck get_die_type after initial die_type.
+       (read_tag_ptr_to_member_type): Recheck get_die_type after initial
+       die_type and die_containing_type.
+       (read_tag_const_type, read_tag_volatile_type, read_subroutine_type):
+       Recheck get_die_type after initial die_type.
+       (read_subrange_type): Recheck get_die_type after initial die_type.
+       Move set_die_type before set_descriptive_type.
+       (set_die_type): Extend the function comment.  Call complaint if DIE has
+       some type already set.
+
+2010-06-05  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * mi/mi-main.c (mi_cmd_list_thread_groups): Adjust
+       for current naming of thread groups (iN, not N).
+
+2010-06-04  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * ada-lang.c (ada_operator_length): Constify `struct expression'.
+       * parse.c (operator_length): Likewise.
+       (operator_length_standard): Likewise.
+       * parser-defs.h (operator_length): Likewise.
+       (operator_length_standard): Likewise.
+       (struct exp_descriptor <operator_length>): Likewise.
+
+2010-06-04  Doug Evans  <dje@google.com>
+
+       Add support for enabling/disabling individual pretty-printers.
+       * python/py-prettyprint.c (search_pp_list): Skip disabled printers.
+       * python/python-internal.h (gdbpy_enabled_cst): Declare.
+       * python/python.c (gdbpy_enabled_cst): Define.
+       (_initialize_python): Initialize gdbpy_enabled_cst.
+       * NEWS: Add entry.
+
+2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * breakpoint.c (update_global_location_list): Fix comment typo.
+
 2010-06-04  Hui Zhu  <teawater@gmail.com>
 
        * dwarf2loc.c (disassemble_dwarf_expression): Change ul to l.
This page took 0.041256 seconds and 4 git commands to generate.