gdb/
[binutils-gdb.git] / gdb / ChangeLog
index 71010f4d93b6cc37df907e816957fb4800e6c433..0089c25f5a19a5590c736a1ae7be06dcaeff8d94 100644 (file)
@@ -1,3 +1,39 @@
+2011-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup.
+       * dwarf2loc.c (dwarf_expr_frame_base_1, dwarf2_evaluate_loc_desc_full):
+       Indent prototypes so they do not get into tags.
+
+2011-07-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup making also optimized out values lazy.
+       * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Use
+       allocate_optimized_out_value.  Twice.
+       (loclist_read_variable)  Use allocate_optimized_out_value.  Once.
+       * findvar.c (read_var_value): Likewise.
+       * value.c (allocate_optimized_out_value): New function.
+       * value.h (allocate_optimized_out_value): New declaration.
+
+2011-07-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix occasional crash of CTRL-C during DWARF read in.
+       * dwarf2read.c (dwarf2_mark_helper): Return on NULL CU.
+
+2011-07-11  Tom Tromey  <tromey@redhat.com>
+
+       * regcache.c (struct regcache_descr): Fix typo.
+       * i387-tdep.c (i387_supply_xsave): Fix typo.
+
+2011-07-11  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2read.c (handle_DW_AT_stmt_list): New function.
+       (read_file_scope, read_type_unit_scope): Use it.
+
+2011-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * dwarf2expr.c (read_sleb128): Fix signed extension overflowing host
+       `int'.
+
 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
 
         PR python/12438