* linespec.c (collect_methods): Delete.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 23c2e660f55a243e9d86a7214962fbdf2b498b6d..1cc0cb287e8a8561f8c270d932f733e2a2daeeed 100644 (file)
@@ -1,3 +1,95 @@
+2009-06-16  Keith Seitz  <keiths@redhat.com>
+
+       * linespec.c (collect_methods): Delete.
+       (add_matching_methods): Reove destructor special case.
+       (find_method): Call find_methods directly instead of
+       collect_methods.
+       * valops.c (value_struct_elt): Remove destructor
+       special cases.
+       (check_field): Likewise.
+       (value_struct_elt_for_reference): Likewise.
+       (destructor_name_p): Remove misleading comment about dtors
+       being "special cases". 
+       * gdbtypes.h (get_destructor_fn_field): Remove. No longer needed.
+       * gdbtypes.c (get_destructor_fn_field): Likewise. 
+
+2009-06-16  Pedro Alves  <pedro@codesourcery.com>
+
+       * mi/mi-main.c (mi_cmd_data_read_memory): Dispatch
+       TARGET_OJECT_MEMORY reads to the topmost target, not to the
+       flattened current_target.
+
+2009-06-16  Tristan Gingold  <gingold@adacore.com>
+
+       * avr-tdep.c (struct gdbarch_tdep): Replace the unused field with
+       call_length field.
+       (avr_register_name): Add const to register_names.
+       (avr_scan_arg_moves): Move inside avr_scan_prologue.
+       (avr_scan_prologue): Add pc_end argument.
+       Only read prologue bytes that can be read.
+       Limit the scan to the known prologue length.
+       Makes pattern variables static and const.
+       Fix indentation.
+       (avr_skip_prologue): Pass func_end argument to avr_scan_prologue.
+       Fix indentation.
+       (avr_breakpoint_from_pc): Constify avr_break_insn.
+       (avr_extract_return_value): Fix function comment.
+       (avr_frame_unwind_cache): Fix GNU style violations.
+       Pass current_pc argument to avr_scan_prologue to stop prologue
+       analysis to the current pc.  This fixes the bug with the 'next'
+       command.
+       Correctly set the SP register of the previous frame (use call_length).
+       (avr_frame_prev_register): Fix indentation.
+       Correctly read PC from the stack on avr6 architectures.
+       (avr_push_dummy_call): Fix indentation.
+       (avr_gdbarch_init): Set call_length according to the architecture.
+
+2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
+
+       * infcall.c (show_unwind_on_terminating_exception_p): New
+       function.
+       (call_function_by_hand): Create breakpoint and clean-up call for
+       std::terminate.breakpoint. Add unwind_on_terminating_exception_p
+       gate. Pop frame on breakpoint hit.
+       (_initialize_infcall): Add add_setshow_boolean_cmd for
+       unwind-on-terminating-exception.
+
+2009-06-12  Kevin Buettner  <kevinb@redhat.com>
+
+       * dwarf2read.c (dwarf2_psymtab_to_symtab): Propagate
+       `has_section_at_zero' flag from stripped objfile to separate,
+       debug info only, objfile.
+
+2009-06-12  Pedro Alves  <pedro@codesourcery.com>
+
+       * exec.h (section_table_xfer_memory_partial): Improve description,
+       mention SECTION_NAME.
+       * exec.c (section_table_xfer_memory_partial): Remove stale
+       description.
+
+2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * nto-tdep.h (nto_generic_supply_gpregset)
+       (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
+       * nto-tdep.c (nto_generic_supply_gpregset)
+       (nto_generic_supply_fpregset, nto_generic_supply_altregset): Remove.
+
+2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * i386-nto-tdep.c (I386_NTO_SIGCONTEXT_OFFSET): Remove define.
+       (i386nto_sigcontext_addr): Change the way context address is calculated.
+       (i386nto_init_abi): Remove usage of deprecated sc_reg_offset and
+       sc_sp_offset and set sc_reg_offset and sc_num_regs.
+
+2009-06-11  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * i386-nto-tdep.c (i386_nto_target): Remove definition.
+       (init_i386nto_ops): Use macros to set fields to global
+       current_nto_target directly.
+       (i386nto_init_abi): Remove unused nto_set_target call.
+       * nto-tdep.h (nto_set_target): Remove unused declaration.
+       * nto-tdep.c (nto_set_target): Remove unused function.
+
 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
 
        * breakpoint.c (break_command_really): Rename local variable
This page took 0.026697 seconds and 4 git commands to generate.