2010-08-12 Daniel Jacobowitz <dan@codesourcery.com>
[binutils-gdb.git] / gdb / ChangeLog
index 84b1d665043088c3df6cdc8cb5188f5e4023e8a1..f05829cfb40c77007bee038fc6751b944231bd64 100644 (file)
@@ -1,3 +1,81 @@
+2010-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
+           Pedro Alves  <pedro@codesourcery.com>
+
+       * dwarf2read.c: Include "c-lang.h" and "valprint.h".
+       (struct dwarf2_per_objfile) <reading_partial_symbols>: New field.
+       (struct partial_die_info) <has_template_arguments>: New field.
+       <num_attrs>: Change type to unsigned char.
+       <building_fullname>: New field.
+       (dwarf2_build_psymtabs_hard): Set reading_partial_symbols.  Only
+       allocate a CU if we don't have one already.  Add a cleanup for the
+       CU.
+       (partial_die_full_name): Handle template arguments not in
+       DW_AT_name.
+       (dwarf2_psymtab_to_symtab): Clear reading_partial_symbols.
+       (load_full_comp_unit): Only allocate a CU if we don't have one
+       already.
+       (do_ui_file_peek_last): New.
+       (dwarf2_compute_name): Handle template parameters not in
+       DW_AT_name.
+       (read_comp_unit): Read and free abbrevs if not read yet.
+       (load_partial_dies): Handle template arguments not in DW_AT_name.
+       (find_partial_die): If we have a CU, but no a partial dies yet,
+       also read in the CU.
+       (dwarf2_const_value_attr): New, abstracted out from
+       dwarf2_const_value.
+       (dwarf2_const_value, dwarf2_const_value_data): Adjust to use
+       dwarf2_const_value_attr.
+       (determine_prefix): Detect and break loops created by RCVT's debug
+       info.
+       (maybe_queue_comp_unit): Bail out early if reading partial
+       symbols.
+       (follow_die_offset): Load full CU if we have no dies.
+       * dwarf2loc.c (dwarf2_evaluate_loc_desc): Make public.
+       * dwarf2loc.h (dwarf2_evaluate_loc_desc): Declare.
+
+2010-08-11  Tom Tromey  <tromey@redhat.com>
+            Phil Muldoon  <pmuldoon@redhat.com>
+
+       * python/python.c (gdbpy_run_events): New function.
+       (gdbpy_post_event): Likewise.
+       (gdbpy_initialize_events): Likewise.
+       (_initialize_python): Call gdbpy_initialize_events.
+
+2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
+
+       * gdb/valarith.c (vector_binop): New function.
+       (scalar_binop): Likewise.
+       (value_binop): Call scalar_binop or vector_binop depending on the types.
+       * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR.
+       (evaluate_subexp_with_coercion): Add vector check to not convert vectors
+       to pointers.
+       * gdb/value.c (coerce_array): Add vector check to not coerce vectors.
+
+2010-08-11  Brad Roberts  <braddr@puremagic.com>
+
+       * d-lang.c (extract_identifiers): Handle multiple digits.
+
+2010-08-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup.
+       * dummy-frame.c (dummy_frame_unwinder): Remove its static qualifier.
+       Rename to dummy_frame_unwind.
+       (dummy_frame_unwind): Remove.
+       * dummy-frame.h (dummy_frame_unwind): Reference directly the struct.
+       * frame-unwind.c (frame_unwind_init): Use address of
+       dummy_frame_unwind and inline_frame_unwind.
+       * frame.c (create_sentinel_frame): Use address of
+       sentinel_frame_unwind.
+       * inline-frame.c (inline_frame_unwinder): Rename to
+       inline_frame_unwind.
+       (inline_frame_unwind): Remove.
+       * inline-frame.h (inline_frame_unwind): Reference directly the struct.
+       * sentinel-frame.c (sentinel_frame_unwinder): Rename to
+       sentinel_frame_unwind.
+       (sentinel_frame_unwind): Remove.
+       * sentinel-frame.h (sentinel_frame_unwind): Reference directly the
+       struct.
+
 2010-08-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        Code cleanup.