2012-02-20 Tristan Gingold <gingold@adacore.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index cb05fb5a55bc6e31283abff62b7295e14934ab79..5ca151003c3042ed8175b7a675362e7e6eed1f54 100644 (file)
@@ -1,3 +1,222 @@
+2012-02-20  Tristan Gingold  <gingold@adacore.com>
+
+       * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
+       value.
+
+2012-20-18  Joel Brobecker  <brobecker@adacore.com>
+
+       * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
+       between function description and implementation.
+
+2012-02-17  Tom Tromey  <tromey@redhat.com>
+
+       PR python/12070:
+       * python/py-event.c (event_object_getset): New global.
+       (event_object_type): Reference it.
+       * python/py-type.c (field_object_getset): New global.
+       (field_object_type): Reference it.
+       * python/python-internal.h (gdb_py_generic_dict): Declare.
+       * python/py-utils.c (gdb_py_generic_dict): New function.
+
+2012-02-17  Tristan Gingold  <gingold@adacore.com>
+
+       * solib-darwin.c (darwin_current_sos): Check magic and filetype
+
+2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
+
+       * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
+       TYPE_CALLING_CONVENTION annotation.
+
+2012-02-16  Kevin Buettner  <kevinb@redhat.com>
+
+       * MAINTAINERS: Add rx to target ISA section.
+       * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
+       (ALLDEPFILES): Add rx-tdep.c.
+
+2012-02-16  Tom Tromey  <tromey@redhat.com>
+
+       * symfile.c (symbol_file_add_main_1): Use inferior's
+       symfile_flags.
+       * solib.c (solib_read_symbols): Use inferior's symfile_flags.
+       * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
+       inferior.
+       * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
+       inferior.
+       (follow_exec): Use inferior's symfile_flags.
+       * inferior.h (struct inferior) <symfile_flags>: New field.
+
+2012-02-16  Mike Frysinger  <vapier@gentoo.org>
+
+       PR gdb/9734:
+       * remote-sim.c (gdbsim_create_inferior): Call error() when
+       sim_create_inferior() fails.
+
+2012-02-16  Josh Matthews  <josh@joshmatthews.net>
+
+       * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
+
+2012-02-16  Tom Tromey  <tromey@redhat.com>
+
+       PR c++/13653:
+       * thread.c (struct current_thread_cleanup) <was_removable>: New
+       field.
+       (restore_current_thread_cleanup_dtor): Restore 'removable' field.
+       (make_cleanup_restore_current_thread): Initialize new field.
+
+2012-02-15  Kevin Buettner  <kevinb@redhat.com>
+
+       * MAINTAINERS: Add rl78 to target ISA section.
+       * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
+       (ALLDEPFILES): Add rl78-tdep.c.
+       * NEWS: Mention rl78 as a new target.
+
+2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * frame.c (find_frame_sal): Initialize sal->pspace field from frame
+       data.
+       * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
+
+2012-02-15  Tom Tromey  <tromey@redhat.com>
+
+       PR gdb/12659:
+       * infcmd.c (registers_info): Print just the current register's
+       name.
+
+2012-02-15  Tom Tromey  <tromey@redhat.com>
+
+       * python/py-symbol.c (sympy_value): Use _().
+
+2012-02-15  Pedro Alves  <palves@redhat.com>
+
+       * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
+       output to be like native targets'.
+       (remote_pid_to_str): Special case the null ptid.
+
+2012-02-14  Stan Shebs  <stan@codesourcery.com>
+
+       * NEWS: Mention enable count command.
+       * breakpoint.h (struct breakpoint): New field enable_count.
+       * breakpoint.c (enable_breakpoint_disp): Add count argument.
+       (enable_breakpoint): Add arg to call.
+       (struct disp_data): New struct.
+       (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
+       (do_map_enable_once_breakpoint): Create a struct and pass it.
+       (do_map_enable_delete_breakpoint): Ditto.
+       (do_map_enable_count_breakpoint): New function.
+       (enable_count_command): New function.
+       (bpstat_stop_status): Decrement enable_count.
+       (print_one_breakpoint_location): Report enable count.
+       (_initialize_breakpoint): Add enable count command.
+
+2012-02-14  Kevin Buettner  <kevinb@redhat.com>
+
+       * rl78-tdep.c (reggroups.h): Include.
+       (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
+       (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
+       (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
+       (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
+       (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
+       (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
+       (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
+       (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
+       (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
+       (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
+       (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
+       (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
+       (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
+       (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
+       (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
+       (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
+       beginning of register list.
+       (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
+       (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
+       (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
+       (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
+       (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
+       (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
+       (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
+       (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
+       (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
+       (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
+       (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
+       the pseudo registers.  Rearrange other pseudo registers too so
+       that the bank registers appear at the end.
+       (rl78_register_type): Account for the fact that the byte sized
+       bank registers are now pseudo-registers.
+       (rl78_register_name): Rearrange the register name array.  Make
+       initial set of raw banked registers inaccessible.
+       (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
+       (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
+       case for copying bytes back and forth between raw and pseudo
+       versions of the banked registers.  Update other cases to reflect
+       the changed names.
+       (rl78_return_value): Update to account for changed names of
+       raw registers.
+       (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
+       rl78_register_sim_regno().
+
+2012-02-14  Kevin Buettner  <kevinb@redhat.com>
+
+       * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
+       the name parameter being passed to find_pc_partial_function().
+
+2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * MAINTAINERS: Step down from being ia64 target maintainer.
+
+2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
+       compilation warning.
+
+2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix crash on loaded shlibs without loaded exec_bfd.
+       * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
+       (set_section_command): Replace exec_bfd by p->bfd.
+
+2012-02-10  Tom Tromey  <tromey@redhat.com>
+
+       * linespec.c (decode_line_internal): Skip symtabs_from_filename
+       when we have a C++ qualified name.
+
+2012-02-10  Pedro Alves  <palves@redhat.com>
+
+       * inferior.c (inferior_pid_to_str): New.
+       (print_inferior, inferior_command): Use it.
+
+2012-02-10  Pedro Alves  <palves@redhat.com>
+
+       * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
+       the test CFLAGS.
+       * configure: Regenerate.
+
+2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * linespec.c (decode_line_internal): Fix comment correctness.
+
+2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
+
+       PR gdb/12953
+       * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
+       * amd64bsd-nat.c: Add support for debug registers (adapted from
+       i386bsd-nat.c).
+       [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
+       (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
+       (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
+       (amd64bsd_dr_get_control): New functions.
+       * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
+       * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
+       [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
+       watchpoints initialization.
+       * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
+
+2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
+       flds_bnds.fields.
+       (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
+
 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
This page took 0.027151 seconds and 4 git commands to generate.