ChangeLog:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 496fb24bf71998ac962c9ba1e30401034ac5e890..832eedc4861426471516907d18b06706a1131156 100644 (file)
+2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * linux-nat.c: Include <sys/vfs.h>.
+       (SPUFS_MAGIC): Define.
+       (spu_enumerate_spu_ids): New function.
+       (linux_proc_xfer_spu): New function.
+       (linux_xfer_partial): Handle TARGET_OBJECT_SPU.
+
+       (iterate_over_spus): New function.
+       (struct linux_spu_corefile_data): New data type.
+       (linux_spu_corefile_callback): New function.
+       (linux_spu_make_corefile_notes): New function.
+       (linux_nat_make_corefile_notes): Call it.
+
+       * corelow.c (struct spuid_list): New data type.
+       (add_to_spuid_list): New function.
+       (core_xfer_partial): Handle TARGET_OBJECT_SPU.
+
+2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * features/Makefile: Allow sub-platform specific expedite settings.
+       (WHICH): Add rs6000/powerpc-cell32l and rs6000/powerpc-cell64l.
+       (rs6000/powerpc-cell32l-expedite): Define.
+       (rs6000/powerpc-cell64l-expedite): Likewise.
+       * features/rs6000/powerpc-cell32l.xml: New file.
+       * features/rs6000/powerpc-cell64l.xml: New file.
+       * features/rs6000/powerpc-cell32l.c: New generated file.
+       * features/rs6000/powerpc-cell64l.c: New generated file.
+
+       * regformats/rs6000/powerpc-cell32l.dat: New generated file.
+       * regformats/rs6000/powerpc-cell64l.dat: New generated file.
+
+       * config/djgpp/fnchange.lst: Add mappings for new files.
+
+       * ppc-linux-tdep.h (tdesc_powerpc_cell32l): Add prototype.
+       (tdesc_powerpc_cell64l): Likewise.
+       * ppc-linux-tdep.c: Include "features/rs6000/powerpc-cell32l.c"
+       and "features/rs6000/powerpc-cell64l.c".
+       (_initialize_ppc_linux_tdep): Initialize target descriptions.
+       (ppc_linux_spu_section): New function.
+       (ppc_linux_core_read_description): Detect Cell/B.E. core files.
+       * ppc-linux-nat.c (PPC_FEATURE_CELL): Define.
+       (ppc_linux_read_description): Detect Cell/B.E. architecture.
+
+       * rs6000-tdep.c (rs6000_gdbarch_init): Do not trust BFD wordsize
+       if exec file is not PowerPC architecture.
+
+2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * features/gdb-target.dtd (target): Accept optional
+       <compatible> elements.
+       (compatible): Define element.
+
+       * target-descriptions.h (tdesc_compatible_p): New.
+       (tdesc_add_compatible): New.
+       * target-descriptions.c (arch_p): New VEC_P type.
+       (struct target_desc): New member compatible.
+       (free_target_description): Handle it.
+       (maint_print_c_tdesc_cmd): Likewise.
+       (tdesc_compatible_p): New function.
+       (tdesc_add_compatible): New function.
+
+       * xml-tdesc.c (tdesc_end_compatible): New function.
+       (target_children): Handle <compatible> element.
+
+       * arch-utils.c (choose_architecture_for_target): Accept target
+       description instead of BFD architecture as input.  Query target
+       description for compatible architectures.
+       (gdbarch_info_fill): Update call.
+
+       * NEWS: Mention <compatible> element of target descriptions.
+
+2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * breakpoint.c (remove_breakpoints): If removing one breakpoint
+       location fails, still continue to remove other locations.
+       (remove_hw_watchpoints): Likewise.
+       (detach_breakpoints): Likewise.
+
+2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * breakpoint.h (enum enable_state): Add bp_startup_disabled.
+       (disable_breakpoints_before_startup): Add prototype.
+       (enable_breakpoints_after_startup): Likewise.
+
+       * breakpoint.c (executing_startup): New static variable.
+       (describe_other_breakpoints): Handle bp_startup_disabled.
+       (check_duplicates_for): Likewise.
+       (disable_breakpoints_before_startup): New function.
+       (enable_breakpoints_after_startup): New function.
+       (create_breakpoint): Mark new breakpoints as bp_startup_disabled
+       if executing_startup flag is true.
+       (break_command_really): Likewise.
+       (breakpoint_re_set_one): Skip bp_startup_disabled breakpoints.
+
+2009-07-31  Julian Brown  <julian@codesourcery.com>
+
+       * arm-linux-tdep.c (arch-utils.h, inferior.h, gdbthread.h, symfile.h):
+       Include files.
+       (arm_linux_cleanup_svc, arm_linux_copy_svc): New.
+       (cleanup_kernel_helper_return, arm_catch_kernel_helper_return): New.
+       (arm_linux_displaced_step_copy_insn): New.
+       (arm_linux_init_abi): Initialise displaced stepping callbacks.
+       * arm-tdep.c (DISPLACED_STEPPING_ARCH_VERSION): New macro.
+       (ARM_NOP): New.
+       (displaced_read_reg, displaced_in_arm_mode, branch_write_pc)
+       (bx_write_pc, load_write_pc, alu_write_pc, displaced_write_reg)
+       (insn_references_pc, copy_unmodified, cleanup_preload, copy_preload)
+       (copy_preload_reg, cleanup_copro_load_store, copy_copro_load_store)
+       (cleanup_branch, copy_b_bl_blx, copy_bx_blx_reg, cleanup_alu_imm)
+       (copy_alu_imm, cleanup_alu_reg, copy_alu_reg)
+       (cleanup_alu_shifted_reg, copy_alu_shifted_reg, cleanup_load)
+       (cleanup_store, copy_extra_ld_st, copy_ldr_str_ldrb_strb)
+       (cleanup_block_load_all, cleanup_block_store_pc)
+       (cleanup_block_load_pc, copy_block_xfer, cleanup_svc, copy_svc)
+       (copy_undef, copy_unpred): New.
+       (decode_misc_memhint_neon, decode_unconditional)
+       (decode_miscellaneous, decode_dp_misc, decode_ld_st_word_ubyte)
+       (decode_media, decode_b_bl_ldmstm, decode_ext_reg_ld_st)
+       (decode_svc_copro, arm_process_displaced_insn)
+       (arm_displaced_init_closure, arm_displaced_step_copy_insn)
+       (arm_displaced_step_fixup): New.
+       (arm_gdbarch_init): Initialise max insn length field.
+       * arm-tdep.h (DISPLACED_TEMPS, DISPLACED_MODIFIED_INSNS): New
+       macros.
+       (displaced_step_closure, pc_write_style): New.
+       (arm_displaced_init_closure, displaced_read_reg)
+       (arm_process_displaced_insn, arm_displaced_init_closure)
+       (displaced_read_reg, displaced_write_reg, arm_displaced_step_copy_insn)
+       (arm_displaced_step_fixup): Add prototypes.
+
+2009-07-31  Pedro Alves  <pedro@codesourcery.com>
+           Julian Brown  <julian@codesourcery.com>
+
+       * infrun.c (displaced_step_fixup): If this is a software
+       single-stepping arch, don't tell the target to single-step.
+       (maybe_software_singlestep): Return 0 if we're using displaced
+       stepping.
+       (resume): If this is a software single-stepping arch, and
+       displaced-stepping is enabled, use it for all single-step
+       requests.
+
+2009-07-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * Makefile.in (ACLOCAL, ACLOCAL_AMFLAGS, aclocal_m4_deps)
+       (AUTOCONF, configure_deps, AUTOHEADER): New variables.
+       ($(srcdir)/aclocal.m4, $(srcdir)/configure, $(srcdir)/config.in)
+       (am--refresh): New rules.
+       (stamp-h, config.status): List config.in and configure including
+       $(srcdir)/ prefix.
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+
+2009-07-30  Thomas Schwinge  <tschwinge@gnu.org>
+
+       * gnu-nat.c (add_task_commands) <stopped>: Register the correct
+       callback function.
+
+2009-07-30  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ia64-tdep.c (ia64_access_reg): Correct paddress.
+
+2009-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Replace public function varobj_list by all_root_varobjs iterator.
+       * mi/mi-cmd-var.c (struct mi_cmd_var_update, mi_cmd_var_update_iter):
+       New.
+       (mi_cmd_var_update): Replace the varobj_list call by all_root_varobjs.
+       Remove the variables rootlist, cr.  New variable data.
+       * varobj.c (rootcount, varobj_list): Remove.
+       (install_variable, uninstall_variable): Remove the rootcount updates.
+       (all_root_varobjs): New function.
+       (varobj_invalidate): Use the all_root_varobjs call.  Move the code to...
+       (varobj_invalidate_iter): ... a new function.
+       * varobj.h (varobj_list): Remove the prototype.
+       (all_root_varobjs): New prototype.
+
+2009-07-29  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       PR gdb/6817
+       * dbxread.c (read_dbx_symtab): Reduce stack use.
+       
+2009-07-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix gcc-4.5 HEAD warnings.
+       * cp-name-parser.y (%union <typed_val_int>, %token GLOBAL)
+       (GLOBAL_CONSTRUCTORS, GLOBAL_DESTRUCTORS, demangler_special <GLOBAL>):
+       Remove.
+       (yylex <"global constructors keyed to ">)
+       (yylex <"global destructors keyed to ">): Base it on DEMANGLER_SPECIAL.
+       (cp_comp_to_string): Remove variables str, prefix and buf.  Remove the
+       GLOBAL_DESTRUCTORS and GLOBAL_CONSTRUCTORS handling.
+       (cp_print): Remove the GLOBAL_DESTRUCTORS and GLOBAL_CONSTRUCTORS
+       handling.
+
+2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * NEWS: Mention ARM VFP support.
+       * target-descriptions.c (tdesc_register_type): Make public.
+       (tdesc_unnumbered_register): New function.
+       (tdesc_register_reggroup_p): Allow missing
+       pseudo_register_reggroup_p.
+       * target-descriptions.h (tdesc_register_type): Declare.
+       (tdesc_unnumbered_register): Declare.
+       * arm-tdep.c (arm_neon_quad_read, arm_neon_quad_write): New functions.
+       (arm_push_dummy_call): Use arm_neon_quad_write.
+       (arm_neon_double_type, arm_neon_quad_type): New functions.
+       (arm_register_type): Handle VFP and NEON registers.  Override the
+       types of double-precision registers for NEON.  Disable FPA registers
+       if they are not present.
+       (arm_dwarf_reg_to_regnum): Add current VFP and NEON register numbers.
+       (arm_return_value): Use arm_neon_quad_write and arm_neon_quad_read.
+       (arm_register_name): Handle VFP single and NEON quad registers.
+       (arm_pseudo_read, arm_pseudo_write): New functions.
+       (arm_gdbarch_init): Check for VFP and NEON in the target description.
+       Assign numbers to double-precision registers.  Register VFP and NEON
+       pseudo registers.  Remove a shadowed "i" variable.
+       * arm-tdep.h (enum gdb_regnum): Add ARM_D0_REGNUM and
+       ARM_D31_REGNUM.
+       (struct gdbarch_tdep): Add have_neon_pseudos, have_neon,
+       have_vfp_registers, have_vfp_pseudos, neon_double_type,
+       and neon_quad_type.
+
+       * features/Makefile: Make expedite settings only architecture
+       specific.
+       (WHICH): Add new ARM descriptions.
+       * features/arm-with-neon.xml, features/arm-with-vfpv2.c,
+       features/arm-with-vfpv3.c, features/arm-vfpv2.xml,
+       features/arm-vfpv3.xml, features/arm-with-vfpv2.xml,
+       features/arm-with-vfpv3.xml, features/arm-with-neon.c: New files.
+       * regformats/arm-with-neon.dat, regformats/arm-with-vfpv2.dat,
+       regformats/arm-with-vfpv3.dat: Generate.
+
+2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * infrun.c (handle_inferior_event): Clear trap_expected after
+       stepping past a single-step breakpoint.
+
+2009-07-28  Joseph Myers  <joseph@codesourcery.com>
+
+       * arm-tdep.c (enum arm_vfp_cprc_base_type,
+       arm_vfp_cprc_unit_length, arm_vfp_cprc_reg_char,
+       arm_vfp_cprc_sub_candidate, arm_vfp_call_candidate,
+       arm_vfp_abi_for_function): New.
+       (arm_push_dummy_call): Handle VFP ABI.
+       (arm_extract_return_value, arm_store_return_value): Handle
+       ARM_FLOAT_VFP case.
+       (arm_return_value): Handle VFP ABI.
+       (arm_gdbarch_init): Default fp_model based on Tag_ABI_VFP_args for
+       EABI binaries.
+
+2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * arch-utils.c (displaced_step_at_entry_point): Do not call
+       gdbarch_convert_from_func_ptr_addr.
+       * cris-tdep.c: Remove outdated comment.
+       * infcall.c (call_function_by_hand): Do not call
+       gdbarch_convert_from_func_ptr_addr after entry_point_address.
+       * objfiles.c (entry_point_address): Call both
+       gdbarch_convert_from_func_ptr_addr and
+       gdbarch_addr_bits_remove.
+
+2009-07-28  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * nto-tdep.c (nto_thread_state_str): New array.
+       (nto_extra_thread_info): New function definition.
+       * nto-tdep.h (gdbthread.h): New include.
+       (private_thread_info): New struct.
+       (nto_extra_thread_info): New declaration.
+       * nto-procfs.c (procfs_thread_alive): Properly check if
+       thread is still alive.
+       (update_thread_private_data_name, update_thread_private_data): New
+       function definition.
+       (procfs_find_new_threads): Fetch thread private data.
+       (init_procfs_ops): Register to_extra_thread_info.
+
+2009-07-25  Pedro Alves  <pedro@codesourcery.com>
+
+       * stack.c (backtrace_command_1): Remove dead check of NULL current
+       frame.
+
+2009-07-23  Keith Seitz  <keiths@redhat.com>
+
+       * source.c (forward_search_command): Don't fclose the stream,
+       just run the cleanups.
+       (reverse_search_command): Likewise.
+
+2009-07-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * symtab.c (search_symbols): Add QUIT.
+       
+2009-07-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * symfile.c (symbol_file_add_with_addrs_or_offsets): Call observer.
+       
+2009-07-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * objfiles.h (objfiles_changed): New prototype.
+       * objfiles.c (objfiles_updated_p): Rename to objfiles_changed_p.
+       (allocate_objfile, free_objfile): Must rebuild section map.
+       (objfile_relocate): Likewise.
+       (update_section_map, find_pc_section): Adjust.
+       (set_objfiles_updated_on_exe_change): Remove.
+       (set_objfiles_updated_on_solib_activity): Remove.
+       (_initialize_objfiles): Remove.
+       (objfiles_changed): New function.
+       * symfile.c (reread_symbols): Call objfiles_changed.    
+       
+2009-07-22  Hui Zhu  <teawater@gmail.com>
+
+       * record.c (record_xfer_partial): Call error When nquery
+       return "n".
+
+2009-07-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
+       
+       * objfiles.c (objfiles_updated_p): New variable.
+       (qsort_cmp, bsearch_cmp, update_section_map): New function.
+       (find_pc_section): Use bsearch.
+       (set_objfiles_updated_on_exe_change): New function.
+       (set_objfiles_updated_on_solib_activity): New function.
+       (_initialize_objfiles): New function.
+       
+2009-07-21 Michael Eager <eager@eagercon.com>
+
+       * features/rs6000/powerpc-405.xml: New.
+       * rs6000-tdep.c: Add include & initialize for
+       powerpc-405.c, add 405 to variants.
+       * features/rs6000/powerpc-405.c: Generate.
+
+2009-07-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * utils.c (internal_vproblem): Always print failure message.
+
+2009-07-21  Daniel Jacobowitz  <dan@codesourcery.com>
+           Vladimir Prus <vladimir@codesourcery.com>
+
+       * valops.c (value_fetch_lazy): Handle bitfields explicitly.
+       (value_assign): Remove unnecessary FIXME.  Honor the container
+       type of bitfields if possible.
+       * value.c (struct value): Add parent field.
+       (value_parent): New function.
+       (value_free): Free the parent also.
+       (value_copy): Copy the parent also.
+       (value_primitive_field): Do not read the contents of a lazy
+       value to create a child bitfield value.  Set bitpos and offset
+       according to the container type if possible.
+       (unpack_bits_as_long): Rename from unpack_field_as_long.  Take
+       field_type, bitpos, and bitsize instead of type and fieldno.
+       (unpack_field_as_long): Use unpack_bits_as_long.
+       * value.h (value_parent, unpack_bits_as_long): New prototypes.
+
+2009-07-21  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * value.c (struct value): Add reference_count field.
+       (allocate_value_lazy): Initialize reference_count.
+       (value_incref): New function.
+       (value_free): Check the reference count.
+       * value.h (value_incref): New prototype.
+
+2009-07-20  Marc Khouzam  <marc.khouzam@ericsson.com>
+
+       * utils.c (defaulted_query): Update comment and remove dead code.
+
+2009-07-20  Doug Evans  <dje@google.com>
+
+       Add support for "comdat types" from DWARF4.
+       * dwarf2read.c (dwarf2_per_objfile): New member types,
+       signatured_types.
+       (TYPES_SECTION): New macro.
+       (dwarf2_per_cu_data): Change size of length field from 30 bits
+       to 29 bits.  New member from_debug_types.
+       (signatured_type): New struct.
+       (struct attribute): New union member signatured_type.
+       (DW_SIGNATURED_TYPE): New macro.
+       (dwarf2_attr_no_follow): New function.
+       (read_type_unit_scope): New function.
+       (follow_die_ref_or_sig, follow_die_sig): New functions.
+       (dwarf2_locate_sectoins): Handle .debug_types.
+       (dwarf2_build_psymtabs): Read .debug_types.
+       (read_type_comp_unit_head): New function.
+       (hash_type_signature, eq_type_signature): New functions.
+       (create_debug_types_hash_table): New function.
+       (lookup_signatured_type): New function.
+       (process_psymtab_comp_unit): Handle type units too.
+       (process_type_comp_unit, build_type_psymtabs): New functions.
+       (dwarf2_build_psymtabs_hard): Call build_type_psymtabs.
+       (load_partial_comp_unit): Assert not called for a type unit.
+       (skip_one_die): Handle DW_FORM_sig8.
+       (queue_comp_unit): Don't call load_full_comp_unit here, or
+       update read_in_chain.
+       (psymtab_to_symtab_1): Call read_signatured_type_at_offset for
+       type units, or load_full_comp_unit for comp units after
+       queue_comp_unit returns.
+       (load_full_comp_unit): Assert not called for type units.
+       (load_full_comp_unit): Update read_in_chain here.
+       (process_die): Handle DW_TAG_type_unit.
+       (read_structure_type): Look for signatured types.
+       (read_enumeration_type): Ditto.
+       (init_cu_die_reader): Handle .debug_types.
+       (read_comp_unit): Assert hash not computed yet.
+       (read_die_and_children): Expand debugging printf to handle .debug_types.
+       (read_partial_die): Handle DW_TAG_type_unit:
+       (find_patial_die): Handle .debug_types.
+       (read_attribute_value): Handle DW_FORM_sig8.
+       (die_type): Call follow_die_ref_or_sig instead of follow_die_ref.
+       (die_containing_type): Ditto.
+       (dwarf_tag_name): Handle DW_TAG_type_unit.
+       (dwarf_attr_name): Handle DW_AT_signature.
+       (dwarf_form_name): Handle DW_FORM_sec_offset, DW_FORM_exprloc,
+       DW_FORM_flag_present, DW_FORM_sig8.
+       (dump_die_shallow): Handlel DW_FORM_sig8.
+       (maybe_queue_comp_unit): Change return type to int from void.
+       All callers updated.
+       (follow_die_ref): Handle .debug_types.
+       (lookup_signatured_type_at_offset): New function.
+       (read_signatured_type_at_offset): New function.
+       (read_signatured_type): New function.
+
+2009-07-20  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * arch-utils.c (gdbarch_info_fill): Only reference GDB_OSABI_DEFAULT
+       if the macro is defined.
+
+2009-07-20  Pedro Alves  <pedro@codesourcery.com>
+
+       * features/gdb-target.dtd (target): Accept an optional 'osabi'
+       element.
+       (osabi): Define element.
+       * features/mips-linux.xml (target): Add an osabi subelement set to
+       GNU/Linux.
+       * regformats/regdat.sh (xmlarch, xmlosabi): New variables.  Don't
+       write the architecture into $xmltarget.  Store it in $xmlarch.
+       Handle the 'osabi' type.  Handle outputting the osabi element of
+       the target description.
+       * regformats/reg-x86-64-linux.dat (osabi): Set to GNU/Linux.
+       * regformats/reg-i386-linux.dat (osabi): Set to GNU/Linux.
+
+       * target-descriptions.h (tdesc_osabi, set_tdesc_osabi): Declare.
+       * target-descriptions.c (struct target_desc) <osabi>: New field.
+       (tdesc_osabi): New function.
+       (set_tdesc_osabi): New function.
+       * xml-tdesc.c: Include osabi.h.
+       (tdesc_end_osabi): New.
+       (target_children): Parse "osabi" elements.
+       * arch-utils.c (gdbarch_info_fill): Try to get the osabi from the
+       target description if the user didn't override it or it is not
+       extractable from the bfd.  If that still fails, fallback to the
+       configured in default.
+       * osabi.h (osabi_from_tdesc_string): Declare.
+       * osabi.c (osabi_from_tdesc_string): New.
+       (gdbarch_lookup_osabi): Return GDB_OSABI_UNKNOWN instead of
+       GDB_OSABI_DEFAULT.
+
+       * NEWS: Mention that target descriptions can now describe the
+       target OS ABI.
+
+2009-07-20  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac (AC_CHECK_FUNCS): Check for pipe.
+       * config.in, configure: Regenerate.
+       * tui/tui-io.c (TUI_USE_PIPE_FOR_READLINE): Define if HAVE_PIPE.
+
+2009-07-20  Pedro Alves  <pedro@codesourcery.com>
+
+       * gnu-nat.c: Include "inf-child.h".
+       (gnu_mourn_inferior): Use the passed in target_ops
+       instead of the gnu_ops global.
+       (gnu_create_inferior): Inline `attach_to_child', use the passed in
+       target_ops instead of the gnu_ops global.
+       (gnu_can_run): Delete.
+       (gnu_attach): Use the passed in target_ops instead of the gnu_ops
+       global.
+       (gnu_detach): Ditto.
+       (gnu_prepare_to_store, gnu_open): Delete.
+       (gnu_store_registers, gnu_fetch_registers): Delete declarations.
+       (gnu_ops): Delete.
+       (init_gnu_ops): Delete.
+       (gnu_target): New.
+       (_initialize_gnu_nat): Don't call init_gnu_ops or add_target here.
+       * gnu-nat.h (gnu_target): Declare.
+       * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Make
+       static.
+       (_initialize_i386gnu_nat): New.
+
+2009-07-20  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * dwarf2loc.c (find_location_expression): Retrieve beginning and
+       ending address offsets in location list entries as integers,
+       not as addresses.
+
+2009-07-20  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * infrun.c (wait_for_inferior): Invalidate registers and overlay
+       cache every time before calling target_wait.
+       (handle_inferior_event): Make static. Always reset waiton_ptid.
+       Never call registers_changed.
+       (prepare_to_wait): Do not invaliate registers or overlay cache
+       (moved to wait_for_inferior).  Do not reset waiton_ptid (moved
+       to handle_inferior_event).
+       (fetch_inferior_event): Remove check for always-true condition.  
+
+2009-07-20  Thomas Schwinge  <tschwinge@gnu.org>
+
+       * i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers): Adjust to
+       2009-02-23 target_ops changes.
+
+2009-07-18  Michael Snyder  <msnyder@vmware.com>
+
+       * infrun.c (handle_inferior_event): Remove an execution_direction
+       check in the "check for subroutine calls" test, and add some 
+       additional handling for reverse-stepping through shared libraries.
+
+2009-07-18  Anthony Green  <green@moxielogic.com>
+
+       * moxie-tdep.c (moxie_analyze_prologue): Take gdbarch as last
+       parameter instead of frame_info.
+       (moxie_frame_cache): Call moxie_analyze_prologue with different
+       args.
+
+2009-07-17  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * solib.c (solib_bfd_open): Do not call ops->bfd_open.
+       (solib_map_sections): Call ops->bfd_open instead of solib_bfd_open.
+       * solib-frv.c (_initialize_frv_solib): Initialize bfd_open member.
+       * solib-irix.c (_initialize_irix_solib): Likewise.
+       * solib-null.c (_initialize_null_solib): Likewise.
+       * solib-osf.c (_initialize_osf_solib): Likewise.
+       * solib-pa64.c (_initialize_pa64_solib): Likewise.
+       * solib-som.c (_initialize_som_solib): Likewise.
+       * solib-sunos.c (_initialize_sunos_solib): Likewise.
+       * solib-svr4.c (_initialize_svr4_solib): Likewise.
+       * solib-target.c (_initialize_solib_target): Likewise.
+
+2009-07-17  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * mi/mi-cmd-disas.c (mi_cmd_disassemble): Respect mixed_mode flag.
+
+2009-07-16  Doug Evans  <dje@google.com>
+
+       * linux-thread.db.c (try_thread_db_load_1): Tweak comment.
+
+2007-07-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * linux-thread-db.c (thread_db_find_new_threads_silently):
+       New function.
+       (try_thread_db_load_1): Call it.
+
+2009-07-15  Doug Evans  <dje@google.com>
+
+       Code reorg in preparation for adding comdat types support.
+       * dwarf2read.c (struct die_reader_specs): New struct.
+       (locate_pdi_sibling): New arg buffer.  All callers updated.
+       (load_partial_dies, read_partial_die): Ditto.
+       (read_8_bytes): Change return type to ULONGEST.
+       (read_comp_unit): Delete arg abfd.  All callers updated.
+       (read_die_and_children_1): Delete args abfd, cu.  New arg reader.
+       All callers updated.
+       (read_die_and_children, read_die_and_siblings): Ditto.
+       (read_full_die): Ditto.  Move closer to callers.
+       (skip_one_die): New arg buffer.  All callers updated.
+       (load_full_comp_unit): Change return type to void.  All callers
+       updated.
+       (partial_read_comp_unit_head): New args buffer, buffer_size.
+       All callers updated.
+       (process_psymtab_comp_unit): New function, split out from
+       dwarf2_build_psymtabs_hard.
+       (dwarf2_build_psymtabs_hard): Call it.
+       (load_partial_comp_unit): Renamed from load_comp_unit.
+       All callers updated.
+       (skip_children): New arg buffer.  All callers updated.
+       (init_cu_die_reader): New function.
+       (is_ref_attr): New function.
+       (dwarf2_get_ref_die_offset): Call it.
+       (alloc_one_comp_unit): New function.
+
+2009-07-14  Stan Shebs  <stan@codesourcery.com>
+
+       * MAINTAINERS (Global Maintainers): Add Doug Evans.
+
+2009-07-14  Stan Shebs  <stan@codesourcery.com>
+
+       Conditional tracepoints.
+       * ax-gdb.h (gen_eval_for_expr): Declare.
+       * ax-gdb.c (gen_expr): Generate bytecodes for BINOP_EQUAL
+       and other comparisons.
+       (gen_eval_for_expr): New function.
+       (agent_eval_command): New maintenance command.
+       (_initialize_ax_gdb): Define the command.
+       * remote.c (struct remote_state): New field cond_tracepoints.
+       (PACKET_ConditionalTracepoints): New packet config type.
+       (remote_cond_tracepoint_feature): New function.
+       (remote_protocol_features): Add ConditionalTracepoints.
+       (remote_supports_cond_tracepoints): New function.
+       (_initialize_remote): Add ConditionalTracepoints.
+       * tracepoint.c (download_tracepoint): Add conditional.
+       * NEWS: Mention conditional tracepoints.
+
+2009-07-14  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * objfiles.c (objfile_relocate): Do not relocate the same
+       BLOCKVECTOR_MAP address map multiple times.
+
+2009-07-14  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * remote.c (process_stop_reply): Access expedited target registers
+       in target_gdbarch.
+
+2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Fix memory access from signed 32bit inferior registers on 64bit GDB.
+       * linux-nat.c (linux_xfer_partial <TARGET_OBJECT_MEMORY>): New variable
+       addr_bit.  Mask OFFSET by the ADDR_BIT width.
+
+2009-07-13  Anthony Green  <green@moxielogic.com>
+
+       * moxie-tdep.c (moxie_gdbarch_init): Call
+       set_gdbarch_process_record.
+       (moxie_process_record): New.
+       (moxie_process_readu): New.
+
+2009-07-12  Michael Snyder  <msnyder@vmware.com>
+
+       * i386-tdep.c: Add a frame unwinder for function epilogues.
+       (i386_in_function_epilogue_p): New function.
+       (i386_epilogue_frame_sniffer): New function.
+       (i386_epilogue_frame_cache): New function.
+       (i386_epilogue_frame_this_id): New function.
+       (i386_epilogue_frame_unwind): New struct frame_unwind.
+       (i386_gdbarch_init): Hook the new unwinder.
+
+2009-07-11  Hui Zhu  <teawater@gmail.com>
+
+       * cli/cli-cmds.c (disassemble_command): Add a new modifier /r
+       to "disassemble" command to print the raw instructions in hex as
+       well as in symbolic form.
+       (init_cli_cmds): Ditto.
+       (print_disassembly): Change "mixed" to "flags" to translate
+       the behavior of disassemble.
+       (disassemble_current_function): Ditto.
+       * mi/mi-cmd-disas.c (mi_cmd_disassemble): Ditto.
+       * stack.c (gdb_disassembly_stub): Ditto.
+       * disasm.c (do_mixed_source_and_assembly): Ditto.
+       (do_mixed_source_and_assembly): Ditto.
+       (do_assembly_only): Ditto.
+       (gdb_disassembly): Ditto.
+       (dump_insns): print the raw instructions in hex as well as in
+       symbolic form if DISASSEMBLY_RAW_INSN and flags is true.
+       * disasm.h (DISASSEMBLY_SOURCE): Include source code with the
+       assembly if it and flags is true.
+       (DISASSEMBLY_RAW_INSN): Include the raw instructions in hex with
+       the assembly if it and flags is true.
+       (gdb_disassembly): Update extern.
+       * NEWS: Document disassemble/r support.
+
+2009-07-10  Tom Tromey  <tromey@redhat.com>
+
+       * dwarf2-frame.c: Include dwarf2.h, not elf/dwarf2.h.
+       * dwarf2expr.c: Likewise.
+       * dwarf2loc.c: Likewise.
+       * dwarf2read.c: Likewise.
+       * sh-tdep.c: Likewise.
+       * xtensa-tdep.c: Likewise.
+
+2009-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Tidy up the code.
+       * mi/mi-cmd-var.c (mi_cmd_var_update): Remove variable nv.  Move
+       variables var, rootlist and cr to their local sub-block.  Move the
+       make_cleanup_ui_out_tuple_begin_end, make_cleanup_ui_out_list_begin_end
+       and do_cleanups calls to the common base block.  Remove the zero NV
+       check.
+
+2009-07-10 Phil Muldoon  <pmuldoon@redhat.com>
+
+       * python/python-internal.h (apply_varobj_pretty_printer): Update
+       definition.
+       (python_string_to_target_python_string): Add definition.
+       * python/python-utils.c (unicode_to_encoded_python_string)
+       (unicode_to_target_python_string)
+       (python_string_to_target_python_string): New Functions.
+       * python/python-prettyprint.c (pretty_print_one_value): Likewise.
+       (print_string_repr): Refactor to logic to account for PyObject
+       returned strings.
+       (apply_varobj_pretty_printer): Likewise.
+       * python/python-value.c (valpy_string): Parse length keyword. Use
+       length keyword in LA_GET_STRING.
+       * varobj.c (value_get_print_value): Refactor logic to account for
+       PyObject returned strings.
+       * c-lang.c (c_get_string): If the length parameter is specified,
+       use that. Return value in characters. Update comments.
+       * language.h: Update c_get_string prototype comments.
+
+2009-07-09  Doug Evans  <dje@google.com>
+
+       * i386-tdep.c (i386_displaced_step_fixup): Fix order of arguments
+       to read_memory_unsigned_integer.
+
+2009-07-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Report error on inaccessible memory.
+       * cli/cli-dump.c: Include gdbcore.h.
+       (dump_memory_to_file): Call read_memory instead of target_read_memory.
+
+2009-07-09  Hui Zhu  <teawater@gmail.com>
+
+       * solib.c (solib_bfd_open): Output a warning if solib's
+       architecture is not compatible with inferior's architecture.
+
+2009-07-09  Ulrich Weigand  <uweigand@de.ibm.com>
+           Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * target.h (struct target_ops <to_thread_architecture>): Describe it.
+       (target_thread_architecture): Refer to to_thread_architecture.
+
+2009-07-08  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * cli/cli-cmds.c (init_cli_cmds): Add "inf" alias for "info" command.
+
+2009-07-07  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * tui/tui-stack.c (tui_make_status_line): Display PC as ?? if unknown.
+
+2009-07-07  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * breakpoint.c (set_raw_breakpoint): Remove static modifier.
+
+2009-07-07  Tom Tromey  <tromey@redhat.com>
+
+       * c-lang.c (convert_octal): Only allow 3 octal digits.
+       (print_wchar): Prefer 3-digit octal form.  Fall back to hex if
+       needed.
+       * c-exp.y (c_parse_escape): Only allow 3 octal digits.
+
+2009-07-07  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * python/python-value.c (valpy_getitem): Remove incorrect assert.
+       
+2009-07-07  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       * python/python-value.c (valpy_getitem): Don't return from TRY_CATCH.
+
+2009-07-07  Sami Wagiaalla  <swagiaal@redhat.com>
+
+       * cp-support.h (struct using_direct): Rename members inner and
+       outer to import_src, and import_dest respectively.
+       * cp-namespace.c (cp_add_using_directive): Update.
+       (cp_add_using): Update.
+       (cp_copy_usings): Update.
+       (cp_lookup_symbol_namespace): Update.
+       (cp_scan_for_anonymous_namespaces): Update.
+       * cp-support.c (make_symbol_overload_list_using): Update.
+       * cp-support.h (cp_add_using_directive, cp_add_using): Rename
+       arguments from inner and outer to src and dest respectively.
+       * cp-namespace.c (cp_add_using_directive): Ditto.
+       (cp_add_using): Ditto.
+
+2009-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * mi/mi-cmd-var.c (mi_cmd_var_update): Replace a while loop by for loop.
+       * varobj.c (varobj_invalidate): Replace a while loop by for loop.
+
+2009-07-07  Vladimir Prus  <vladimir@codesourcery.com>
+
+       Fix hang in floating varobjs.
+
+       * varobj.c (varobj_invalidate): Advance to next
+       element when processing floating varobj.
+
+2009-07-07  Vladimir Prus  <vladimir@codesourcery.com>
+
+       * varobj.c: Remove unnecessary include.
+
+2009-07-07  Tristan Gingold  <gingold@adacore.com>
+
+       * config/i386/darwin.mh (NATDEPFILES): Remove excServer.o.
+       Remove excServer.c target.  Remove _all target.
+       * darwin.defs: Removed.
+
+2009-07-06  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * configure.tgt (i[34567]86-*-nto*): Add build_gdbserver=yes.
+
+2009-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * source.c (find_and_open_source): Remove the `objfile' parameter.
+       Update the function comment.
+       (open_source_file, symtab_to_fullname, psymtab_to_fullname): Update the
+       find_and_open_source callers.
+
+2009-07-05  Pedro Alves  <pedro@codesourcery.com>
+
+       * coff-pe-read.c (read_pe_exported_syms): Recognize
+       "pe-arm-wince-little" and "pei-arm-wince-little" bfd targets as PE
+       targets.
+
+2009-07-05  Pedro Alves  <pedro@codesourcery.com>
+
+       * arm-wince-tdep.c (arm_wince_skip_main_prologue): New.
+       (arm_wince_init_abi): Register it as gdbarch_skip_main_prologue
+       callback.
+
+2009-06-29  Tristan Gingold  <gingold@adacore.com>
+
+       * i386-darwin-tdep.c (amd64_darwin_thread_state_reg_offset)
+       (amd64_darwin_thread_state_num_regs)
+       (amd64_darwin_sigcontext_addr, x86_darwin_init_abi_64): Moved to
+       amd64-darwin-tdep.c
+       (_initialize_i386_darwin_tdep): Remove 64 bits parts.
+       (darwin_dwarf_signal_frame_p): Make public.
+       * amd64-darwin-tdep.c: New file with most chunks from
+       i386-darwin-tdep.c      
+       * i386-darwin-tdep.h: Add a prototype for darwin_dwarf_signal_frame_p.
+       (amd64_darwin_thread_state_reg_offset)
+       (amd64_darwin_thread_state_num_regs): Moved to amd64-darwin-tdep.h
+       * amd64-darwin-tdep.h: New file.
+       * i386-darwin-nat.c: Only includes amd64-nat.h and amd64-darwin-tdep.h
+       if BFD64 is defined.
+       (i386_darwin_fetch_inferior_registers): Add #ifdef BFD64/#endif around
+       64 bits parts.
+       (i386_darwin_store_inferior_registers): Ditto.
+       (darwin_set_sstep): Ditto.
+       (darwin_complete_target): Ditto.
+       (amd64_darwin_sstep_at_sigreturn): Ditto.
+       * configure.tgt: Create a separate entry for x86_64-*-darwin.
+       Add 64 bits support for i386-*-darwin if --enable-64-bit-bfd.
+       * Makefile.in (ALLDEPFILES): Add amd64-darwin-tdep.c, darwin-nat.c,
+       i386-darwin-tdep.c i386-darwin-nat.c
+       (ALL_64_TARGET_OBS): Add amd64-darwin-tdep.o
+       
+2009-07-02  Pedro Alves  <pedro@codesourcery.com>
+
+       * linux-fork.c (forks_exist_p): Drop unnecessary extern.
+       (add_fork, linux_fork_killall, linux_fork_mourn_inferior)
+       (linux_fork_detach): Ditto.
+       (delete_fork_command): Rename to ...
+       (delete_checkpoint_command): ... this.
+       (detach_fork_command): Rename to ...
+       (detach_checkpoint_command): ... this.
+       (info_forks_command): Rename to ...
+       (info_checkpoints_command): ... this.
+       (_initialize_linux_fork): Remove stale comments.  Adjust.
+
+2009-07-02  Pedro Alves  <pedro@codesourcery.com>
+
+       * linux-nat.c (linux_child_follow_fork): If we're staying attached
+       to the child process, enable event reporting on it.  Don't handle
+       checkpoints here.  Instead, add the child fork to the lwp thread
+       and inferior lists without clobbering the previous inferior.  Let
+       the thread_db layer learn about a new child process, even if
+       following the parent.
+       (linux_nat_switch_fork): Delete lwps of the current inferior only,
+       instead of clearing the whole list.  Use thread_change_ptid to
+       give the core the illusion the new checkpoint is still the same
+       inferior.  Clear the register cache.
+       (linux_handle_extended_wait): Handle checkpoints here.
+       (linux_multi_process): Turn on.
+       * linux-fork.c (struct fork_info) <pc>: Remove field.
+       (init_fork_list): Do not delete the checkpoint from the inferior
+       list (it is not there).
+       (fork_load_infrun_state): Don't switch inferior_ptid here.  Pass
+       the new checkpoint's ptid to linux_nat_switch_fork.
+       (fork_save_infrun_state): Make static.  Don't stop the pc field of
+       fork_info, it's gone.
+       (linux_fork_mourn_inferior): Don't delete the checkpoint from the
+       inferior list, it's not there.
+       (linux_fork_detach): Ditto.
+       (delete_fork_command): Replace mention of fork/checkpoint by
+       checkpoint only.
+       (detach_fork_command): Likewise.  Don't delete the checkpoint from
+       the inferior list.
+       (info_forks_command): Adjust.
+       (restore_detach_fork): Delete.
+       (checkpointing_pid): New.
+       (linux_fork_checkpointing_p): New.
+       (save_detach_fork): Delete.
+       (checkpoint_command): Delete temp_detach_fork.  Don't remove
+       breakpoints, that's a nop.  Store the pid of the process we're
+       checkpointing, and use make_cleanup_restore_integer to restore it.
+       Don't reinsert breakpoints here.
+       (process_command, fork_command): Delete.
+       (restart_command): Update comments to only mention checkpoints,
+       not forks.
+       (_initialize_linux_fork): Delete "fork", "process", "info forks"
+       commands.
+       * linux-fork.h (fork_save_infrun_state, fork_list): Delete
+       declarations.
+       (linux_fork_checkpointing_p): Declare.
+       * cli/cli-cmds.c (killlist): New.
+       * cli/cli-cmds.h (killlist): Declare.
+       * gdbcmd.h (killlist): Declare.
+       * inferior.c: Include "gdbthread.h".
+       (detach_inferior_command, kill_inferior_command)
+       (inferior_command): New.
+       (info_inferiors_command): Allow specifying a specific inferior id.
+       (_initialize_inferiors): Register "inferior", "kill inferior" and
+       "detach inferior" commands.
+       * infcmd.c (_initialize_infcmd): Make "kill" a prefix command.
+       * gdbthread.h (any_thread_of_process): Declare.
+       * thread.c (any_thread_of_process): New.
+
+       * NEWS: Mention multi-inferior debugging.  Mention 'info
+       inferiors', 'inferior', 'detach inferior' and 'kill inferior' as
+       new commands.
+       (Removed commands): New section, mentioning that 'info forks',
+       'fork', 'process', 'delete fork' and 'detach fork' are now gone.
+
+2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * gdbarch.sh (current_gdbarch): Remove global variable.
+       (find_arch_by_info): Remove, inline into ...
+       (gdbarch_find_by_info): ... this.  Remove current_gdbarch swapping.
+       (deprecated_current_gdbarch_select_hack): Rename to ...
+       (deprecated_target_gdbarch_select_hack): ... this.  Do not set
+       or access current_gdbarch.
+       * gdbarch.c, gdbarch.h: Regenerate.
+
+       * arch-utils.c (gdbarch_update_p): Update call.
+       (set_gdbarch_from_file): Likewise.
+
+2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * defs.h (extract_signed_integer, extract_unsigned_integer,
+       extract_long_unsigned_integer, store_signed_integer,
+       store_unsigned_integer): Add BYTE_ORDER parameter.
+       * findvar.c (extract_signed_integer, extract_unsigned_integer,
+       extract_long_unsigned_integer, store_signed_integer,
+       store_unsigned_integer): Add BYTE_ORDER parameter.  Use it
+       instead of current_gdbarch.
+
+       * gdbcore.h (read_memory_integer, safe_read_memory_integer,
+       read_memory_unsigned_integer, write_memory_signed_integer,
+       write_memory_unsigned_integer): Add BYTE_ORDER parameter.
+       * corefile.c (struct captured_read_memory_integer_arguments): Add
+       BYTE_ORDER member.
+       (safe_read_memory_integer): Add BYTE_ORDER parameter.  Store it into
+       struct captured_read_memory_integer_arguments.
+       (do_captured_read_memory_integer): Pass it to read_memory_integer.
+       (read_memory_integer): Add BYTE_ORDER parameter.  Pass it to
+       extract_signed_integer.
+       (read_memory_unsigned_integer): Add BYTE_ORDER parameter.  Pass it to
+       extract_unsigned_integer.
+       (write_memory_signed_integer): Add BYTE_ORDER parameter.  Pass it
+       to store_signed_integer.
+       (write_memory_unsigned_integer): Add BYTE_ORDER parameter.  Pass it
+       to store_unsigned_integer.
+
+       * target.h (get_target_memory_unsigned): Add BYTE_ORDER parameter.
+       * target.c (get_target_memory_unsigned): Add BYTE_ORDER parameter.
+       Pass it to extract_unsigned_integer.
+
+
+       Update calls to extract_signed_integer, extract_unsigned_integer,
+       extract_long_unsigned_integer, store_signed_integer,
+       store_unsigned_integer, read_memory_integer,
+       read_memory_unsigned_integer, safe_read_memory_integer,
+       write_memory_signed_integer, write_memory_unsigned_integer, and
+       get_target_memory_unsigned to pass byte order:
+       * ada-lang.c (ada_value_binop): Update.
+       * ada-valprint.c (char_at): Update.
+       * alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Update.
+       * alpha-tdep.c (alpha_lds, alpha_sts, alpha_push_dummy_call,
+       alpha_extract_return_value, alpha_read_insn,
+       alpha_get_longjmp_target): Update.
+       * amd64-linux-tdep.c (amd64_linux_sigcontext_addr): Update.
+       * amd64obsd-tdep.c (amd64obsd_supply_uthread,
+       amd64obsd_collect_uthread, amd64obsd_trapframe_cache): Update.
+       * amd64-tdep.c (amd64_push_dummy_call, amd64_analyze_prologue,
+       amd64_frame_cache, amd64_sigtramp_frame_cache, fixup_riprel,
+       amd64_displaced_step_fixup): Update.
+       * arm-linux-tdep.c (arm_linux_sigreturn_init,
+       arm_linux_rt_sigreturn_init, arm_linux_supply_gregset): Update.
+       * arm-tdep.c (thumb_analyze_prologue, arm_skip_prologue,
+       arm_scan_prologue, arm_push_dummy_call, thumb_get_next_pc,
+       arm_get_next_pc, arm_extract_return_value, arm_store_return_value,
+       arm_return_value): Update.
+       * arm-wince-tdep.c (arm_pe_skip_trampoline_code): Update.
+       * auxv.c (default_auxv_parse): Update.
+       * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address,
+       avr_scan_prologue, avr_extract_return_value,
+       avr_frame_prev_register, avr_push_dummy_call): Update.
+       * bsd-uthread.c (bsd_uthread_check_magic, bsd_uthread_lookup_offset,
+       bsd_uthread_wait, bsd_uthread_thread_alive,
+       bsd_uthread_extra_thread_info): Update.
+       * c-lang.c (c_printstr, print_wchar): Update.
+       * cp-valprint.c (cp_print_class_member): Update.
+       * cris-tdep.c (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache,
+       cris_push_dummy_call, cris_scan_prologue, cris_store_return_value,
+       cris_extract_return_value, find_step_target, dip_prefix,
+       sixteen_bit_offset_branch_op, none_reg_mode_jump_op,
+       move_mem_to_reg_movem_op, get_data_from_address): Update.
+       * dwarf2expr.c (dwarf2_read_address, execute_stack_op): Update.
+       * dwarf2-frame.c (execute_cfa_program): Update.
+       * dwarf2loc.c (find_location_expression): Update.
+       * dwarf2read.c (dwarf2_const_value): Update.
+       * expprint.c (print_subexp_standard): Update.
+       * findvar.c (unsigned_pointer_to_address, signed_pointer_to_address,
+       unsigned_address_to_pointer, address_to_signed_pointer,
+       read_var_value): Update.
+       * frame.c (frame_unwind_register_signed,
+       frame_unwind_register_unsigned, get_frame_memory_signed,
+       get_frame_memory_unsigned): Update.
+       * frame-unwind.c (frame_unwind_got_constant): Update.
+       * frv-linux-tdep.c (frv_linux_pc_in_sigtramp,
+       frv_linux_sigcontext_reg_addr, frv_linux_sigtramp_frame_cache):
+       Update.
+       * frv-tdep.c (frv_analyze_prologue, frv_skip_main_prologue,
+       frv_extract_return_value, find_func_descr,
+       frv_convert_from_func_ptr_addr, frv_push_dummy_call): Update.
+       * f-valprint.c (f_val_print): Update.
+       * gnu-v3-abi.c (gnuv3_decode_method_ptr, gnuv3_make_method_ptr):
+       Update.
+       * h8300-tdep.c (h8300_is_argument_spill, h8300_analyze_prologue,
+       h8300_push_dummy_call, h8300_extract_return_value,
+       h8300h_extract_return_value, h8300_store_return_value,
+       h8300h_store_return_value): Update.
+       * hppabsd-tdep.c (hppabsd_find_global_pointer): Update.
+       * hppa-hpux-nat.c (hppa_hpux_fetch_register, hppa_hpux_store_register):
+       Update.
+       * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline,
+       hppa64_hpux_in_solib_call_trampoline,
+       hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code,
+       hppa_hpux_sigtramp_frame_unwind_cache,
+       hppa_hpux_sigtramp_unwind_sniffer, hppa32_hpux_find_global_pointer,
+       hppa64_hpux_find_global_pointer, hppa_hpux_search_pattern,
+       hppa32_hpux_search_dummy_call_sequence,
+       hppa64_hpux_search_dummy_call_sequence, hppa_hpux_supply_save_state,
+       hppa_hpux_unwind_adjust_stub): Update.
+       * hppa-linux-tdep.c (insns_match_pattern,
+       hppa_linux_find_global_pointer): Update.
+       * hppa-tdep.c (hppa_in_function_epilogue_p, hppa32_push_dummy_call,
+       hppa64_convert_code_addr_to_fptr, hppa64_push_dummy_call,
+       skip_prologue_hard_way, hppa_frame_cache, hppa_fallback_frame_cache,
+       hppa_pseudo_register_read, hppa_frame_prev_register_helper,
+       hppa_match_insns): Update.
+       * hpux-thread.c (hpux_thread_fetch_registers): Update.
+       * i386-tdep.c (i386bsd_sigcontext_addr): Update.
+       * i386-cygwin-tdep.c (core_process_module_section): Update.
+       * i386-darwin-nat.c (i386_darwin_sstep_at_sigreturn,
+       amd64_darwin_sstep_at_sigreturn): Update.
+       * i386-darwin-tdep.c (i386_darwin_sigcontext_addr,
+       amd64_darwin_sigcontext_addr): Likewise.
+       * i386-linux-nat.c (i386_linux_sigcontext_addr): Update.
+       * i386nbsd-tdep.c (i386nbsd_sigtramp_cache_init): Update.
+       * i386-nto-tdep.c (i386nto_sigcontext_addr): Update.
+       * i386obsd-nat.c (i386obsd_supply_pcb): Update.
+       * i386obsd-tdep.c (i386obsd_supply_uthread, i386obsd_collect_uthread,
+       i386obsd_trapframe_cache): Update.
+       * i386-tdep.c (i386_displaced_step_fixup, i386_follow_jump,
+       i386_analyze_frame_setup, i386_analyze_prologue,
+       i386_skip_main_prologue, i386_frame_cache, i386_sigtramp_frame_cache,
+       i386_get_longjmp_target, i386_push_dummy_call,
+       i386_pe_skip_trampoline_code, i386_svr4_sigcontext_addr,
+       i386_fetch_pointer_argument): Update.
+       * i387-tdep.c (i387_supply_fsave): Update.
+       * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Update.
+       * ia64-tdep.c (ia64_pseudo_register_read, ia64_pseudo_register_write,
+       examine_prologue, ia64_frame_cache, ia64_frame_prev_register,
+       ia64_sigtramp_frame_cache, ia64_sigtramp_frame_prev_register,
+       ia64_access_reg, ia64_access_rse_reg, ia64_libunwind_frame_this_id,
+       ia64_libunwind_frame_prev_register,
+       ia64_libunwind_sigtramp_frame_this_id,
+       ia64_libunwind_sigtramp_frame_prev_register, ia64_find_global_pointer,
+       find_extant_func_descr, find_func_descr,
+       ia64_convert_from_func_ptr_addr, ia64_push_dummy_call, ia64_dummy_id,
+       ia64_unwind_pc): Update.
+       * iq2000-tdep.c (iq2000_pointer_to_address, iq2000_address_to_pointer,
+       iq2000_scan_prologue, iq2000_extract_return_value,
+       iq2000_push_dummy_call): Update.
+       * irix5nat.c (fill_gregset): Update.
+       * jv-lang.c (evaluate_subexp_java): Update.
+       * jv-valprint.c (java_value_print): Update.
+       * lm32-tdep.c (lm32_analyze_prologue, lm32_push_dummy_call, 
+       lm32_extract_return_value, lm32_store_return_value): Update.
+       * m32c-tdep.c (m32c_push_dummy_call, m32c_return_value,
+       m32c_skip_trampoline_code, m32c_m16c_address_to_pointer,
+       m32c_m16c_pointer_to_address): Update.
+       * m32r-tdep.c (m32r_store_return_value, decode_prologue,
+       m32r_skip_prologue, m32r_push_dummy_call, m32r_extract_return_value):
+       Update.
+       * m68hc11-tdep.c (m68hc11_pseudo_register_read,
+       m68hc11_pseudo_register_write, m68hc11_analyze_instruction,
+       m68hc11_push_dummy_call): Update.
+       * m68linux-tdep.c (m68k_linux_pc_in_sigtramp,
+       m68k_linux_get_sigtramp_info, m68k_linux_sigtramp_frame_cache):
+       Update.
+       * m68k-tdep.c (m68k_push_dummy_call, m68k_analyze_frame_setup,
+       m68k_analyze_register_saves, m68k_analyze_prologue, m68k_frame_cache,
+       m68k_get_longjmp_target): Update.
+       * m88k-tdep.c (m88k_fetch_instruction): Update.
+       * mep-tdep.c (mep_pseudo_cr32_read, mep_pseudo_csr_write,
+       mep_pseudo_cr32_write, mep_get_insn, mep_push_dummy_call): Update.
+       * mi/mi-main.c (mi_cmd_data_write_memory): Update.
+       * mips-linux-tdep.c (mips_linux_get_longjmp_target, supply_32bit_reg,
+       mips64_linux_get_longjmp_target, mips64_fill_gregset,
+       mips64_fill_fpregset, mips_linux_in_dynsym_stub): Update.
+       * mipsnbdsd-tdep.c (mipsnbsd_get_longjmp_target): Update.
+       * mips-tdep.c (mips_fetch_instruction, fetch_mips_16,
+       mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call,
+       mips_o32_push_dummy_call, mips_o64_push_dummy_call, 
+       mips_single_step_through_delay, mips_skip_pic_trampoline_code,
+       mips_integer_to_address): Update.
+       * mn10300-tdep.c (mn10300_analyze_prologue, mn10300_push_dummy_call):
+       Update.
+       * monitor.c (monitor_supply_register, monitor_write_memory,
+       monitor_read_memory_single): Update.
+       * moxie-tdep.c (moxie_store_return_value, moxie_extract_return_value,
+       moxie_analyze_prologue): Update.
+       * mt-tdep.c (mt_return_value, mt_skip_prologue, mt_select_coprocessor,
+       mt_pseudo_register_read, mt_pseudo_register_write, mt_registers_info,
+       mt_push_dummy_call): Update.
+       * objc-lang.c (read_objc_method, read_objc_methlist_nmethods,
+       read_objc_methlist_method, read_objc_object, read_objc_super,
+       read_objc_class, find_implementation_from_class): Update.
+       * ppc64-linux-tdep.c (ppc64_desc_entry_point,
+       ppc64_linux_convert_from_func_ptr_addr, ppc_linux_sigtramp_cache):
+       Update.
+       * ppcobsd-tdep.c (ppcobsd_sigtramp_frame_sniffer,
+       ppcobsd_sigtramp_frame_cache): Update.
+       * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
+       do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
+       ppc64_sysv_abi_return_value): Update.
+       * ppc-linux-nat.c (ppc_linux_auxv_parse): Update.
+       * procfs.c (procfs_auxv_parse): Update.
+       * p-valprint.c (pascal_val_print): Update.
+       * regcache.c (regcache_raw_read_signed, regcache_raw_read_unsigned,
+       regcache_raw_write_signed, regcache_raw_write_unsigned,
+       regcache_cooked_read_signed, regcache_cooked_read_unsigned,
+       regcache_cooked_write_signed, regcache_cooked_write_unsigned): Update.
+       * remote-m32r-sdi.c (m32r_fetch_register): Update.
+       * remote-mips.c (mips_wait, mips_fetch_registers, mips_xfer_memory):
+       Update.
+       * rs6000-aix-tdep.c (rs6000_push_dummy_call, rs6000_return_value,
+       rs6000_convert_from_func_ptr_addr, branch_dest, 
+       rs6000_software_single_step): Update.
+       * rs6000-tdep.c (rs6000_in_function_epilogue_p,
+       ppc_displaced_step_fixup, ppc_deal_with_atomic_sequence,
+       bl_to_blrl_insn_p, rs6000_fetch_instruction, skip_prologue,
+       rs6000_skip_main_prologue, rs6000_skip_trampoline_code,
+       rs6000_frame_cache): Update.
+       * s390-tdep.c (s390_pseudo_register_read, s390_pseudo_register_write,
+       s390x_pseudo_register_read, s390x_pseudo_register_write, s390_load,
+       s390_backchain_frame_unwind_cache, s390_sigtramp_frame_unwind_cache,
+       extend_simple_arg, s390_push_dummy_call, s390_return_value): Update.
+       * scm-exp.c (scm_lreadr): Update.
+       * scm-lang.c (scm_get_field, scm_unpack): Update.
+       * scm-valprint.c (scm_val_print): Update.
+       * score-tdep.c (score_breakpoint_from_pc, score_push_dummy_call,
+       score_fetch_inst): Update.
+       * sh64-tdep.c (look_for_args_moves, sh64_skip_prologue_hard_way,
+       sh64_analyze_prologue, sh64_push_dummy_call, sh64_extract_return_value,
+       sh64_pseudo_register_read, sh64_pseudo_register_write,
+       sh64_frame_prev_register): Update:
+       * sh-tdep.c (sh_analyze_prologue, sh_push_dummy_call_fpu,
+       sh_push_dummy_call_nofpu, sh_extract_return_value_nofpu,
+       sh_store_return_value_nofpu, sh_in_function_epilogue_p): Update.
+       * solib-darwin.c (darwin_load_image_infos): Update.
+       * solib-frv.c (fetch_loadmap, lm_base, frv_current_sos, enable_break2,
+       find_canonical_descriptor_in_load_object): Update.
+       * solib-irix.c (extract_mips_address, fetch_lm_info, irix_current_sos,
+       irix_open_symbol_file_object): Update.
+       * solib-som.c (som_solib_create_inferior_hook, link_map_start,
+       som_current_sos, som_open_symbol_file_object): Update.
+       * solib-sunos.c (SOLIB_EXTRACT_ADDRESS, LM_ADDR, LM_NEXT, LM_NAME):
+       Update.
+       * solib-svr4.c (read_program_header, scan_dyntag_auxv,
+       solib_svr4_r_ldsomap): Update.
+       * sparc64-linux-tdep.c (sparc64_linux_step_trap): Update.
+       * sparc64obsd-tdep.c (sparc64obsd_supply_uthread,
+       sparc64obsd_collect_uthread): Update.
+       * sparc64-tdep.c (sparc64_pseudo_register_read,
+       sparc64_pseudo_register_write, sparc64_supply_gregset,
+       sparc64_collect_gregset): Update.
+       * sparc-linux-tdep.c (sparc32_linux_step_trap): Update.
+       * sparcobsd-tdep.c (sparc32obsd_supply_uthread,
+       sparc32obsd_collect_uthread): Update.
+       * sparc-tdep.c (sparc_fetch_wcookie, sparc32_push_dummy_code,
+       sparc32_store_arguments, sparc32_return_value, sparc_supply_rwindow,
+       sparc_collect_rwindow): Update.
+       * spu-linux-nat.c (parse_spufs_run): Update.
+       * spu-tdep.c (spu_pseudo_register_read_spu,
+       spu_pseudo_register_write_spu, spu_pointer_to_address,
+       spu_analyze_prologue, spu_in_function_epilogue_p,
+       spu_frame_unwind_cache, spu_push_dummy_call, spu_software_single_step,
+       spu_get_longjmp_target, spu_get_overlay_table, spu_overlay_update_osect,
+       info_spu_signal_command, info_spu_mailbox_list, info_spu_dma_cmdlist,
+       info_spu_dma_command, info_spu_proxydma_command): Update.
+       * stack.c (print_frame_nameless_args, frame_info): Update.
+       * symfile.c (read_target_long_array, simple_read_overlay_table,
+       simple_read_overlay_region_table): Update.
+       * target.c (debug_print_register): Update.
+       * tramp-frame.c (tramp_frame_start): Update.
+       * v850-tdep.c (v850_analyze_prologue, v850_push_dummy_call,
+       v850_extract_return_value, v850_store_return_value, 
+       * valarith.c (value_binop, value_bit_index): Update.
+       * valops.c (value_cast): Update.
+       * valprint.c (val_print_type_code_int, val_print_string,
+       read_string): Update.
+       * value.c (unpack_long, unpack_double, unpack_field_as_long,
+       modify_field, pack_long): Update.
+       * vax-tdep.c (vax_store_arguments, vax_push_dummy_call,
+       vax_skip_prologue): Update.
+       * xstormy16-tdep.c (xstormy16_push_dummy_call,
+       xstormy16_analyze_prologue, xstormy16_in_function_epilogue_p,
+       xstormy16_resolve_jmp_table_entry, xstormy16_find_jmp_table_entry,
+       xstormy16_pointer_to_address, xstormy16_address_to_pointer): Update.
+       * xtensa-tdep.c (extract_call_winsize, xtensa_pseudo_register_read,
+       xtensa_pseudo_register_write, xtensa_frame_cache,
+       xtensa_push_dummy_call, call0_track_op, call0_frame_cache): Update.
+
+
+       * dfp.h (decimal_to_string, decimal_from_string, decimal_from_integral,
+       decimal_from_floating, decimal_to_doublest, decimal_is_zero): Add
+       BYTE_ORDER parameter.
+       (decimal_binop): Add BYTE_ORDER_X, BYTE_ORDER_Y, and BYTE_ORDER_RESULT
+       parameters.
+       (decimal_compare): Add BYTE_ORDER_X and BYTE_ORDER_Y parameters.
+       (decimal_convert): Add BYTE_ORDER_FROM and BYTE_ORDER_TO parameters.
+       * dfp.c (match_endianness): Add BYTE_ORDER parameter.  Use it
+       instead of current_gdbarch.
+       (decimal_to_string, decimal_from_integral, decimal_from_floating,
+       decimal_to_doublest, decimal_is_zero): Add BYTE_ORDER parameter.
+       Pass it to match_endianness.
+       (decimal_binop): Add BYTE_ORDER_X, BYTE_ORDER_Y, and BYTE_ORDER_RESULT
+       parameters.  Pass them to match_endianness.
+       (decimal_compare): Add BYTE_ORDER_X and BYTE_ORDER_Y parameters.
+       Pass them to match_endianness.
+       (decimal_convert): Add BYTE_ORDER_FROM and BYTE_ORDER_TO parameters.
+       Pass them to match_endianness.
+       * valarith.c (value_args_as_decimal): Add BYTE_ORDER_X and
+       BYTE_ORDER_Y output parameters.
+       (value_binop): Update call to value_args_as_decimal.
+
+       Update calls to decimal_to_string, decimal_from_string,
+       decimal_from_integral, decimal_from_floating, decimal_to_doublest,
+       decimal_is_zero, decimal_binop, decimal_compare and decimal_convert
+       to pass/receive byte order:
+       * c-exp.y (parse_number): Update.
+       * printcmd.c (printf_command): Update.
+       * valarith.c (value_args_as_decimal, value_binop, value_logical_not,
+       value_equal, value_less): Update.
+       * valops.c (value_cast, value_one): Update.
+       * valprint.c (print_decimal_floating): Update.
+       * value.c (unpack_long, unpack_double): Update.
+       * python/python-value.c (valpy_nonzero): Update.
+
+
+       * ada-valprint.c (char_at): Add BYTE_ORDER parameter.
+       (printstr): Update calls to char_at.
+       (ada_val_print_array): Likewise.
+       * valprint.c (read_string): Add BYTE_ORDER parameter.
+       (val_print_string): Update call to read_string.
+       * c-lang.c (c_get_string): Likewise.
+       * charset.h (target_wide_charset): Add BYTE_ORDER parameter.
+       * charset.c (target_wide_charset): Add BYTE_ORDER parameter.
+       Use it instead of current_gdbarch.
+       * printcmd.c (printf_command): Update calls to target_wide_charset.
+       * c-lang.c (charset_for_string_type): Add BYTE_ORDER parameter.
+       Pass to target_wide_charset.  Use it instead of current_gdbarch.
+       (classify_type): Add BYTE_ORDER parameter.  Pass to
+       charset_for_string_type.  Allow NULL encoding pointer.
+       (print_wchar): Add BYTE_ORDER parameter.
+       (c_emit_char): Update calls to classify_type and print_wchar.
+       (c_printchar, c_printstr): Likewise.
+
+
+       * gdbarch.sh (in_solib_return_trampoline): Convert to type "m".
+       * gdbarch.c, gdbarch.h: Regenerate.
+       * arch-utils.h (generic_in_solib_return_trampoline): Add GDBARCH
+       parameter.
+       * arch-utils.c (generic_in_solib_return_trampoline): Likewise.
+       * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Likewise.
+       * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Likewise.
+       (rs6000_skip_trampoline_code): Update call.
+
+       * alpha-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter to
+       dynamic_sigtramp_offset and pc_in_sigtramp callbacks.
+       (alpha_read_insn): Add GDBARCH parameter.
+       * alpha-tdep.c (alpha_lds, alpha_sts): Add GDBARCH parameter.
+       (alpha_register_to_value): Pass architecture to alpha_sts.
+       (alpha_extract_return_value): Likewise.
+       (alpha_value_to_register): Pass architecture to alpha_lds.
+       (alpha_store_return_value): Likewise.
+       (alpha_read_insn): Add GDBARCH parameter.
+       (alpha_skip_prologue): Pass architecture to alpha_read_insn.
+       (alpha_heuristic_proc_start): Likewise.
+       (alpha_heuristic_frame_unwind_cache): Likewise.
+       (alpha_next_pc): Likewise.
+       (alpha_sigtramp_frame_this_id): Pass architecture to
+       tdep->dynamic_sigtramp_offset callback.
+       (alpha_sigtramp_frame_sniffer): Pass architecture to
+       tdep->pc_in_sigtramp callback.
+       * alphafbsd-tdep.c (alphafbsd_pc_in_sigtramp): Add GDBARCH parameter.
+       (alphafbsd_sigtramp_offset): Likewise.
+       * alpha-linux-tdep.c (alpha_linux_sigtramp_offset_1): Add GDBARCH
+       parameter.  Pass to alpha_read_insn.
+       (alpha_linux_sigtramp_offset): Add GDBARCH parameter.  Pass to
+       alpha_linux_sigtramp_offset_1.
+       (alpha_linux_pc_in_sigtramp): Add GDBARCH parameter.  Pass to
+       alpha_linux_sigtramp_offset.
+       (alpha_linux_sigcontext_addr): Pass architecture to alpha_read_insn
+       and alpha_linux_sigtramp_offset.
+       * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Add GDBARCH parameter.
+       (alphanbsd_pc_in_sigtramp): Add GDBARCH parameter.  Pass to
+       alphanbsd_sigtramp_offset.
+       * alphaobsd-tdep.c (alphaobsd_sigtramp_offset): Add GDBARCH parameter.
+       (alphaobsd_pc_in_sigtramp): Add GDBARCH parameter.  Pass to
+       alpha_read_insn.
+       (alphaobsd_sigcontext_addr): Pass architecture to
+       alphaobsd_sigtramp_offset.
+       * alpha-osf1-tdep.c (alpha_osf1_pc_in_sigtramp): Add GDBARCH
+       parameter.
+
+       * amd64-tdep.c (amd64_analyze_prologue): Add GDBARCH parameter.
+       (amd64_skip_prologue): Pass architecture to amd64_analyze_prologue.
+       (amd64_frame_cache): Likewise.
+
+       * arm-tdep.c (SWAP_SHORT, SWAP_INT): Remove.
+       (thumb_analyze_prologue, arm_skip_prologue, arm_scan_prologue,
+       thumb_get_next_pc, arm_get_next_pc): Do not use SWAP_ macros.
+       * arm-wince-tdep.c: Include "frame.h".
+
+       * avr-tdep.c (EXTRACT_INSN): Remove.
+       (avr_scan_prologue): Add GDBARCH argument, inline EXTRACT_INSN.
+       (avr_skip_prologue): Pass architecture to avr_scan_prologue.
+       (avr_frame_unwind_cache): Likewise.
+
+       * cris-tdep.c (struct instruction_environment): Add BYTE_ORDER member.
+       (find_step_target): Initialize it.
+       (get_data_from_address): Add BYTE_ORDER parameter.
+       (bdap_prefix): Pass byte order to get_data_from_address.
+       (handle_prefix_assign_mode_for_aritm_op): Likewise.
+       (three_operand_add_sub_cmp_and_or_op): Likewise.
+       (handle_inc_and_index_mode_for_aritm_op): Likewise.
+
+       * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Add GDBARCH parameter.
+       (frv_linux_sigcontext_reg_addr): Pass architecture to
+       frv_linux_pc_in_sigtramp.
+       (frv_linux_sigtramp_frame_sniffer): Likewise.
+
+       * h8300-tdep.c (h8300_is_argument_spill): Add GDBARCH parameter.
+       (h8300_analyze_prologue): Add GDBARCH parameter.  Pass to
+       h8300_is_argument_spill.
+       (h8300_frame_cache, h8300_skip_prologue): Pass architecture
+       to h8300_analyze_prologue.
+
+       * hppa-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter to
+       in_solib_call_trampoline callback.
+       (hppa_in_solib_call_trampoline): Add GDBARCH parameter.
+       * hppa-tdep.c (hppa64_convert_code_addr_to_fptr): Add GDBARCH
+       parameter.
+       (hppa64_push_dummy_call): Pass architecture to
+       hppa64_convert_code_addr_to_fptr.
+       (hppa_match_insns): Add GDBARCH parameter.
+       (hppa_match_insns_relaxed): Add GDBARCH parameter.  Pass to
+       hppa_match_insns.
+       (hppa_skip_trampoline_code): Pass architecture to hppa_match_insns.
+       (hppa_in_solib_call_trampoline): Add GDBARCH parameter.  Pass to
+       hppa_match_insns_relaxed.
+       (hppa_stub_unwind_sniffer): Pass architecture to
+       tdep->in_solib_call_trampoline callback.
+       * hppa-hpux-tdep.c (hppa_hpux_search_pattern): Add GDBARCH parameter.
+       (hppa32_hpux_search_dummy_call_sequence): Pass architecture to
+       hppa_hpux_search_pattern.
+       * hppa-linux-tdep.c (insns_match_pattern): Add GDBARCH parameter.
+       (hppa_linux_sigtramp_find_sigcontext): Add GDBARCH parameter.
+       Pass to insns_match_pattern.
+       (hppa_linux_sigtramp_frame_unwind_cache): Pass architecture to
+       hppa_linux_sigtramp_find_sigcontext.
+       (hppa_linux_sigtramp_frame_sniffer): Likewise.
+       (hppa32_hpux_in_solib_call_trampoline): Add GDBARCH parameter.
+       (hppa64_hpux_in_solib_call_trampoline): Likewise.
+
+       * i386-tdep.c (i386_follow_jump): Add GDBARCH parameter.
+       (i386_analyze_frame_setup): Add GDBARCH parameter.
+       (i386_analyze_prologue): Add GDBARCH parameter.  Pass to
+       i386_follow_jump and i386_analyze_frame_setup.
+       (i386_skip_prologue): Pass architecture to i386_analyze_prologue
+       and i386_follow_jump.
+       (i386_frame_cache): Pass architecture to i386_analyze_prologue.
+       (i386_pe_skip_trampoline_code): Add FRAME parameter.
+       * i386-tdep.h (i386_pe_skip_trampoline_code): Add FRAME parameter.
+       * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): Pass
+       frame to i386_pe_skip_trampoline_code.
+
+       * ia64-tdep.h (struct gdbarch_tdep): Add GDBARCH parameter
+       to sigcontext_register_address callback.
+       * ia64-tdep.c (ia64_find_global_pointer): Add GDBARCH parameter.
+       (ia64_find_unwind_table): Pass architecture to
+       ia64_find_global_pointer.
+       (find_extant_func_descr): Add GDBARCH parameter.
+       (find_func_descr): Pass architecture to find_extant_func_descr
+       and ia64_find_global_pointer.
+       (ia64_sigtramp_frame_init_saved_regs): Pass architecture to
+       tdep->sigcontext_register_address callback.
+       * ia64-linux-tdep.c (ia64_linux_sigcontext_register_address): Add
+       GDBARCH parameter.
+
+       * iq2000-tdep.c (iq2000_scan_prologue): Add GDBARCH parameter.
+       (iq2000_frame_cache): Pass architecture to iq2000_scan_prologue.
+
+       * lm32-tdep.c (lm32_analyze_prologue): Add GDBARCH parameter.
+       (lm32_skip_prologue, lm32_frame_cache): Pass architecture to
+       lm32_analyze_prologue.
+
+       * m32r-tdep.c (decode_prologue): Add GDBARCH parameter.
+       (m32r_skip_prologue): Pass architecture to decode_prologue.
+
+       * m68hc11-tdep.c (m68hc11_analyze_instruction): Add GDBARCH parameter.
+       (m68hc11_scan_prologue): Pass architecture to
+       m68hc11_analyze_instruction.
+
+       * m68k-tdep.c (m68k_analyze_frame_setup): Add GDBARCH parameter.
+       (m68k_analyze_prologue): Pass architecture to
+       m68k_analyze_frame_setup.
+
+       * m88k-tdep.c (m88k_fetch_instruction): Add BYTE_ORDER parameter.
+       (m88k_analyze_prologue): Add GDBARCH parameter.  Pass byte order
+       to m88k_fetch_instruction.
+       (m88k_skip_prologue): Pass architecture to m88k_analyze_prologue.
+       (m88k_frame_cache): Likewise.
+
+       * mep-tdep.c (mep_get_insn): Add GDBARCH parameter.
+       (mep_analyze_prologue): Pass architecture to mep_get_insn.
+
+       * mips-tdep.c (mips_fetch_instruction): Add GDBARCH parameter.
+       (mips32_next_pc): Pass architecture to mips_fetch_instruction.
+       (deal_with_atomic_sequence): Likewise.
+       (unpack_mips16): Add GDBARCH parameter, pass to mips_fetch_instruction.
+       (mips16_scan_prologue): Likewise.
+       (mips32_scan_prologue): Likewise.
+       (mips16_in_function_epilogue_p): Likewise.
+       (mips32_in_function_epilogue_p): Likewise.
+       (mips_about_to_return): Likewise.
+       (mips_insn16_frame_cache): Pass architecture to mips16_scan_prologue.
+       (mips_insn32_frame_cache): Pass architecture to mips32_scan_prologue.
+       (mips_skip_prologue): Pass architecture to mips16_scan_prologue
+       and mips32_scan_prologue.
+       (mips_in_function_epilogue_p): Pass architecture to
+       mips16_in_function_epilogue_p and
+       mips32_in_function_epilogue_p.
+       (heuristic_proc_start): Pass architecture to mips_fetch_instruction
+       and mips_about_to_return.
+       (mips_skip_mips16_trampoline_code): Pass architecture to
+       mips_fetch_instruction.
+       (fetch_mips_16): Add GDBARCH parameter.
+       (mips16_next_pc): Pass architecture to fetch_mips_16.
+       (extended_mips16_next_pc): Pass architecture to unpack_mips16 and
+       fetch_mips_16.
+
+       * objc-lang.c (read_objc_method, read_objc_methlist_nmethods,
+       read_objc_methlist_method, read_objc_object, read_objc_super,
+       read_objc_class): Add GDBARCH parameter.
+       (find_implementation_from_class): Add GDBARCH parameter, pass
+       to read_objc_class, read_objc_methlist_nmethods, and
+       read_objc_methlist_method.
+       (find_implementation): Add GDBARCH parameter, pass to
+       read_objc_object and find_implementation_from_class.
+       (resolve_msgsend, resolve_msgsend_stret): Pass architecture
+       to find_implementation.
+       (resolve_msgsend_super, resolve_msgsend_super_stret): Pass
+       architecture to read_objc_super and find_implementation_from_class.
+
+       * ppc64-linux-tdep.c (ppc64_desc_entry_point): Add GDBARCH parameter.
+       (ppc64_standard_linkage1_target, ppc64_standard_linkage2_target,
+       ppc64_standard_linkage3_target): Pass architecture to
+       ppc64_desc_entry_point.
+       * rs6000-tdep.c (bl_to_blrl_insn_p): Add BYTE_ORDER parameter.
+       (skip_prologue): Pass byte order to bl_to_blrl_insn_p.
+       (rs6000_fetch_instruction): Add GDBARCH parameter.
+       (rs6000_skip_stack_check): Add GDBARCH parameter, pass to
+       rs6000_fetch_instruction.
+       (skip_prologue): Pass architecture to rs6000_fetch_instruction.
+       
+       * remote-mips.c (mips_store_word): Return old_contents as host
+       integer value instead of target bytes.
+
+       * s390-tdep.c (struct s390_prologue_data): Add BYTE_ORDER member.
+       (s390_analyze_prologue): Initialize it.
+       (extend_simple_arg): Add GDBARCH parameter.
+       (s390_push_dummy_call): Pass architecture to extend_simple_arg.
+
+       * scm-lang.c (scm_get_field): Add BYTE_ORDER parameter.
+       * scm-lang.h (scm_get_field): Add BYTE_ORDER parameter.
+       (SCM_CAR, SCM_CDR): Pass SCM_BYTE_ORDER to scm_get_field.
+       * scm-valprint.c (scm_scmval_print): Likewise.
+       (scm_scmlist_print, scm_ipruk, scm_scmval_print): Define
+       SCM_BYTE_ORDER.
+
+       * sh64-tdep.c (look_for_args_moves): Add GDBARCH parameter.
+       (sh64_skip_prologue_hard_way): Add GDBARCH parameter, pass to
+       look_for_args_moves.
+       (sh64_skip_prologue): Pass architecture to
+       sh64_skip_prologue_hard_way.
+       * sh-tdep.c (sh_analyze_prologue): Add GDBARCH parameter.
+       (sh_skip_prologue): Pass architecture to sh_analyze_prologue.
+       (sh_frame_cache): Likewise.
+
+       * solib-irix.c (extract_mips_address): Add GDBARCH parameter.
+       (fetch_lm_info, irix_current_sos, irix_open_symbol_file_object):
+       Pass architecture to extract_mips_address.
+
+       * sparc-tdep.h (sparc_fetch_wcookie): Add GDBARCH parameter.
+       * sparc-tdep.c (sparc_fetch_wcookie): Add GDBARCH parameter.
+       (sparc_supply_rwindow, sparc_collect_rwindow): Pass architecture
+       to sparc_fetch_wcookie.
+       (sparc32_frame_prev_register): Likewise.
+       * sparc64-tdep.c (sparc64_frame_prev_register): Likewise.
+       * sparc32nbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Likewise.
+       * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): Likewise.
+
+       * spu-tdep.c (spu_analyze_prologue): Add GDBARCH parameter.
+       (spu_skip_prologue): Pass architecture to spu_analyze_prologue.
+       (spu_virtual_frame_pointer): Likewise.
+       (spu_frame_unwind_cache): Likewise.
+       (info_spu_mailbox_list): Add BYTE_ORER parameter.
+       (info_spu_mailbox_command): Pass byte order to info_spu_mailbox_list.
+       (info_spu_dma_cmdlist): Add BYTE_ORER parameter.
+       (info_spu_dma_command, info_spu_proxydma_command): Pass byte order
+       to info_spu_dma_cmdlist.
+
+       * symfile.c (read_target_long_array): Add GDBARCH parameter.
+       (simple_read_overlay_table, simple_read_overlay_region_table,
+       simple_overlay_update_1): Pass architecture to read_target_long_array.
+
+       * v850-tdep.c (v850_analyze_prologue): Add GDBARCH parameter.
+       (v850_frame_cache): Pass architecture to v850_analyze_prologue.
+
+       * xstormy16-tdep.c (xstormy16_analyze_prologue): Add GDBARCH
+       parameter.
+       (xstormy16_skip_prologue, xstormy16_frame_cache): Pass architecture
+       to xstormy16_analyze_prologue.
+       (xstormy16_resolve_jmp_table_entry): Add GDBARCH parameter.
+       (xstormy16_find_jmp_table_entry): Likewise.
+       (xstormy16_skip_trampoline_code): Pass architecture to
+       xstormy16_resolve_jmp_table_entry.
+       (xstormy16_pointer_to_address): Likewise.
+       (xstormy16_address_to_pointer): Pass architecture to
+       xstormy16_find_jmp_table_entry.
+
+       * xtensa-tdep.c (call0_track_op): Add GDBARCH parameter.
+       (call0_analyze_prologue): Add GDBARCH parameter, pass to
+       call0_track_op.
+       (call0_frame_cache): Pass architecture to call0_analyze_prologue.
+       (xtensa_skip_prologue): Likewise.
+
+2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
+       (paddress): Add GDBARCH parameter.
+       * utils.c (strlen_paddr, paddr, paddr_nz): Remove.
+       (paddress): Add GDBARCH parameter, use it instead of current_gdbarch.
+       * ui-out.h (ui_out_field_core_addr): Add GDBARCH parameter.
+       * ui-out.c (ui_out_field_core_addr): Add GDBARCH parameter,
+       use it instead of current_gdbarch.
+
+       Update calls to ui_out_field_core_addr to pass architecture:
+       * ada-lang.c (print_one_exception): Update.
+       * breakpoint.c (print_one_breakpoint_location,
+       print_one_exception_catchpoint): Update.
+       * disasm.c (dump_insns): Update.
+       * darwin-nat-info.c (darwin_debug_regions_recurse): Update.
+       * mi/mi-main.c (mi_cmd_data_read_memory): Update.
+       * mi/mi-symbol-cmds.c: Include "objfiles.h".
+       (mi_cmd_symbol_list_lines): Update.
+       * stack.c (print_frame_info, print_frame): Update.
+
+       Update callers of paddress to pass architecture:
+       * ada-tasks.c (info_task): Update.
+       * ada-valprint.c (ada_val_print_1): Update.
+       * annotate.c (annotate_source, annotate_frame_begin): Update.
+       * breakpoint.c (insert_bp_location, describe_other_breakpoints,
+       mention): Update.
+       * cli/cli-cmds.c (edit_command, list_command, print_disassembly):
+       Update.
+       * corefile.c (memory_error): Update.
+       * c-valprint.c (print_function_pointer_address, c_val_print): Update.
+       * disasm.c (dis_asm_print_address): Update.
+       * exec.c (print_section_info): Update.
+       * f-valprint.c (f_val_print): Update.
+       * infcmd.c: Include "arch-utils.h".
+       (jump_command, program_info): Update.
+       * linux-fork.c: Include "arch-utils.h".
+       (info_forks_command): Update.
+       * m2-valprint.c (print_function_pointer_address,
+       print_unpacked_pointer, print_variable_at_address,
+       m2_val_print): Update.
+       * m32r-rom.c (m32r_load_section, m32r_load, m32r_upload_command):
+       Update.
+       * printcmd.c (print_address, print_address_demangle, address_info):
+       Update.
+       * p-valprint.c (pascal_val_print): Update.
+       * source.c: Include "arch-utils.h".
+       (line_info): Update.
+       * stack.c (frame_info, print_block_frame_labels): Update.
+       * symfile.c (add_symbol_file_command, list_overlays_command): Update.
+       * symmisc.c (dump_msymbols, dump_psymtab, dump_symtab_1,
+       print_symbol, print_partial_symbols, maintenance_info_psymtabs,
+       maintenance_check_symtabs): Update.
+       * symtab.c (find_pc_sect_symtab): Update.
+       * target.c (deprecated_debug_xfer_memory): Update.
+       * tracepoint.c (scope_info): Update.
+       * tui/tui-stack.c (tui_make_status_line): Update.
+       * valprint.c (val_print_string): Update.
+
+       Update callers of paddr_nz to use paddress instead (keeping
+       user-visible output identical):
+       * alpha-tdep.c (alpha_heuristic_proc_start): Update.
+       * amd64-tdep.c (fixup_riprel, amd64_displaced_step_copy_insn,
+       amd64_displaced_step_fixup): Update.
+       * arch-utils.c (simple_displaced_step_copy_insn): Update.
+       * auxv.c (fprint_target_auxv): Update.
+       * breakpoint.c (insert_single_step_breakpoint): Update.
+       * buildsym.c (finish_block): Update.
+       * cli/cli-dump.c (restore_section_callback): Update.
+       * fbsd-nat.c (fbsd_find_memory_regions): Update.
+       * frame.c (frame_unwind_register_value): Update.
+       * gcore.c (gcore_create_callback): Update.
+       * hppa-tdep.c (hppa_frame_cache, hppa_skip_trampoline_code): Update.
+       * i386-tdep.c (i386_displaced_step_fixup, i386_record_modrm,
+       i386_record_lea_modrm_addr, i386_record_lea_modrm,
+       i386_process_record): Update.
+       * ia64-tdep.c (ia64_frame_this_id, ia64_sigtramp_frame_this_id,
+       ia64_libunwind_frame_this_id, ia64_libunwind_sigtramp_frame_this_id,
+       ia64_dummy_id, ia64_access_reg, ia64_access_rse_reg): Update.
+       * infrun.c (displaced_step_prepare, displaced_step_fixup,
+       handle_inferior_event, insert_step_resume_breakpoint_at_sal,
+       insert_longjmp_resume_breakpoint): Update.
+       * linux-nat.c (linux_nat_find_memory_regions): Update.
+       * linux-record.c (record_linux_system_call): Update.
+       * mips-tdep.c (heuristic_proc_start, mips_eabi_push_dummy_call,
+       mips_n32n64_push_dummy_call, mips_o32_push_dummy_call,
+       mips_o64_push_dummy_call): Update.
+       * monitor.c (monitor_error, monitor_remove_breakpoint): Update.
+       * record.c (record_arch_list_add_mem, record_wait,
+       record_xfer_partial): Update.
+       * remote-mips.c (mips_fetch_word, mips_check_lsi_error,
+       mips_common_breakpoint): Update.
+       * remote-sim.c (gdbsim_xfer_inferior_memory): Update.
+       * rs6000-tdep.c (ppc_displaced_step_fixup): Update.
+       * solib-som.c (som_current_sos): Update.
+       * symfile.c (load_progress, generic_load): Update.
+       * symfile-mem.c (add_vsyscall_page): Update.
+       * valops.c (value_fetch_lazy): Update.
+       * windows-tdep.c (windows_xfer_shared_library): Update.
+
+       Update callers of paddr_nz to use paddress instead (changing
+       user-visible output to make it more correct):
+       * dwarf2loc.c (locexpr_describe_location): Update.
+       * ia64-tdep.c (ia64_memory_insert_breakpoint,
+       ia64_memory_remove_breakpoint): Update.
+       * jv-valprint.c (java_value_print): Update.
+       * m32c-tdep.c (m32c_m16c_address_to_pointer): Update.
+       * monitor.c (monitor_read_memory): Update.
+
+       Update callers of paddr to use paddress instead (changing
+       user-visible output to make it more correct):
+       * arm-tdep.c (arm_push_dummy_call): Update.
+       * breakpoint.c (insert_bp_location, create_thread_event_breakpoint,
+       create_breakpoint): Update.
+       * darwin-nat-info.c (darwin_debug_regions): Update.
+       * dcache.c (dcache_info): Update.
+       * dsrec.c (load_srec, make_srec): Update.
+       * dwarf2-frame.c (dwarf2_restore_rule, execute_cfa_program,
+       dwarf2_frame_cache): Update.
+       * gcore.c (gcore_copy_callback): Update.
+       * gnu-nat.c (gnu_xfer_memory): Update.
+       * mips-linux-nat.c (mips_show_dr): Update.
+       * monitor.c (monitor_write_memory, monitor_insert_breakpoint,
+       monitor_remove_breakpoint): Update.
+       * remote.c (compare_sections_command): Update.
+       * remote-m32r-sdi.c (m32r_xfer_memory, m32r_insert_breakpoint,
+       m32r_remove_breakpoint, m32r_insert_watchpoint,
+       m32r_remove_watchpoint): Update.
+       * sol-thread.c (info_cb): Update.
+       * symfile.c (load_progress): Update.
+
+       Update callers of paddress or paddr_nz to use hex_string instead
+       (changes output of internal/error/debug messages only):
+       * dwarf2read.c (dump_die_shallow): Update.
+       * frame.c (fprint_field, fprint_frame, frame_pc_unwind,
+       get_frame_func, create_new_frame): Update.
+       * hppa-tdep.c (find_unwind_entry, unwind_command): Update.
+       * ia64-tdep.c (get_kernel_table, ia64_find_proc_info_x,
+       ia64_get_dyn_info_list): Update.
+       * maint.c (maintenance_translate_address): Update.
+       * mi/mi-cmd-var.c (mi_cmd_var_create): Update.
+       * target.c (target_flash_erase): Update.
+
+       Update callers of paddr/paddr_nz to use phex/phex_nz instead,
+       using an appropriate address size.  Remove use of strlen_paddr.
+       * exec.c (exec_files_info): Update.
+       * i386-nat.c (i386_show_dr): Update.
+       * remote.c (remote_flash_erase): Update.
+       * m32r-rom.c (m32r_load_section): Update.
+       * monitor.c (monitor_vsprintf, monitor_store_register): Update.
+       * remote.c (remote_check_symbols, remote_search_memory): Update.
+       * remote-mips.c (mips_request, mips_common_breakpoint): Update.
+       * scm-valprint.c (scm_ipruk, scm_scmval_print): Update.
+       * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs): Update.
+       * sh-tdep.c (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs,
+       sh2a_show_regs, sh2a_nofpu_show_regs, sh3e_show_regs,
+       sh3_dsp_show_regs, sh4_show_regs, sh4_nofpu_show_regs,
+       sh_dsp_show_regs): Update.
+       * xcoffsolib.c (sharedlibrary_command): Update.
+
+
+       * maint.c (maint_print_section_info): Add ADDR_SIZE parameter.
+       Use hex_string_custom instead of paddr.
+       (print_bfd_section_info): Pass address size.
+       (print_objfile_section_info): Likewise.
+
+       * annotate.h (annotate_source): Add GDBARCH parameter.
+       (annotate_frame_begin): Likewise.
+       * annotate.c (annotate_source): Add GDBARCH parameter.
+       (annotate_frame_begin): Likewise.
+       * source.c (identify_source_line): Update call to annotate_source.
+       * stack.c (print_frame_info, print_frame): Update call to
+       annotate_frame_begin.
+
+       * breakpoint.c (describe_other_breakpoints): Add GDBARCH parameter.
+       (create_breakpoint, create_ada_exception_breakpoint): Update call.
+
+       * stack.c (print_block_frame_labels): Add GDBARCH parameter.
+       (print_frame_label_vars): Update call.
+
+       * symmisc.c (print_partial_symbols): Add GDBARCH parameter.
+       (dump_psymtab): Update call to print_partial_symbols.
+       (struct print_symbol_args): Add GDBARCH member.
+       (dump_symtab_1): Set print_symbol_args architecture member.
+       (print_symbol): Use it.
+
+       * windows-tdep.h (windows_xfer_shared_library): Add GDBARCH
+       parameter.
+       * windows-tdep.c (windows_xfer_shared_library): Likewise.
+       * i386-cygwin-tdep.c (struct cpms_data): Add GDBARCH member.
+       (core_process_module_section): Pass architecture from cpms_data to
+       windows_xfer_shared_library.
+       (windows_core_xfer_shared_libraries): Initialize cmps_data 
+       architecture member.
+       * windows-nat.c (windows_xfer_shared_libraries): Pass architecture
+       to windows_xfer_shared_library.
+
+       * defs.h (print_address): Add GDBARCH parameter.
+       * printcmd.c (print_address): Add GDBARCH parameter.
+       (print_scalar_formatted, do_examine): Update call.
+       * findcmd.c (find_command): Update call.
+       * tracepoint.c: Include "arch-utils.h".
+       (trace_find_line_command): Update call.
+       * tui/tui-disasm.c (tui_disassemble): Update call.
+
+       * value.h (print_address_demangle): Add GDBARCH parameter.
+       * printcmd.c (print_address_demangle): Add GDBARCH parameter.
+       * c-valprint.c (print_function_pointer_address, c_val_print):
+       Update call.
+       * f-valprint.c (f_val_print): Update call.
+       * gnu-v3-abi.c (gnuv3_print_method_ptr): Update call.
+       * jv-valprint.c (java_val_print): Update call.
+       * m2-valprint.c (print_function_pointer_address, m2_val_print):
+       Update call.
+       * p-valprint.c (pascal_val_print): Update call.
+
+       * disasm.c (gdb_disassemble_info): Install architecture into
+       di.application_data field.
+
+2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * disasm.h (gdb_disassembly): Add GDBARCH parameter.
+       (gdb_print_insn): Likewise.
+       * disasm.c (dump_insns): Add GDBARCH parameter.  Use it instead
+       of current_gdbarch.
+       (do_mixed_source_and_assembly): Add GDBARCH parameter.  Pass to
+       dump_insns.
+       (do_assembly_only): Likewise.
+       (gdb_disassembly): Add GDBARCH parameter.  Use it instead of
+       current_gdbarch.  Pass to subroutines.
+       (gdb_print_insn): Add GDBARCH parameter.  Use it instead of
+       current_gdbarch.
+
+       * stack.c (struct gdb_disassembly_stub_args): Add GDBARCH member.
+       (gdb_disassembly_stub): Pass architecture to gdb_disassembly.
+       (do_gdb_disassembly): Add GDBARCH argument.  Store into args.
+       (print_frame_info): Pass architecture to do_gdb_disassembly.
+
+       * printcmd.c (print_formatted): Pass architecture to gdb_print_insn.
+
+       * mi/mi-cmd-disas.c: Include "arch-utils.h"
+       (mi_cmd_disassemble): Pass architecture to gdb_disassembly.
+
+       * cli/cli-cmds.c: Include "arch-utils.h".
+       (print_disassembly): Add GDBARCH parameter.  Pass to gdb_disassembly
+       and tui_show_assembly.
+       (disassemble_current_function): Pass architecture to
+       tui_get_low_disassembly_address and print_disassembly.
+       (disassemble_command): Pass architecture to
+       tui_get_low_disassembly_address and print_disassembly.
+
+       * tui/tui.c (tui_show_assembly): Add GDBARCH parameter.  Pass to
+       tui_update_source_windows_with_addr.
+
+       * tui/tui-data.h (struct tui_locator_element): Add GDBARCH member.
+       (struct tui_source_info): Likewise.
+       * tui/tui-data.c (tui_clear_win_detail): Clear source_info.gdbarch.
+
+       * tui/tui-disasm.c (tui_disassemble): Add GDBARCH parameter.
+       Pass to gdb_print_insn.
+       (tui_find_disassembly_address): Add GDBARCH parameter.  Pass to
+       tui_disassemble.
+       (tui_set_disassem_content): Add GDBARCH parameter.  Install into
+       source_info.gdbarch.  Pass to tui_disassemble.
+       (tui_show_disassem): Add GDBARCH parameter.  Pass to 
+       tui_update_source_window.
+       (tui_show_disassem_and_update_source): Add GDBARCH parameter.  Pass to
+       tui_show_disassem and tui_update_source_window.
+
+       (tui_get_begin_asm_address): Return locator architecture in addition
+       to locator PC value.
+
+       (tui_get_low_disassembly_address): Add GDBARCH parameter.   Pass to
+       tui_get_low_disassembly_address.
+
+       (tui_vertical_disassem_scroll): Pass architecture to subroutines.
+
+       * tui/tui-disasm.h (tui_set_disassem_content): Add GDBARCH parameter.
+       (tui_show_disassem): Likewise.
+       (tui_show_disassem_and_update_source): Likewise.
+       (tui_get_begin_asm_address): Return architecture and PC value.
+
+       * tui/tui.h (tui_get_low_disassembly_address): Add GDBARCH parameter.
+       (tui_show_assembly): Add GDBARCH parameter.
+
+       * tui/tui-layout.c (extract_display_start_addr): Return current window
+       architecture in addition to current PC value.
+
+       (tui_set_layout): Update calls to tui_get_low_disassembly_address and
+       extract_display_start_addr.  Pass architecture to
+       tui_update_source_windows_with_addr.
+
+       * tui/tui-source.c: Include "objfiles.h".
+       (tui_set_source_content): Initialize window architecture.
+       (tui_show_symtab_source): Add GDBARCH parameter.  Pass to
+       tui_update_source_window_as_is
+
+       * tui/tui-source.h (tui_show_symtab_source): Add GDBARCH parameter.
+
+       * tui/tui-stack.c (tui_set_locator_info): Add GDBARCH parameter.
+       Install locator architecture.
+       (tui_set_locator_filename): Update call.
+       (tui_show_frame_info): Pass architecture to tui_set_locator_info
+       and subroutines.
+
+       * tui/tui-win.c (make_visible_with_new_height): Pass architecture
+       to tui_update_source_window.
+
+       * tui/tui-winsource.c: Include "objfiles.h".
+       (tui_display_main): Update call to tui_get_begin_asm_address.
+       Pass architecture to tui_update_source_windows_with_addr.
+       (tui_update_source_window): Add GDBARCH parameter.  Pass to
+       tui_update_source_window_as_is.
+       (tui_update_source_window_as_is): Add GDBARCH parameter.
+       Pass to tui_set_disassem_content.
+       (tui_update_source_windows_with_addr): Add GDBARCH parameter.
+       Pass to subroutines.
+       (tui_update_source_windows_with_line): Pass objfile architecture
+       to subroutines.
+       (tui_horizontal_source_scroll): Pass architecture to 
+       tui_update_source_window_as_is.
+       
+       * tui/tui-winsource.h (tui_update_source_window): Add GDBARCH
+       parameter.
+       (tui_update_source_window_as_is): Likewise.
+       (tui_update_source_windows_with_addr): Likewise.
+
+2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * breakpoint.h (struct breakpoint): New member GDBARCH.
+       * breakpoint.c: Include "arch-utils.h".
+       (set_raw_breakpoint_without_location): Add GDBARCH parameter.
+       Use it to set breakpoint architecture.
+       (set_raw_breakpoint): Add GDBARCH parameter.
+       (create_internal_breakpoint): Likewise.
+       (create_catchpoint): Likewise.
+       (create_fork_vfork_event_catchpoint): Likewise.
+       (create_breakpoint): Likewise.
+       (create_breakpoints): Likewise.
+       (break_command_really): Likewise.
+       (create_ada_exception_breakpoint): Likewise.
+       Update local callers to pass architecture:
+       (create_internal_breakpoint): Update.
+       (create_overlay_event_breakpoint): Update.
+       (create_longjmp_master_breakpoint): Update.
+       (create_thread_event_breakpoint): Update.
+       (create_solib_event_breakpoint): Update.
+       (create_catchpoint): Update.
+       (create_fork_vfork_event_catchpoint): Update.
+       (set_momentary_breakpoint): Update.
+       (clone_momentary_breakpoint): Update.
+       (create_breakpoint): Update.
+       (create_breakpoints): Update.
+       (break_command_really): Update.
+       (break_command_1): Update.
+       (set_breakpoint): Update.
+       (watch_command_1): Update.
+       (catch_fork_command_1): Update.
+       (catch_exec_commnd_1): Update.
+       (handle_gnu_v3_exceptions): Update.
+       (create_ada_exception_breakpoint): Update.
+       (catch_ada_exception_command): Update.
+       (catch_assert_command): Update.
+       (trace_command): Update.
+
+       * breakpoint.h (struct bp_location): New member GDBARCH.
+       * breakpoint.c (get_sal_arch): New function.
+       (set_raw_breakpoint): Set location architecture.
+       (add_location_to_breakpoint): Likewise.
+       (clone_momentary_breakpoint): Likewise.
+       (watch_command_1): Likewise.
+       (update_watchpoint): Likewise.
+       (bp_loc_is_permanent): Use location architecture instead of
+       current_gdbarch.
+       (adjust_breakpoint_address): Add GDBARCH parameter; use it
+       instead of current_gdbarch.
+       Update callers of adjust_breakpoint_address to pass
+       breakpoint location architecture:
+       (set_raw_breakpoint): Update.
+       (watch_command_1): Update.
+
+       * tracepoint.c: (collect_symbol): Add GDBARCH parameter, use instead
+       of current_gdbarch.
+       (add_local_symbols): Add GDBARCH parameter.  Pass to collect_symbol.
+       (encode_actions): Pass tracepoint architecture to add_local_symbols
+       (encode_actions): Use tracepoint architecture instead of
+       current_gdbarch.  Pass it to add_local_symbols and collect_symbol.
+
+       * breakpoint.h (struct breakpoint_ops): Replace last_addr parameter
+       of print_one callback with last_loc.
+       * breakpoint.c (print_one_breakpoint_location): Replace last_addr
+       parameter with last_loc.
+       (print_one_breakpoint): Likewise.
+       (do_captured_breakpoint_query): Update call.
+       (breakpoint_1): Pass last_loc instead of last_addr to
+       print_one_breakpoint.  Pass last location architecture instead of
+       current_gdbarch to set_next_address.
+       Update all implementations of the print_one callback:
+       * breakpoint.c (print_one_catch_fork): Update.
+       (print_one_catch_vfork): Update.
+       (print_one_catch_exec): Update.
+       (print_one_exception_catchpoint): Update.
+       * ada-lang.c (print_one_exception): Update.
+       (print_one_catch_exception): Update.
+       (print_one_catch_exception_unhandled): Update.
+       (print_one_catch_assert): Update.
+
+       * breakpoint.c (print_one_breakpoint_location): Add PRINT_ADDRESS_BITS
+       parameter.  Use it instead of gdbarch_addr_bit (current_gdbarch).
+       (print_one_breakpoint): Add PRINT_ADDRESS_BITS parameter and pass it
+       to print_one_breakpoint_location.
+       (breakpoint_address_bits): New function.
+       (do_captured_breakpoint_query): Compute number of address bits to print
+       and pass it to print_one_breakpoint.
+       (breakpoint_1): Likewise.  Use it instead of current_gdbarch.
+
+       * breakpoint.h (create_thread_event_breakpoint): Add GDBARCH.
+       * breakpoint.c (create_thread_event_breakpoint): Likewise.
+       Update callers to create_thread_event_breakpoint:
+       * aix-thread.c (pd_enable): Update.
+       * linux-thread-db.c (enable_thread_event): Update.
+
+       * breakpoint.h (create_solib_event_breakpoint): Add GDBARCH.
+       * breakpoint.c (create_solib_event_breakpoint): Likewise.
+       Update callers to create_solib_event_breakpoint:
+       * solib-frv.c (enable_break, enable_break2): Update.
+       * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
+       * solib-som.c (som_solib_create_inferior_hook): Update.
+       * solib-darwin.c (darwin_solib_create_inferior_hook): Update.
+       * solib-svr4.c (enable_break): Update.
+
+       * breakpoint.h (insert_single_step_breakpoint): Add GDBARCH.
+       * breakpoint.c (insert_single_step_breakpoint): Likewise.
+       Update callers to insert_single_step_breakpoint:
+       * alpha-tdep.c (alpha_software_single_step): Update.
+       * arm-linux-tdep.c (arm_linux_software_single_step): Update.
+       * arm-tdep.c (arm_software_single_step): Update.
+       * cris-tdep.c (cris_software_single_step): Update.
+       * rs6000-aix-tdep.c (rs6000_software_single_step): Update.
+       * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Update.
+       * sparc-tdep.c (sparc_software_single_step): Update.
+       * spu-tdep.c (spu_software_single_step): Update.
+       * mips-tdep.c (deal_with_atomic_sequence): Add GDBARCH parameter.
+       Pass it to insert_single_step_breakpoint.
+       (mips_software_single_step): Pass architecture to
+       deal_with_atomic_sequence and insert_single_step_breakpoint.
+
+       * breakpoint.h (deprecated_insert_raw_breakpoint): Add GDBARCH.
+       (deprecated_remove_raw_breakpoint): Likewise.
+       * breakpoint.c (deprecated_insert_raw_breakpoint): Add GDBARCH.
+       (deprecated_remove_raw_breakpoint): Likewise.
+       Update callers to deprecated_insert_raw_breakpoint and
+       deprecated_remove_raw_breakpoint:
+       * breakpoint.c (single_step_gdbarch): New static variable.
+       (insert_single_step_breakpoint): Pass GDBARCH parameter to
+       deprecated_insert_raw_breakpoint.  Store it in single_step_gdbarch.
+       (remove_single_step_breakpoints): Pass architecture stored in
+       single_step_gdbarch to deprecated_remove_raw_breakpoint.
+       * rs6000-nat.c (exec_one_dummy_insn): Update.
+       * solib-irix.c (enable_break, disable_break): Update.
+       * procfs.c (procfs_mourn_inferior): Update.
+       (remove_dbx_link_breakpoint): Update.
+
+       * breakpoint.h (set_breakpoint): Add GDBARCH parameter.
+       (set_momentary_breakpoint, set_momentary_breakpoint_at_pc): Likewise.
+       * breakpoint.c (set_breakpoint): Add GDBARCH parameter.
+       (set_momentary_breakpoint, set_momentary_breakpoint_at_pc): Likewise.
+       Update callers to set_breakpoint, set_momentary_breakpoint and
+       set_momentary_breakpoint_at_pc:
+       * breakpoint.c (set_momentary_breakpoint_at_pc): Update.
+       (until_break_command): Update.
+       * infcall.c (call_function_by_hand): Update.
+       * infcmd.c (finish_backward, finish_forward): Update.
+       * infrun.c (insert_step_resume_breakpoint_at_sal): Add GDBARCH
+       parameter.  Pass it to set_momentary_breakpoint.
+       (insert_longjmp_resume_breakpoint): Add GDBARCH parameter.
+       Pass it to set_momentary_breakpoint_at_pc.
+       (handle_inferior_event): Update.
+       (insert_step_resume_breakpoint_at_frame): Update.
+       (insert_step_resume_breakpoint_at_caller): Update..
+       * mi/mi-cmd-break.c: Include "arch-utils.h".
+       (mi_cmd_break_insert): Update.
+
+       * target.h (struct target_ops): Add GDBARCH parameter to
+       to_insert_breakpoint, to_remove_breakpoint, to_insert_hw_breakpoint,
+       and to_remove_hw_breakpoint members.
+       (target_insert_breakpoint, target_remove_breakpoint,
+       target_insert_hw_breakpoint, target_remove_hw_breakpoint): Add GDBARCH
+       parameter, pass to target routine.
+       (memory_remove_breakpoint, memory_insert_breakpoint): Add GDBARCH
+       parameter.
+       * target.c (debug_to_insert_breakpoint, debug_to_remove_breakpoint,
+       debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint): Add
+       GDBARCH parameter, pass to target routine.
+       (update_current_target): Update function signature.
+       * breakpoint.c (insert_bp_location, remove_breakpoint,
+       deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint):
+       Pass architecture to target_ routines.
+       Update all implementations of the target breakpoint routines to take
+       GDBARCH parameter and use it instead of GDBARCH as appropriate:
+       * corelow.c (ignore): Update.
+       * exec.c (ignore): Update.
+       * mem-break.c (memory_insert_breakpoint): Update.
+       (memory_remove_breakpoint): Update.
+       * monitor.c (monitor_insert_breakpoint): Update.
+       (monitor_remove_breakpoint): Update.
+       * record.c (record_insert_breakpoint): Update.
+       (record_beneath_to_insert_breakpoint): Update.
+       (record_remove_breakpoint): Update.
+       (record_beneath_to_remove_breakpoint): Update.
+       * remote.c (remote_insert_breakpoint): Update.
+       (remote_remove_breakpoint): Update.
+       (remote_insert_hw_breakpoint): Update.
+       (remote_remove_hw_breakpoint): Update.
+       * remote-m32r-sdi.c (m32r_insert_breakpoint): Update.
+       (m32r_remove_breakpoint): Update.
+       * remote-mips.c (mips_insert_breakpoint): Update.
+       (mips_remove_breakpoint): Update.
+       * i386-nat.c (i386_insert_hw_breakpoint): Update.
+       (i386_remove_hw_breakpoint): Update.
+       * nto-procfs.c (procfs_insert_breakpoint):  Update.
+       (procfs_remove_breakpoint): Update.
+       (procfs_insert_hw_breakpoint): Update.
+       (procfs_remove_hw_breakpoint): Update.
+
 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * frame.h (frame_unwind_arch): New.
This page took 0.075424 seconds and 4 git commands to generate.