2011-05-26 Pedro Alves <pedro@codesourcery.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 409426360a7280880f9d86748ca4bebe98a152d4..bc5620ce83351a2413779932d8e5e8c913ab8e3a 100644 (file)
@@ -1,3 +1,57 @@
+2011-05-26  Pedro Alves  <pedro@codesourcery.com>
+
+       * breakpoint.c (iterate_over_related_breakpoints): New.
+       (do_map_delete_breakpoint): New.
+       (delete_command): Pass do_map_delete_breakpoint to
+       map_breakpoint_numbers.
+       (do_disable_breakpoint): New.
+       (do_map_disable_breakpoint): Iterate over the breakpoint's related
+       breakpoints.
+       (do_enable_breakpoint): Rename to ...
+       (enable_breakpoint_disp): ... this.
+       (enable_breakpoint): Adjust.
+       (do_enable_breakpoint): New.
+       (enable_once_breakpoint): Delete.
+       (do_map_enable_breakpoint): New.
+       (do_map_enable_once_breakpoint): New.
+       (enable_once_command, enable_delete_command)
+       (delete_trace_command): Iterate over the breakpoint's related
+       breakpoints.
+
+2011-05-26  Pedro Alves  <pedro@codesourcery.com>
+
+       * alpha-tdep.c (alpha_cannot_fetch_register): Don't return true
+       for ALPHA_ZERO_REGNUM.
+       (alpha_supply_int_regs): Explicitly supply zero as the value for
+       ALPHA_ZERO_REGNUM in the register cache.
+       * alpha-nat.c (fetch_osf_core_registers): Ditto.
+
+2011-05-26  Yao Qi  <yao@codesourcery.com>
+
+       * gdb/gdb_thread_db.h: Remove HAVE_UINTPTR_T.
+
+2011-05-26  Tristan Gingold  <gingold@adacore.com>
+
+       * symfile.h (struct dwarf2_section_names): New type.
+       (struct dwarf2_debug_sections): New type.
+       (dwarf2_has_info): Add parameter.
+       * dwarf2read.c (dwarf2_elf_names): New variable.
+       (INFO_SECTION, ABBREV_SECTION, LINE_SECTION, LOC_SECTION)
+       (MACINFO_SECTION, STR_SECTION, RANGES_SECTION, TYPES_SECTION)
+       (FRAME_SECTION, EH_FRAME_SECTION, GDB_INDEX_SECTION): Remove.
+       (dwarf2_has_info): Add names parameter.  Pass names
+       to dwarf2_locate_sections.
+       (section_is_p): Rewrite using the names parameter.
+       (dwarf2_locate_sections): Use section names from the names parameter.
+       * coffread.c (coff_symfile_read): Adjust call to dwarf2_has_info.
+       * elfread.c (read_psyms): Ditto.
+       * machoread.c (macho_symfile_read): Ditto.
+
+2011-05-25  Andreas Schwab  <schwab@redhat.com>
+
+       PR gdb/8677
+       * event-loop.c (handle_file_event): Don't handle POLLHUP as error.
+
 2011-05-24  Keith Seitz  <keiths@redhat.com>
 
        PR breakpoint/12803
This page took 0.024415 seconds and 4 git commands to generate.