Keep objfile original filename
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 18ee8c8d8b66691792000795bb5082b9ec0fa925..87bd03074c3cdd3a3496adbe21e1844d5a5f1e2f 100644 (file)
+2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Pass down original filename for objfile.
+       * coffread.c (coff_symfile_read): Update symbol_file_add_separate call.
+       * elfread.c (elf_symfile_read): Likewise.
+       * jit.c (jit_object_close_impl): Update allocate_objfile call, no
+       longer set ORIGINAL_NAME.
+       (jit_bfd_try_read_symtab): Update symbol_file_add_from_bfd call.
+       * jv-lang.c (get_dynamics_objfile): Update allocate_objfile call.
+       * machoread.c (macho_add_oso_symfile): Add parameter name.  Update
+       symbol_file_add_from_bfd call.
+       (macho_symfile_read_all_oso): Update two macho_add_oso_symfile calls.
+       (macho_check_dsym): Add parameter filenamep.  Change function comment.
+       Set *filenamep.
+       (macho_symfile_read): New variable dsym_filename.  Update
+       macho_check_dsym call.  Use it for symbol_file_add_separate.
+       * objfiles.c (allocate_objfile): Add parameter name.  New comment for
+       it.  Use it for objfile->original_name.
+       (objfile_name): Return OBFD's filename, if available.
+       * objfiles.h (allocate_objfile): Add new parameter name.
+       * solib.c (solib_read_symbols): Update symbol_file_add_from_bfd call.
+       * symfile-mem.c (symbol_file_add_from_memory): Update
+       symbol_file_add_from_bfd call.
+       * symfile.c (read_symbols): Update symbol_file_add_separate call, new
+       comment for it.
+       (symbol_file_add_with_addrs): New parameter name, add function comment
+       for it.  Remove variable name.  Update allocate_objfile call.
+       (symbol_file_add_separate): New parameter name, add function comment
+       for it.  Update symbol_file_add_with_addrs call.
+       (symbol_file_add_from_bfd): New parameter name.  Update
+       symbol_file_add_with_addrs call.
+       (symbol_file_add): Update symbol_file_add_from_bfd call.
+       (reread_symbols): New variable original_name.  Save
+       objfile->original_name by it.
+       * symfile.h (symbol_file_add_from_bfd, symbol_file_add_separate): Add
+       second parameter.
+
+2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup: Add objfile_name accessor function.
+       * ada-lang.c (is_known_support_routine): Use objfile_name.
+       * auto-load.c (source_gdb_script_for_objfile)
+       (auto_load_objfile_script): Likewise.
+       * coffread.c (coff_symtab_read, read_one_sym): Likewise.
+       * dbxread.c (dbx_symfile_read): Likewise.
+       * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
+       * dwarf2loc.c (locexpr_describe_location_piece): Likewise.
+       * dwarf2read.c (dwarf2_get_dwz_file, dwarf2_read_index)
+       (dw2_symtab_iter_next, dw2_expand_symtabs_matching)
+       (lookup_dwp_signatured_type, lookup_dwo_unit)
+       (dwarf2_build_psymtabs_hard, scan_partial_symbols, process_queue)
+       (fixup_go_packaging, process_imported_unit_die, dwarf2_physname)
+       (read_import_statement, create_dwo_cu, open_and_init_dwp_file)
+       (lookup_dwo_cutu, read_call_site_scope, dwarf2_ranges_read)
+       (dwarf2_record_block_ranges, read_common_block, read_typedef)
+       (read_subrange_type, load_partial_dies, read_partial_die)
+       (read_addr_index_1, read_str_index, dwarf_decode_lines_1)
+       (die_containing_type, build_error_marker_type, lookup_die_type)
+       (follow_die_ref_or_sig, follow_die_ref, dwarf2_fetch_die_loc_sect_off)
+       (dwarf2_fetch_constant_bytes, follow_die_sig, get_signatured_type)
+       (get_DW_AT_signature_type, write_psymtabs_to_index)
+       (save_gdb_index_command): Likewise.
+       * elfread.c (find_separate_debug_file_by_buildid, elf_symfile_read):
+       Likewise.
+       * expprint.c (dump_subexp_body_standard): Likewise.
+       * gdbtypes.c (type_name_no_tag_or_error): Likewise.
+       * jit.c (jit_object_close_impl): Use the objfile field name renamed to
+       original_name.
+       * linux-thread-db.c (try_thread_db_load_from_pdir_1): New variable
+       obj_name, use objfile_name for it, use the variable.
+       (try_thread_db_load_from_pdir, has_libpthread, thread_db_new_objfile):
+       Use objfile_name.
+       * machoread.c (macho_symtab_read, macho_check_dsym)
+       (macho_symfile_relocate): Likewise.
+       * maint.c (maintenance_translate_address): Likewise.
+       * minidebug.c (find_separate_debug_file_in_section): Likewise.
+       * minsyms.c (install_minimal_symbols): Likewise.
+       * objfiles.c (allocate_objfile): Use the objfile field name renamed to
+       original_name.
+       (filter_overlapping_sections): Use objfile_name.
+       (objfile_name): New function.
+       * objfiles.h (struct objfile): Rename field name to original_name.
+       (objfile_name): New prototype.
+       * printcmd.c (sym_info, address_info): Use objfile_name.
+       * probe.c (parse_probes, collect_probes, compare_probes)
+       (info_probes_for_ops): Likewise.
+       * progspace.c (clone_program_space): Likewise.
+       * psymtab.c (require_partial_symbols, dump_psymtab, allocate_psymtab)
+       (maintenance_info_psymtabs): Likewise.
+       * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
+       (source_section_scripts): Likewise.
+       * python/py-objfile.c (objfpy_get_filename): Likewise.
+       * python/py-progspace.c (pspy_get_filename): Likewise.
+       * solib-aix.c (solib_aix_get_toc_value): Likewise.
+       * solib-som.c (match_main, som_solib_section_offsets): Likewise.
+       * solib.c (solib_read_symbols): Likewise.
+       * stabsread.c (scan_file_globals): Likewise.
+       * stap-probe.c (handle_stap_probe): Likewise.
+       * symfile.c (symbol_file_clear, separate_debug_file_exists)
+       (find_separate_debug_file_by_debuglink): Likewise.
+       (reread_symbols): Likewise.  Use the objfile field name renamed to
+       original_name.
+       (allocate_symtab): Use objfile_name.
+       * symmisc.c (print_symbol_bcache_statistics, print_objfile_statistics)
+       (dump_objfile, dump_msymbols, dump_symtab_1)
+       (maintenance_print_msymbols, maintenance_print_objfiles)
+       (maintenance_info_symtabs, maintenance_check_symtabs): Likewise.
+       * target.c (target_translate_tls_address, target_info): Likewise.
+       * xcoffread.c (xcoff_initial_scan): Make variable name const.  Use
+       objfile_name.
+
+2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup.
+       * probe.c (parse_probes): Rename variable objfile_name to
+       objfile_namestr.
+
+2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Remove solib-sunos.c.
+       * Makefile.in (ALLDEPFILES): Remove solib-sunos.c.
+       * config/m68k/obsd.mh (NATDEPFILES): Remove solib-sunos.o.
+       * objfiles.c (rt_common_objfile): Remove.
+       (free_objfile): Remove rt_common_objfile comparison.
+       * objfiles.h (rt_common_objfile): Remove.
+       * solib-sunos.c: Remove.
+       * symfile.c (reread_symbols): Remove solib-sunos.c comment.
+
+2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Remove a.out NetBSD and OpenBSD hosts.
+       * NEWS (Removed native configurations): New.
+       * config/arm/nbsdaout.mh: Remove.
+       * config/i386/nbsdaout.mh: Remove.
+       * config/i386/obsdaout.mh: Remove.
+       * config/m68k/nbsdaout.mh: Remove.
+       * config/sparc/nbsdaout.mh: Remove.
+       * config/vax/nbsdaout.mh: Remove.
+       * configure.host (arm*-*-netbsd*, i[34567]86-*-netbsd*)
+       (i[34567]86-*-openbsd[0-2].*, i[34567]86-*-openbsd3.[0-3])
+       (m68*-*-netbsd*, sparc-*-netbsd*, vax-*-netbsd*): Add them to obsolete
+       error.
+       (arm*-*-netbsd*, i[34567]86-*-netbsd*, i[34567]86-*-openbsd[0-2].*)
+       (i[34567]86-*-openbsd3.[0-3], m68*-*-netbsd*, sparc-*-netbsdaout*)
+       (sparc-*-netbsd*, vax-*-netbsd*): Remove.
+
+2013-09-23  Tom Tromey  <tromey@redhat.com>
+
+       * linespec.c (struct minsym_and_objfile): Remove.
+       (minsym_and_objfile_d): Remove.
+       (struct linespec, struct collect_info, linespec_parse_basic)
+       (convert_linespec_to_sals, linespec_parser_delete, decode_objc)
+       (compare_msymbols, find_method, find_function_symbols)
+       (find_linespec_symbols, struct collect_minsyms, compare_msyms)
+       (add_minsym, search_minsyms_for_name): Update.
+
+2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
+
+       * regcache.c: Add include of valprint.h.
+       (dump_endian_bytes): Delete.
+       (regcache_dump): Use print_hex_chars not dump_endian_bytes.
+
+2013-09-23  Andrew Burgess  <aburgess@broadcom.com>
+
+       * sh64-tdep.c (sh64_do_fp_register): Use print_hex_chars.
+
+2013-09-19  Pedro Alves  <palves@redhat.com>
+
+       * breakpoint.c (remove_threaded_breakpoints): Skip non-user
+       breakpoints.
+
+2013-09-19  Pedro Alves  <palves@redhat.com>
+           Thomas Schwinge  <thomas@codesourcery.com>
+           Yue Lu  <hacklu.newborn@gmail.com>
+
+       * gnu-nat.c (gnu_read_inferior, gnu_write_inferior): Make static.
+       Take a gdb_byte pointer instead of a char pointer.
+
+       * gnu-nat.c (gnu_xfer_memory): Adjust interface as
+       gnu_xfer_partial helper.
+       (gnu_xfer_partial): New function.
+       (gnu_target): Don't install a deprecated_xfer_memory hook.
+       Install a to_xfer_partial hook.
+
+2013-09-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Constification.
+       * main.c (captured_main): Replace catch_command_errors by
+       catch_command_errors_const.  Twice.
+       * symfile.c (symbol_file_add_main_1): Make args parameter const.
+       (symbol_file_add): Make name parameter const.
+       (symbol_file_add_main, symbol_file_add_main_1): Make args parameter const.
+       (symfile_bfd_open): Make name parameter const, rename it to cname.  Add
+       variable name.  Change their usage accordingly.
+       * symfile.h (symbol_file_add, symfile_bfd_open): Make first parameter
+       const.
+       (symbol_file_add_main): Make args parameter const.
+
+2013-09-18  Raunaq Bathija  <raunaq12@in.ibm.com>
+           Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * xcoffread.c (struct coff_symbol): Use CORE_ADDR as type
+       of c_value member.
+       (read_xcoff_symtab): Use CORE_ADDR as type of fcn_start_addr.
+
+2013-09-18  Pedro Alves  <palves@redhat.com>
+           Yue Lu  <hacklu.newborn@gmail.com>
+
+       * gnu-nat.c (inf_validate_procs, gnu_wait, gnu_resume)
+       (gnu_create_inferior)
+       (gnu_attach, gnu_thread_alive, gnu_pid_to_str, cur_thread)
+       (set_sig_thread_cmd): Use the lwpid field of ptids to
+       store/extract thread ids instead of the tid field.
+       * i386gnu-nat.c (gnu_fetch_registers): Adjust.
+
+2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
+
+       * infcmd.c (default_print_one_register_info): Add detection of
+       optimized out values.
+       (default_print_registers_info): Switch to using
+       get_frame_register_value.
+
+2013-09-18  Markus Metzger  <markus.t.metzger@intel.com>
+
+       * infrun.c (handle_inferior_event): Check if we know the
+       function start address before setting a resume breakpoint.
+
+2013-09-18  Pedro Alves  <palves@redhat.com>
+
+       * gnu-nat.c (set_sig_thread_cmd): Compare the thread's ptid to
+       minus_one_ptid instead of looking at the ptid's tid field and
+       comparing that to -1.
+
+2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
+
+       * main.h (get_gdb_program_name): Remove extra whitespace.
+
+2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
+
+       * main.h (get_gdb_program_name): Add declaration.
+       * main.c (get_gdb_program_name): Add definition.
+
+2013-09-17  Doug Evans  <dje@google.com>
+
+       * dwarf2read.c: Move definitions of complaint functions to after
+       forward declarations of local functions.
+
+2013-09-17  Muhammad Waqas <mwaqas@codesourcery.com>
+           Pedro Alves  <palves@redhat.com>
+
+       PR gdb/11568
+       * breakpoint.c (remove_threaded_breakpoints): New function.
+       (_initialize_breakpoint): Attach remove_threaded_breakpoints
+       as thread_exit observer.
+
+2013-09-17  Pedro Alves  <palves@redhat.com>
+
+       PR gdb/15911
+       * ada-tasks.c (task_command_1): Adjust call to print_stack_frame.
+       * bsd-kvm.c (bsd_kvm_open, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd):
+       * corelow.c (core_open):
+       * frame.h (print_stack_frame, print_frame_info): New
+       'set_current_sal' parameter.
+       * infcmd.c (finish_command, kill_command): Adjust call to
+       print_stack_frame.
+       * inferior.c (inferior_command): Likewise.
+       * infrun.c (normal_stop): Likewise.
+       * linux-fork.c (linux_fork_context): Likewise.
+       * record-full.c (record_full_goto_entry, record_full_restore):
+       Likewise.
+       * remote-mips.c (common_open): Likewise.
+       * stack.c (print_stack_frame): New 'set_current_sal' parameter.
+       Use it.
+       (print_frame_info): New 'set_current_sal' parameter.  Set the last
+       displayed sal depending on the new paremeter instead of looking at
+       print_what.
+       (backtrace_command_1, select_and_print_frame, frame_command)
+       (current_frame_command, up_command, down_command): Adjust call to
+       print_stack_frame.
+       * thread.c (print_thread_info, restore_selected_frame)
+       (do_captured_thread_select): Adjust call to print_stack_frame.
+       * tracepoint.c (tfind_1): Likewise.
+       * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames)
+       (mi_cmd_stack_info_frame): Likewise.
+       * mi/mi-interp.c (mi_on_normal_stop): Likewise.
+       * mi/mi-main.c (mi_cmd_exec_return, mi_cmd_trace_find): Likewise.
+
+2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * value.c (isvoid_internal_fn): Replace "parameter" with
+       "argument".
+
+2013-09-16  Stan Shebs  <stan@codesourcery.com>
+
+       * README: Update references to writing code for GDB.
+       * configure.ac (build_warnings): Remove obsolete comment.
+       * configure: Regenerate.
+       * gdbarch.sh: Remove references to gdbint.texinfo.
+       * gdbarch.h: Regenerate.
+       * gdbtypes.c (objfile_type): Remove comments referencing internals
+       manual and D10V.
+
+2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * NEWS: Mention new convenience function $_isvoid.
+       * value.c (isvoid_internal_fn): New function.
+       (_initialize_values): Add new convenience function $_isvoid.
+
+2013-09-16  Pierre Muller  <muller@sourceware.org>
+
+       * arm-linux-tdep.c: Add "elf/common.h" header.
+       Remove AT_HWCAP macro definintion as it is provided in
+       added include file.
+       * s390-tdep.c: Remove system header <elf.h>
+       Add "elf/common.h" header for AT_HWCAP definition.
+       (s390_core_read_description): Use correct CORE_ADDR
+       for hwcap local variable used as third parameter
+       of function target_auxv_search.
+
+2013-09-14  Pierre Muller  <muller@sourceware.org>
+           Tom Tromey  <tromey@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       * common/filestuff.c (gdb_fopen_cloexec): Do not try to use "e"
+       mode if operating system doesn't know O_CLOEXEC.
+
+2013-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup.
+       * symfile.c (reread_symbols): Move variable obfd_filename to a more
+       inner block.
+
+2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * NEWS: Mention TDB support.
+       * features/s390-tdb.xml: New file.
+       * features/s390-te-linux64.xml: New file.
+       * features/s390x-te-linux64.xml: New file.
+       * features/Makefile (WHICH): Add new tdescs above.
+       (s390-te-linux64-expedite): Set.
+       (s390x-te-linux64-expedite): Set.
+       * features/s390-te-linux64.c: New file (generated).
+       * features/s390x-te-linux64.c: New file (generated).
+       * regformats/s390-te-linux64.dat: New file (generated).
+       * regformats/s390x-te-linux64.dat: New file (generated).
+       * s390-tdep.h (HWCAP_S390_HIGH_GPRS): Define.
+       (HWCAP_S390_TE): Likewise.
+       (S390_TDB_DWORD0_REGNUM): Likewise.
+       (S390_TDB_DWORD0_REGNUM): Likewise.
+       (S390_TDB_ABORT_CODE_REGNUM): Likewise.
+       (S390_TDB_CONFLICT_TOKEN_REGNUM): Likewise.
+       (S390_TDB_ATIA_REGNUM): Likewise.
+       (S390_TDB_R0_REGNUM): Likewise.
+       (S390_TDB_R1_REGNUM): Likewise.
+       (S390_TDB_R2_REGNUM): Likewise.
+       (S390_TDB_R3_REGNUM): Likewise.
+       (S390_TDB_R4_REGNUM): Likewise.
+       (S390_TDB_R5_REGNUM): Likewise.
+       (S390_TDB_R6_REGNUM): Likewise.
+       (S390_TDB_R7_REGNUM): Likewise.
+       (S390_TDB_R8_REGNUM): Likewise.
+       (S390_TDB_R9_REGNUM): Likewise.
+       (S390_TDB_R10_REGNUM): Likewise.
+       (S390_TDB_R11_REGNUM): Likewise.
+       (S390_TDB_R12_REGNUM): Likewise.
+       (S390_TDB_R13_REGNUM): Likewise.
+       (S390_TDB_R14_REGNUM): Likewise.
+       (S390_TDB_R15_REGNUM): Likewise.
+       (S390_NUM_REGS): Increase.
+       (S390_IS_TDBREGSET_REGNUM): New macro.
+       (s390_regmap_tdb): Declare.
+       (s390_sizeof_tdbregset): Define.
+       (tdesc_s390_te_linux64): Declare.
+       (tdesc_s390x_te_linux64): Likewise.
+       * s390-tdep.c: Add includes for "auxv.h", <elf.h>,
+       "features/s390-te-linux64.c", and "features/s390x-te-linux64.c".
+       (s390_regmap_tdb): New regmap.
+       (s390_supply_tdb_regset): New function.
+       (s390_tdb_regset): New regset.
+       (s390_linux64v2_regset_sections): Add TDB regset to list.
+       (s390x_linux64v2_regset_sections): Likewise.
+       (s390_regset_from_core_section): Recognize TDB core note section.
+       (s390_core_read_description): If HWCAP indicates TE support,
+       select tdesc_s390_te_linux64 or tdesc_s390_s390x_te_linux64.
+       (s390_gdbarch_init): Handle TDB regset.
+       (_initialize_s390_tdep): Initialize new tdescs.
+       * s390-nat.c (HWCAP_S390_HIGH_GPRS): Remove define.
+       (have_regset_tdb): New variable.
+       (s390_native_supply): Support register invalidation.
+       (fetch_regset): Invalidate registers if ptrace yields ENODATA.
+       (check_regset): Treat ENODATA as "regset exists".
+       (s390_linux_fetch_inferior_registers): Add TDB.
+       (s390_read_description): Check for TDB existence and select
+       appropriate tdesc.
+       * gdbserver/Makefile.in (clean): Add removal of new makefile
+       targets.
+       (s390-te-linux64.c): New makefile target.
+       (s390x-te-linux64.c): Likewise.
+       * gdbserver/configure.srv (srv_regobj): Append new objects
+       s390-te-linux64.o and s390x-te-linux64.o.
+       (srv_xmlfiles): Append new files s390-te-linux64.xml,
+       s390x-te-linux64.xml, and s390-tdb.xml.
+       * gdbserver/linux-s390-low.c (init_registers_s390_te_linux64): New
+       declaration.
+       (tdesc_s390_te_linux64): Likewise.
+       (init_registers_s390x_te_linux64): Likewise.
+       (tdesc_s390x_te_linux64): Likewise.
+       (s390_check_regset): Treat ENODATA as "regset exists".
+       (s390_arch_setup): Add TDB regset support.
+       (initialize_low_arch): Initialize registers for new tdescs.
+
+2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * s390-tdep.h (S390_IS_GREGSET_REGNUM): New macro.
+       (S390_IS_FPREGSET_REGNUM): New macro.
+       * s390-tdep.c (s390_dwarf_regmap): Make const.
+       (regnum_is_gpr_full): New function for replacing repeated code.
+       (s390_pseudo_register_name): Use it.
+       (s390_pseudo_register_type): Likewise.
+       (s390_pseudo_register_read): Likewise.
+       (s390_pseudo_register_write): Likewise.
+       (s390_unwind_pseudo_register): Likewise.
+       (s390_regmap_gregset): New format for regmap.
+       (s390x_regmap_gregset): Likewise.
+       (s390_regmap_fpregset): Likewise.
+       (s390_regmap_upper): Likewise.
+       (s390_regmap_last_break): Likewise.
+       (s390_regmap_system_call): Likewise.
+       (s390_supply_regset): Adjust to new regmap format.
+       (s390_collect_regset): Likewise.
+       * s390-nat.c (s390_native_supply): Adjust to new regmap format.
+       (s390_native_collect): Likewise.
+       (supply_gregset): Likewise.
+       (fill_gregset): Likewise.
+       (supply_fpregset): Likewise.
+       (fill_fpregset): Likewise.
+       (fetch_regset): Likewise.
+       (store_regset): Likewise.
+       (s390_linux_fetch_inferior_registers): Likewise.
+       (s390_linux_fetch_inferior_registers): Likewise.
+
+2013-09-12  Andrew Pinski  <apinski@cavium.com>
+
+       * aarch64-linux-nat.c (aarch64_linux_set_debug_regs): Zero out regs.
+
+2013-09-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
+
+       * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o.
+
+2013-09-09  Andrew Burgess  <aburgess@broadcom.com>
+
+       * top.c (quit_confirm): Remove use of deprecated_init_ui_hook.
+
+2013-09-06  Pedro Alves <palves@redhat.com>
+
+       * remote-sim.c (dump_mem, gdbsim_fetch_register)
+       (gdbsim_store_register, gdbsim_kill, gdbsim_load)
+       (gdbsim_create_inferior, gdbsim_open, gdbsim_close)
+       (gdbsim_detach, gdbsim_resume_inferior, gdbsim_wait)
+       (gdbsim_files_info, gdbsim_mourn_inferior): Send debug output to
+       gdb_stdlog.
+
+2013-09-06  Pedro Alves  <palves@redhat.com>
+
+       * remote-sim.c (dump_mem): Constify buf parameter.
+       gdbsim_xfer_inferior_memory): Rename to ...
+       (gdbsim_xfer_memory): ... this.  Adjust interface as
+       target_xfer_partial helper.
+       (gdbsim_xfer_partial): New function.
+       (init_gdbsim_ops): Don't install a deprecated_xfer_memory hook.
+       Install a to_xfer_partial hook.  Send output to gdb_stdlog.
+
+2013-09-06  Pedro Alves  <palves@redhat.com>
+
+       * remote-sim.c (gdbsim_xfer_inferior_memory): Use
+       host_address_to_string, and send debug output to gdb_stdlog.
+
+2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
+
+       * Makefile.in (ALL_TARGET_OBS): Add cris-linux-tdep.o.
+       * configure.tgt: Add cris-linux-tdep.o and linux-tdep.o to
+       gdb_target_obs for cris target.
+       * cris-tdep.c (struct gdbarch_tdep): Move to cris-tdep.h.
+       (cris_gdbarch_init): Move calls to
+       set_gdbarch_fetch_tls_load_module_address and
+       set_solib_svr4_fetch_link_map_offsets to cris-linux-tdep.c.
+       Add call to gdbarch_init_osabi.
+       * cris-linux-tdep.c: New file.
+       * cris-tdep.h: New file.
+
+2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
+
+       * tui/tui-io.c (tui_initialize_io): Remove legacy comment referring
+       to deprecated_init_ui_hook.
+
+2013-09-06  Andrew Burgess  <aburgess@broadcom.com>
+
+       * cli/cli-interp.c (_initialize_cli_interp): Add a
+       command_loop_proc to interp_procs.
+       * event-top.c (cli_command_loop): Change signature to match
+       interp_command_loop_ftype.
+       * event-top.h (cli_command_loop): Same.
+       * interps.c (interp_new): Require every interpreter to have a
+       command_loop_proc.
+       (current_interp_command_loop): Just call the command_loop_proc on
+       the current interpreter.
+       * tui/tui-interp.c (_initialize_tui_interp): Add a
+       command_loop_proc to interp_procs.
+
+2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
+
+       * cris-tdep.c (cris_gdbarch_init): Add call to
+       get_gdbarch_fetch_tls_load_module_address.
+
+2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
+
+       * cris-tdep.c (cris_elf_greg_t): Rename from elf_greg_t.
+       (cris_elf_gregset_t): Rename from elf_gregset_t.
+       (crisv32_elf_gregset_t): Adjust.
+       (cris_supply_gregset, fetch_core_registers): Adjust.
+
+2013-09-06  Ricard Wanderlof  <ricardw@axis.com>
+
+       * cris-tdep.c (elf_greg_t): Change typedef to unsigned char[4]
+
 2013-09-05  Andrew Burgess  <aburgess@broadcom.com>
 
-       * gdb/defs.h (deprecated_command_loop_hook): Remove, including
+       * defs.h (deprecated_command_loop_hook): Remove, including
        references in comments.
-       * gdb/interps.c (current_interp_command_loop): No longer use
+       * interps.c (current_interp_command_loop): No longer use
        deprecated_command_loop_hook.
        (clear_interpreter_hooks): Remove deprecated_command_loop_hook
        setup.
-       * gdb/top.c (deprecated_command_loop_hook): Remove.
+       * top.c (deprecated_command_loop_hook): Remove.
 
 2013-09-05  Pedro Alves  <palves@redhat.com>
 
 
 2013-09-03  Luis Machado  <lgustavo@codesourcery.com>
 
-       * inf-child.c (inf_child_follow_fork) New parameter
+       * inf-child.c (inf_child_follow_fork): New parameter
        detach_fork.
        * inf-ptrace.c (inf_ptrace_follow_fork): Likewise.
        * inf-ttrace.c (inf_ttrace_follow_fork): Likewise.
This page took 0.030891 seconds and 4 git commands to generate.