+
+ * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
+ comment.
+
+
+ * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
+
+
+ * mips-tdep.c (mips16_scan_prologue): Renames
+ mips16_heuristic_proc_desc. Update comment.
+ (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
+ (heuristic_proc_desc): Update calls to the 2 functions above.
+
+
+ * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
+ Update comments. Also immediately return empty cache when the start
+ address of our function could not be found.
+ (mips_insn32_frame_cache): Likewise.
+
+
+ * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
+ (mips_insn16_frame_cache): Pass frame cache in call to
+ heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
+ Remove code that became redundant as a consequence.
+ (mips32_heuristic_proc_desc): No longer compute a fake
+ procedure descriptor. Compute the full frame cache instead.
+ Some minor comment reformatting.
+
+
+ * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
+ reader, tracing bytecode stuff): Remove self.
+
+
+ * sparc64-linux-tdep.c: Update copyright year. Don't include
+ "solib-svr4.h".
+ (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
+ (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
+ * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
+
+ * sparc-linux-tdep.c: Update copyright year.
+ (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
+ to struct frame_info *. Use safe_frame_unwind_memory instead of
+ deprecated_read_memory_nobpt.
+ (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
+ Change argumen from CORE_ADDR to struct frame_info *. Adjust for
+ changed signature of sparc_linux_sigtramp_start.
+ (sparc32_linux_pc_in_sigtramp): Remove function.
+ (sparc32_linux_sigtramp_p): New function.
+ (sparc32_linux_sigtramp_frame_sniffer): Use
+ sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
+
+ * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
+ Remove function.
+ (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
+
+ * ada-lang.c (lim_warning): Re-implement as a varargs function.
+ (decode_packed_array_type, value_subscript_packed)
+ (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
+ argument in call to lim_warning.
+
+ * configure.in: Really disable the TUI if an enhanced curses
+ library isn't found.
+ * configure: Regenerate.
+
+
+ * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
+ * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
+ * config/i386/nm-nbsdaout.h: Remove file.
+ * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
+ (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
+ (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
+ (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
+ (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
+ (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
+ (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
+ (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
+ (ldd, ld_un, ld_2): Remove defines.
+ * config/i386/nm-obsd.h: Likewise.
+
+
+ * ada-lex.l: Remove useless rule whose right-context clause
+ causes unreferenced static function warning for yyrealloc.
+ (ada_flex_use): Remove the artificial reference to yyrealloc.
+
+
+ * target.h (struct target_ops): Rename to_xfer_memory to
+ deprecated_xfer_memory.
+ * target.c: Update.
+ (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
+ * wince.c: Update.
+ * win32-nat.c: Update.
+ * v850ice.c: Update.
+ * uw-thread.c: Update.
+ * thread-db.c: Update.
+ * sol-thread.c: Update.
+ * remote.c: Update.
+ * remote-vx.c: Update.
+ * remote-st.c: Update.
+ * remote-sim.c: Update.
+ * remote-sds.c: Update.
+ * remote-rdp.c: Update.
+ * remote-rdi.c: Update.
+ * remote-mips.c: Update.
+ * remote-m32r-sdi.c: Update.
+ * remote-e7000.c: Update.
+ * procfs.c: Update.
+ * ppc-bdm.c: Update.
+ * nto-procfs.c: Update.
+ * monitor.c: Update.
+ * linux-nat.c: Update.
+ * inftarg.c: Update.
+ * hpux-thread.c: Update.
+ * go32-nat.c: Update.
+ * gnu-nat.c: Update.
+ * exec.c: Update.
+ * corelow.c: Update.
+ * bsd-kvm.c: Update.
+ * aix-thread.c: Update.
+
+
+ * target.c (debug_target): Move to near start of file.
+ (target_stopped_data_address_p): Re-org logic, add casts.
+
+
+ * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
+ (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
+ (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
+ (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
+ New defines.
+
+
+ * target.h (to_stopped_data_address): Change prototype to
+ take a CORE_ADDR pointer and return an int.
+ * target.c (update_current_target): Change to_stopped_data_address
+ to match new prototype.
+ (debug_to_stopped_data_address): Change appropriately.
+ * breakpoint.c (bpstat_stop_status): Change call to
+ target_stopped_data_address to use new prototype.
+ * frv-tdep.c (frv_have_stopped_data_address): New function.
+ (frv_stopped_data_address): Change to new prototype and
+ functionality.
+ * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
+ prototype and functionality.
+ (ia64_stopped_by_watchpoint): New function.
+ * i386-nat.c (i386_stopped_data_address): Change to new
+ prototype and functionality.
+ (i386_stopped_by_watchpoint): New function.
+ * remote.c (remote_stopped_data_address): Change to new prototype
+ and functionality.
+ * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
+ * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
+ (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
+ * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
+ new i386_stopped_by_watchpoint function.
+ (i386_stopped_by_watchpoint): New prototype.
+ (i386_stoppped_data_address): Change to new prototype.
+ * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
+ new ia64_stopped_by_watchpoint function.
+ (ia64_stopped_by_watchpoint): New prototype.
+ (ia64_stopped_data_address): Ditto.
+
+
+ * ada-typeprint.c (ada_print_type): Use int_string for printing
+ modulus of modular type.
+ * ada-lang.h (ada_modulus): Change return type to unsigned.
+ * ada-lang.c (ada_language_arch_info): Correct type of
+ string_char_type.
+ (ada_modulus): Return unsigned result.
+ (ada_lookup_symbol): Remove user disambiguation and modify comment
+ accordingly.
+
+
+ Committed by Paul Hilfinger.
+ * ada-lang.c (decode_packed_array): On big-endian targets,
+ left-justify the value if it comes with a modular type.
+
+
+ Committed by Paul Hilfinger.
+ * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
+ (is_name_suffix): Add support for "___JM" suffixes.
+ (ada_check_typedef): Renames ada_completed_type.
+ Update all users of CHECK_TYPEDEF, check_typedef, and
+ ada_complete_type to call ada_check_typedef.
+ * ada-typeprint.c: Likewise.
+ * ada-valprint.c: Likewise.
+
+
+ * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
+
+
+ * MAINTAINERS: Update e-mail address.
+
+
+ * mips-tdep.c (mips32_next_pc): Check the register's contents,
+ not its number for BLEZ/BLEZL and BGTZ/BGTZL.
+
+
+ * m32r-tdep.c (decode_prologue): Support functions written
+ in assembler language. Recognize trap instructions as the
+ end of prologue.
+ (m32r_frame_unwind_cache): Ditto.
+ (m32r_skip_prologue): Extend search limit. Quit analyzing
+ prologue if pc's location is not readable.
+
+
+ * Makefile.in (.l.c): Do conversions of names of alloc and free
+ functions that are done for .y.c files, plus special one
+ for yy_flex_realloc. Also, correct missing-file tests here.
+ * ada-lex.l (malloc, free): Remove macros.
+ (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
+ xrealloc.
+ (ada_flex_use): Dummy definition to remove warnings about unused
+ functions.
+ * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
+ to suppress warning.
+
+
+ * sh-tdep.c (sh_return_value_nofpu): New function, implementing
+ RETURN_VALUE.
+ (sh_return_value_fpu): Ditto for CPUs with FPU.
+ (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
+ RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
+ Install sh_return_value_nofpu resp. sh_return_value_fpu as
+ RETURN_VALUE functions.
+
+
+ * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
+ (sh_pseudo_register_write): Ditto.
+
+
+ * sh-tdep.c (IS_MACL_STS): New define.
+ (IS_MOVI20): Ditto.
+ (IS_MACL_LDS): Ditto.
+ (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
+ instructions in prologue.
+ (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
+ instructions in epilogue.
+
+
+ * sh-tdep.c (SH_NUM_REGS): Define as 67.
+ (sh_sh_register_name): Add eight empty register names.
+ (sh_sh3_register_name): Ditto.
+ (sh_sh3e_register_name): Ditto.
+ (sh_sh2e_register_name): Ditto.
+ (sh_sh2a_register_name): New function, defining SH2A register set.
+ (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
+ in nofpu case.
+ (sh_sh_dsp_register_name): Add eight empty register names.
+ (sh_sh3_dsp_register_name): Ditto.
+ (sh_sh4_register_name): Ditto.
+ (sh_sh4_nofpu_register_name): Ditto.
+ (sh_sh4al_dsp_register_name): Ditto.
+ (sh2a_show_regs): New function.
+ (sh2a_nofpu_show_regs): New function.
+ (sh_sh2a_register_type): New function.
+ (do_bank_register_info): New function.
+ (sh_print_pseudo_register): Call do_bank_register_info.
+ Call sh_print_pseudo_register for valid "bank" register.
+ (sh_sh2a_register_sim_regno): New function.
+ (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
+ Increment pseudo register count by one for all sh variants with
+ pseudo registers to accomodate pseudo bank register.
+ * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
+ IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
+ IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
+ Increment pseudo register numbers.
+
+
+ * dwarf2read.c (read_subroutine_type): Call make_function_type
+ instead of lookup_function_type.
+
+
+ * linux-nat.c (_initialize_linux_nat): Rename child_ops.
+ (Previous change missed some uses.)
+
+
+ * target.h (deprecated_child_ops): Rename child_ops.
+ * wince.c: Update copyright. Rename child_ops.
+ * win32-nat.c: Rename child_ops.
+ * target.c: Rename child_ops.
+ * rs6000-nat.c: Rename child_ops.
+ * linux-nat.c: Rename child_ops.
+ * infttrace.c: Rename child_ops.
+ * inftarg.c: Rename child_ops.
+ * infptrace.c: Rename child_ops.
+ * hppah-nat.c: Update copyright. Rename child_ops.
+ * hpux-thread.c: Update copyright. Rename child_ops.
+
+
+ * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
+
+
+ * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
+
+
+ * dwarf2read.c (REF_HASH_SIZE): Move earlier.
+ (die_ref_table): Remove.
+ (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
+ (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
+ the usage of this type.
+ (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
+ (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
+ (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
+ (dwarf2_create_include_psymtab): Update comment.
+ (find_partial_die): Remove third argument. Remove unreachable call
+ to error ().
+ (dwarf2_find_containing_comp_unit): Update comments. Change one
+ assertion to an error. Remove an unreachable error.
+ (dwarf2_find_comp_unit): Update comments.
+ (type_at_offset): Remove dead code.
+ (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
+ (store_in_ref_table): Add CU argument.
+ (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
+ inter-compilation-unit references.
+ (load_full_comp_unit, process_full_comp_unit): New functions, based
+ on psymtab_to_symtab_1.
+ (psymtab_to_symtab_1): Use them.
+ (dwarf2_add_dependence): New function.
+ (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
+ a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
+ (partial_die_parent_scope, guess_structure_name): Update for changes
+ to find_partial_die.
+ (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
+ (queue_comp_unit, process_queue, dwarf2_release_queue): New.
+ (read_comp_unit): Don't call dwarf2_empty_hash_tables.
+ (read_die_and_children): Update call to store_in_ref_table.
+ (do_free_die_list_cleanup): Remove.
+ (fixup_partial_die): Update for changes to find_partial_die.
+ (read_full_die): Handle queueing absolute references.
+ (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
+ (dwarf2_attr, die_specification, die_type)
+ (die_containing_type, dwarf2_extension): Update calls to
+ follow_die_ref.
+ (dump_die): Update DW_FORM_ref* handling.
+ (dwarf2_get_ref_die_offset): Likewise.
+ (free_one_comp_unit): Release the dies list.
+ (dwarf2_mark_helper): New function.
+ (dwarf2_mark): Use it.
+
+
+ * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
+ when writing to memory.
+
+
+ * m32r-tdep.c (m32r_use_struct_convention): Delete function.
+ (m32r_extract_struct_value_address): Delete function.
+ (m32r_return_value): New function.
+ (m32r_gdbarch_init): Instead of store_return_value,
+ extract_return_value, deprecated_extract_struct_value_address
+ and deprecated_use_struct_convention, set return_value.
+
+
+ * dwarf2read.c (read_subrange_type): Add comment for variable
+ sized arrays.
+
+
+ * Makefile.in (.l.c): Modify rule for compatibility with recent
+ versions of flex, and remove most command-line options.
+ * ada-lex.l: Add %options line in place of -I -i and -s command-line
+ options.
+
+
+ Turn on initial Ada support (mainly expression evaluation).
+
+ * Makefile.in (SFILES): Remove ada-tasks.c.
+ (HFILES_NO_SRCDIR): Add ada-lang.h.
+ (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
+ (YYOBJ): Add ada-exp.o.
+ (rule .l.c): Generalize to not mention ada.
+ * symtab.c: Include ada-lang.h.
+ (symbol_natural_name, symbol_demangled_name)
+ (symbol_search_name): Add Ada case.
+
+
+ * Makefile.in (COMMON_OBS): Add inf-child.o.
+ * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
+ * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
+ * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
+ * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
+ * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
+ * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
+ * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
+ * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
+ * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
+ * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
+ * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
+ * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
+ * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
+
+ * target.c (xfer_using_stratum): Change return type to LONGEST.
+ On each iteration offset, readbuf and writebuf.
+ * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
+ partial_length, and read/modify/write predicate, update comments.
+ Pass buffer.word to ptrace write.
+
+
+ * symfile.c (init_filename_language_table): Add extensions for
+ Ada.
+ * defs.h (enum language): Add language_ada.
+ * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
+ * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
+ (add_symbols_from_enclosing_procs): Make a no-op for now.
+ (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
+ (extended_canonical_line_spec, find_sal_from_funcs_and_line)
+ (find_line_in_linetable, find_next_line_in_linetable)
+ (read_all_symtabs, is_plausible_func_for_line)
+ (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
+ (is_runtime_sym_defined, check_size): Remove declaration.
+ (function_name_from_pc, ada_translate_error_message)
+ (ada_lookup_minimal_symbol): Remove definition.
+ (ada_add_block_symbols): Remove useless label.
+ * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
+ useless declaration.
+ (ada_is_exception_sym): Likewise.
+
+
+ Add m32r-linux support.
+ * configure.tgt: Add m32r*-*-linux*.
+ * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
+ and m32r-linux-tdep.c.
+ (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
+ * m32r-tdep.c: Move some definitions to m32r-tdep.h.
+ * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
+ m32r-linux-tdep.c.
+ * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
+ config/m32r/linux.mh, config/m32r/linux.mt,
+ config/m32r/nm-linux.h: New files.
+
+
+ * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
+ (mips32_fetch_instruction): Remove, unused.
+
+
+ * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
+ conditions that will always be true.
+
+
+ * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
+ (vaxbsd_fetch_inferior_registers): Rename from
+ fetch_inferior_registers. Make static.
+ (vaxbsd_store_inferior_registers): Rename from
+ store_inferior_registers. Make static.
+ (_initialize_vaxbsd_nat): Construct and add target vector.
+ * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
+ inftarg.o. Add inf-child.o and inf-ptrace.o.
+ * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
+ inftarg.o. Add inf-child.o and inf-ptrace.o.
+ (NAT_FILE): Remove.
+ * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
+ inftarg.o. Add inf-child.o and inf-ptrace.o.
+ (NAT_FILE): Remove.
+ * Makefile.in (vaxbsd-nat.o): Update dependencies.
+
+ * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
+ (m88kbsd_fetch_inferior_registers): Rename from
+ fetch_inferior_registers. Make static.
+ (m88kbsd_store_inferior_registers): Rename from
+ store_inferior_registers. Make static.
+ (_initialize_m88kbsd_nat): New prototype and function.
+ * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
+ inftarg.o. Add inf-child.o and inf-ptrace.o.
+ (NAT_FILE): Remove.
+ * Makefile.in (m88kbsd-nat.o): Update dependencies.
+
+
+ * target.c (target_xfer_partial): New function.
+ (target_read_memory_partial, target_write_memory_partial)
+ (default_xfer_partial, target_read_partial, target_write_partial)
+ (xfer_using_stratum): Use.
+ (debug_to_xfer_partial): Delete function.
+ (setup_target_debug): Do not override to_xfer_partial.
+
+
+ * fork-child.c: Update copyright year. Fix coding style.
+
+
+ * defs.h (msavestring, mstrsave): Remove prototypes.
+ * utils.c (msavestring, mstrsave): Remove functions.
+ * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
+ * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
+ of mstrsave.
+ * source.c (find_and_open_source): Use xstrdup instead of
+ mstrsave.
+
+
+ * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
+ (inf_ptrace_xfer_memory): Delete.
+ * target.c (target_xfer_partial_p, xfer_using_stratum): New.
+ (target_read_memory, target_write_memory): Use xfer_using_stratum
+ when target_xfer_partial_p.
+ (debug_target): Move to start of file.
+ (target_read_memory_partial, target_write_memory_partial): Use
+ to_xfer_partial when target_xfer_partial_p.
+
+ * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
+ inf_ptrace_xfer_memory with equivalent code.
+ * inftarg.c (child_xfer_partial): When performing a write, pass
+ writebuf to child_xfer_memory.
+
+ * target.c (target_read_string): Use target_read_memory instead of
+ target_xfer_memory.
+
+
+ * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
+ the address of status.
+
+ * infptrace.c (ptrace_wait): Mention problem with HPUX.
+ (kill_inferior): Inline ptrace_wait call.
+ * linux-nat.c (kill_inferior): Inline ptrace_wait call.
+ * inftarg.c (child_wait): Inline ptrace_wait call.
+
+ * target.h (struct target_ops): Delete field to_post_wait.
+ (target_post_wait): Delete macro.
+ (child_post_wait): Delete declaration.
+ * target.c (update_current_target, update_current_target)
+ (debug_to_post_wait, setup_target_debug): Delete functions and
+ references.
+ * infttrace.c (ptrace_wait): Delete call to target_post_wait.
+ * inftarg.c (child_post_wait): Delete.
+ (init_child_ops): Do not set to_post_wait.
+ * infptrace.c (ptrace_wait): Delete call to target_post_wait.
+ * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
+ * inf-child.c (inf_child_post_wait): Delete.
+ (inf_child_target): Do not set to_post_wait.
+ * inf-ptrace.c (inf_ptrace_post_wait): Delete.
+ (inf_ptrace_target): Do not set to_post_wait.
+
+ * wince.c (child_ops): Delete.
+ * win32-nat.c (child_ops): Delete.
+
+ * inftarg.c (inftarg_set_find_memory_regions)
+ (inftarg_set_make_corefile_notes): Delete functions.
+ (_initialize_linux_nat): Inline calls.
+
+ * target.h (child_ops): Declare.
+ * inftarg.c (child_ops): Move from here ...
+ * target.c (child_ops): ... to here.
+ * wince.c (child_ops): Delete extern declaration.
+ * win32-nat.c (child_ops): Delete extern declaration.
+ * linux-nat.c (child_ops): Delete extern declaration.
+ * hpux-thread.c (child_ops): Delete extern declaration.
+
+
+ * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
+
+
+ * configure.in: Only set host_makefile_frag when building a native
+ debugger.
+ * configure: Regenerate.
+
+ * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
+ for OpenBSD ELF.
+
+
+ Problem identified by Paul Hilfinger.
+ * Makefile.in (ada_lex_c): Define.
+ (ada-lex.o): Delete rule.
+
+ * linux-proc.c: Delete file.
+ * Makefile.in: Update.
+ * config/sparc/linux64.mh (NATDEPFILES):
+ * config/sparc/linux.mh (NATDEPFILES): Update.
+ * config/s390/s390.mh (NATDEPFILES): Update.
+ * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
+ * config/powerpc/linux.mh (NATDEPFILES): Update.
+ * config/pa/linux.mh (NATDEPFILES): Update.
+ * config/mips/linux.mh (NATDEPFILES): Update.
+ * config/m68k/linux.mh (NATDEPFILES): Update.
+ * config/ia64/linux.mh (NATDEPFILES): Update.
+ * config/i386/linux64.mh (NATDEPFILES): Update.
+ * config/i386/linux.mh (NATDEPFILES): Update.
+ * config/arm/linux.mh (NATDEPFILES): Update.
+ * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
+ * linux-nat.c: Update copyright. Include <sys/param.h>,
+ <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
+ "gdbthread.h", "gdb_stat.h", <fcntl.h>.
+ (O_LARGEFILE): Possibly define.
+ (_initialize_linux_nat, linux_proc_pending_signals)
+ (add_line_to_sigset, linux_proc_xfer_memory)
+ (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
+ (linux_nat_do_registers, linux_nat_corefile_thread_callback)
+ (struct linux_corefile_thread_data)
+ (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
+ (child_pid_to_exec_file): Insert code previously in linux-proc.c.
+
+
+ * lin-lwp.c: Delete file.
+ * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
+ <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
+ (status_to_str, init_lwp_list, add_lwp, delete_lwp)
+ (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
+ (linux_nat_attach, detach_callback, linux_nat_detach)
+ (resume_callback, resume_clear_callback, linux_nat_resume)
+ (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
+ (stop_wait_callback, linux_nat_has_pending, flush_callback)
+ (status_callback, running_callback, count_events_callback)
+ (select_singlestep_lwp_callback, select_event_lwp_callback)
+ (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
+ (child_wait, stop_and_resume_callback, linux_nat_wait)
+ (kill_callback, kill_wait_callback, linux_nat_kill)
+ (linux_nat_create_inferior, linux_nat_mourn_inferior)
+ (linux_nat_xfer_memory, linux_nat_thread_alive)
+ (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
+ (_initialize_linux_nat): New functions.
+ * Makefile.in: Update all dependencies.
+ * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
+ * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
+ * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
+ * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
+ * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
+ * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
+ * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
+ * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
+ * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
+ * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
+ * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
+ * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
+ * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
+
+
+ * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
+ config/i386/obsd64.mh (NAT_FILE): Remove variable.
+
+ * configure.in: Don't comment out NATDEPFILES in the generated
+ Makefile if NAT_FILE is unset.
+ * configure: Regenerate.
+
+
+ * infrun.c (check_for_old_step_resume_breakpoint): Delete.
+ (insert_step_resume_breakpoint): Delete.
+ (insert_step_resume_breakpoint_at_frame): New function.
+ (insert_step_resume_breakpoint_at_sal): New function.
+ (handle_inferior_event, step_into_function)
+ (insert_step_resume_breakpoint): Simplify by using same.
+
+ * gdb_indent.sh (types): Add caddr_t to list of predefined types.
+
+
+ * fbsd-proc.c: Remove file.
+ * Makefile.in (fbsd-proc.o): Remove dependency.
+
+ * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
+ code together.
+
+ * config/i386/nm-fbsd64.h: Remove file.
+ * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
+
+
+ * amd64-nat.h: Update copyright year.
+ (amd64bsd_target): New prototype.
+ * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
+ (amd64bsd_target): New function.
+ (amd64bsd_fetch_inferior_registers): Rename from
+ fetch_inferior_registers. Make static.
+ (amd64bsd_store_inferior_registers): Rename from
+ store_inferior_registers. Make static.
+ * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
+ (_initialize_amd64fbsd_nat): Construct and add target vector.
+ * amd64nbsd-nat.o: Include "target.h".
+ (_initialize_amd64nbsd_nat): Construct and add target vector.
+ * amd64obsd-nat.c: Include "target.h".
+ (_initialize_amd64obsd_nat): Construct and add target vector.
+ * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
+ * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
+ inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
+ fbsd-nat.o.
+ * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
+ Remove infptrace.o and inftarg.o. Add inf-child.o and
+ inf-ptrace.o.
+ * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
+ (amd64obsd-nat.o): Update dependencies.
+
+
+ * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
+ * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
+ * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
+ * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
+ * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
+
+ * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
+ Inline attach call.
+ (inf_ptrace_detach): Inline detach call.
+
+ * configure.in: Check for waddstr instead of mvwaddstr when
+ searching for curses library. Check for wborder.
+ * configure, config.in: Regenerate.
+ * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
+ available.
+
+ * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
+
+
+ Committed by Andrew Cagney.
+ * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
+ (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
+ configuration.
+ (fetch_register_using_p): Implement 'p' packet. Based on code by
+ Fernando Nasser.
+ (remote_fetch_registers): Call fetch_register_using_p.
+ (init_all_packet_configs, show_remote_cmd)
+ (_initialize_remote): Add p-packet.
+
+
+ * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
+ instead of call_ptrace. Call wait directly instead of
+ ptrace_wait.
+ (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
+ (inf_ptrace_wait): Inline ptrace_wait call.
+
* Makefile.in (.y.c): Revert previous change. ../ylwrap was