gdb/
[binutils-gdb.git] / gdb / ChangeLog
index 3813d5b79bb699facbe0c88341989cb3d5d8948f..4d74734f6cd786c54316b0b8d39153ef7244de38 100644 (file)
@@ -1,3 +1,33 @@
+2010-08-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup.
+       * breakpoint.c (bpstat_alloc): Remove unused prototype.
+       (bpstat_alloc): Change parameters cbs to bs_link_pointer.  Adjust the
+       code.
+       (bpstat_stop_status): Change root_bs into bs_head and bs_link.  Adjust
+       calls of bpstat_alloc.  Remove explicit bs chain termination.
+
+2010-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup.
+       * linux-nat.c (pull_pid_from_list): Rename status to statusp.
+       (my_waitpid): Likewise.
+
+2010-08-27  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (dw2_require_line_header): Read from .debug_types
+       as appropriate.
+
+2010-08-27  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2read.c (dwarf2_attach_fields_to_type): Don't set
+       TYPE_FIELD_IGNORE_BITS.
+
+2010-08-27  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c (dwarf2_per_objfile_free): Reorganize buffers to match
+       the order they're defined in.  munmap .debug_types buffer.
+
 2010-08-26  Doug Evans  <dje@google.com>
 
        * dwarf2read.c (dw2_require_full_path): Rename parameter cu to per_cu.