* README-vms: Delete.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 780d02affa9d96b917ded782a1a060e7d33d644b..b5d805d1016cee5c0670c94eaf7ad029ce5768b9 100644 (file)
@@ -1,3 +1,326 @@
+2005-08-09  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparc64obsd-tdep.c: Tweak comments.
+       (sparc64obsd_sigreturn_offset): Add offset for new OpenBSD 3.8
+       signal trampoline.
+
+2005-08-09  Andrew Cagney  <cagney@gnu.org>
+
+       * linux-nat.h (linux_proc_xfer_memory): Change type of "myaddr" a
+       "gdb_byte" pointer.
+       * linux-nat.c (linux_proc_xfer_memory): Update.
+       (get_signo): Cast signo to a "gdb_byte" pointer.
+       * i386-linux-nat.c (child_resume): Make "buf" a gdb_byte, delete
+       redundant casts.
+       (child_resume): Cast eflags to a "gdb_byte" pointer.
+
+2005-08-08  Mark Kettenis  <kettenis@gnu.org>
+
+       * tramp-frame.h (struct tramp_frame): Allow for 16 instructions
+       instead of 8.
+       * m68kbsd-tdep.c: Include "frame.h", "trad-frame.h" and
+       "tramp-frame.h".
+       (m68kobsd_sigtramp_cache_init): New function.
+       (m68kbsd_aout_init_abi): Prepend m68kobsd_sigtramp unwinder.
+
+2005-08-02  Fred Fish  <fnf@specifix.com>
+
+       * defs.h (parse_frame_specification): Remove prototype.
+       * stack.c (parse_frame_specification): Add prototype and
+       make function static.
+       (frame_info): Move common code outside if..then..else.
+
+2005-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * value.c (value_contents_writeable): Use value_contents_raw.
+
+2005-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       Suggested by Shaun Jackman <sjackman@gmail.com>:
+       * defs.h (print_transfer_performance): Update prototype.
+       * m32r-rom.c (m32r_load, m32r_upload_command): Use gettimeofday
+       for print_transfer_performance.
+       * remote-m32r-sdi.c (m32r_load): Likewise.
+       * symfile.c (generic_load): Likewise.
+       (report_transfer_performance): Create a dummy struct timeval.
+       (print_transfer_performance): Use a more accurate measure
+       of performance.
+
+2005-08-01  Fred Fish  <fnf@specifix.com>
+
+       * stack.c (parse_frame_specification_1): Remove use of obsolete
+       SETUP_ARBITRARY_FRAME macro.
+
+2005-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * dwarf2-frame.c (read_signed_leb128): Handle values that do not
+       fit in 32 bits.
+       * dwarf2read.c (read_signed_leb128): Likewise.
+
+2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       From Josef Ezra <jezra@emc.com>:
+       * tracepoint.c (stringify_collection_list): Correct pointer
+       arithmetic.
+
+2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       Suggested by Vladimir Prus <ghost@cs.msu.su>:
+       * infrun.c (handle_inferior_event): Check for line information in
+       undebuggable functions.
+
+2005-07-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * cli-out.c (cli_field_fmt, cli_message, out_field_fmt): Add
+       ATTR_FORMAT or ATTRIBUTE_FPTR_PRINTF.
+       * complaints.c (vcomplaint): Likewise.
+       * defs.h (xvasprintf, xstrvprintf, verror, vfatal)
+       (internal_verror, internal_vwarning, vwarning)
+       (deprecated_query_hook, deprecated_warning_hook)
+       (deprecated_readline_begin_hook): Likewise.
+       * disasm.c (fprintf_disasm): Likewise.
+       * exceptions.c (throw_it): Likewise.
+       * exceptions.h (throw_verror, throw_vfatal): Likewise.
+       * mi/mi-interp.c (mi_interp_query_hook): Likewise.
+       * mi/mi-out.c (mi_field_fmt, mi_message): Likewise.
+       * tui/tui-hooks.c (tui_query_hook): Likewise.
+       * tui/tui-out.c (tui_field_fmt, tui_message, out_field_fmt):
+       Likewise.
+       * ui-out.c (default_field_fmt, default_message, uo_field_fmt)
+       (uo_message): Likewise.
+       * ui-out.h (ui_out_field_fmt, ui_out_message, field_fmt_ftype)
+       (message_ftype): Likewise.
+       * utils.c (vfprintf_maybe_filtered, internal_vproblem)
+       (defaulted_query, printchar): Likewise.
+       
+2005-07-26  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386obsd-tdep.c (i386obsd_sigreturn_offset): New variable.
+       (i386obsd_sigtramp_p): Deal with an arbitrary number of possible
+       offsets.
+       (i386obsd_aout_supply_regset): Avoid bogus cast.
+
+2005-07-25  Mark Kettenis  <kettenis@gnu.org>
+
+       * inf-ptrace.c [PT_GET_PROCESS_STATE] (inf_ptrace_follow_fork):
+       New function.
+       (inf_ptrace_him, inf_ptrace_attach) [PT_GET_PROCESS_STATE]: Set
+       PTRACE_FORK event flag.
+       (inf_ptrace_wait) [PT_GET_PROCESS_STATE]: Handle PTRACE_FORK
+       event.
+       (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Set to_follow_fork.
+
+2005-07-25  Mark Kettenis  <kettenis@gnu.org>
+
+       * gdb_ptrace.h (PT_TRACE_ME): Define to zero if not already
+       defined.
+       * inf-ptrace.c: Tweak comments.
+       (inf_ptrace_me): Use PT_TRACE_ME instead of hardcoded zero.
+       (inf_ptrace_mourn_inferior): Call waitpid.
+       (inf_ptrace_attach): Use pid_t, Remove unnecessary cast.
+       (inf_ptrace_detach): Use pid_t.  Use ptid_get_pid instead of
+       PIDGET.
+       (inf_ptrace_kill): Rename from inf_ptrace_kill_inferior.  Use
+       pid_t.  Use ptid_get_pid instead of PIDGET.
+       (inf_ptrace_kill): Call waitpid instead of wait.
+       (inf_ptrace_resume): Use pid_t.  Use ptid_get_pid instead of
+       PIDGET.
+       (inf_ptrace_wait): Use waitpid instead wait.  Use pid_t.  Don't
+       call target_has_exited or target_thread_alive.  Properly ignore
+       terminated detached child processes.
+       (inf_ptrace_has_exited): Remove function.
+       (inf_ptrace_xfer_partial): Use pid_t.  Use ptid_get_pid instead of
+       PIDGET.  Use gdb_byte instead of `unsigned char'.
+       (inf_ptrace_thread_alive): Use ptid_get_pid instead of PIDGET.
+       (inf_ptrace_pid_to_str): Remove function.
+       (inf_ptrace_target): Use inf_ptrace_kill instead of
+       inf_ptrace_kill_inferior.  Use normal_pid_to_str instead of
+       inf_ptrace_pid_to_str.  Don't set to_has_exited.
+       (inf_ptrace_fetch_register, inf_ptrace_store_register): Reformat
+       long lines.
+
+2005-07-25  Mark Kettenis  <kettenis@gnu.org>
+
+       * inf-ptrace.c: Reorder functions.
+       (inf_ptrace_open, inf_ptrace_reported_exec_events_per_call)
+       (inf_ptrace_can_run, inf_ptrace_post_attach): Removed.
+       (inf_ptrace_target): Don't set to_open,
+       to_reported_exec_events_per_call, to_can_run, to_post_attach,
+       to_stratum, to_has_all_memory, to_has_memory, to_has_stack,
+       to_has_registers, to_has_execution, to_magic.  Reorder remaining
+       initializations.
+
+2005-07-25  Mark Mitchell  <mark@codesourcery.com>
+
+       * configure.ac: On MinGW, do not require a termcap library, and
+       use win32-termcap.c.
+       * configure: Regenerated.
+       * win32-termcap.c: New file.
+
+2005-07-24  Mark Mitchell  <mark@codesourcery.com>
+
+       * ser-tcp.c (close): Define as a function-like macro on MinGW.
+
+2005-07-21  Eric Christopher  <echristo@apple.com>
+
+       * MAINTAINERS (Misc): Update affiliation.
+
+2005-07-21  Mark Kettenis  <kettenis@gnu.org>
+
+       * inf-ttrace.c (inf_ttrace_wait): Properly report TTEVT_EXEC
+       events as TARGET_WAITKIND_EXECD.
+       (inf_ttrace_detach): Reorder local variables.
+
+2005-07-20  Mark Kettenis  <kettenis@gnu.org>
+
+       * inf-ttrace.c (inf_ttrace_vfork_ppid): New variable.
+       (inf_ttrace_follow_fork): New function.
+       (inf_ttrace_him, inf_ttrace_attach): Ask for TTEVT_FORK and
+       TTEVT_VFORK events.  Replace TTEO_NOSTRCHLD option with
+       TTEO_PROC_INHERIT.
+       (inf_ttrace_create_inferior, inf_ttrace_attach): Add checks for
+       inf_ttrace_vfork_ppid.
+       (inf_ttrace_kill_inferior, inf_ttrace_detach): Detach from waiting
+       parent if appropriate.
+       (inf_ttrace_wait): Handle TTEVT_FORK and TTEVT_VFORK.
+       (inf_ttrace_target): Set to_follow_fork.
+
+2005-07-20  Wu Zhou  <woodzltc@cn.ibm.com>
+
+       * remote.c (remote_pid_to_str): Use xsnprintf instead of snprintf.
+
+2005-07-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * target.c (normal_pid_to_str): Use xsnprintf instead of snprintf.
+       * bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
+       * inf-ttrace.c (inf_ttrace_pid_to_str): Likewise.
+
+       * hppa-tdep.h (hppa_frame_prev_register_helper): Change types of
+       last argument to `gdb_byte *'.
+       * hppa-tdep.c (hppa32_convert_from_func_ptr_addr): Rewrite.
+       (hppa_frame_prev_register_helper): Change types of last argument
+       to `gdb_byte *'.
+       * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_prev_register):
+       Change types of last argument to `gdb_byte *'.
+
+2005-07-18  Mark Kettenis  <kettenis@gnu.org>
+           Jason Molenda  <jmolenda@apple.com>
+
+       * i386-tdep.c (i386_match_insn): Match complete instruction
+       pattern.
+
+2005-07-18  Mark Kettenis  <kettenis@gnu.org>
+
+       * i386-tdep.c (i386_reg_struct_return_p): Handle structures with a
+       single 'long double' member correctly.
+       (i386_return_value): Tweak comment.
+
+2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
+
+       * mi/gdb-mi.el:  Update for changes in Emacs 22.0.50.  Bring more
+       features over from gdb-ui.el.  Use "-var-update --all-values" for
+       faster re-display of watch expressions.
+
+2005-07-15  Mark Kettenis  <kettenis@gnu.org>
+           Marcel Moolenaar  <marcel@xcllnt.net>
+
+       * sparc64fbsd-nat.c: Include "regcache.h", <sys/types.h>,
+       <machine/pcb.h> and "bsd-kvm.h".
+       (sparc64fbsd_kvm_supply_pcb): New function.
+       (_initialize_sparc64fbsd_nat): Enable libkvm interface.
+       * config/sparc/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
+       (LOADLIBES): New variable.
+       * Makefile.in (sparc64fbsd-nat.o): Update dependencies.
+
+2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
+           Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * mi/mi-cmds.h (mi_no_values, mi_simple_values, mi_all_values): New
+       declarations.
+       * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Use string
+       constants instead of literals for MI command options.
+       * mi/mi-cmd-var.c (mi_no_values, mi_simple_values, mi_all_values):
+       New variables.
+       (mi_parse_values_option, mi_print_value_p): New functions.
+       (mi_cmd_var_list_children): Use mi_parse_values_option and
+       mi_print_value_p.
+       (mi_cmd_var_update): Support a PRINT_VALUES option.  Update calls
+       to varobj_update_one.
+       (varobj_update_one): Take a print_values argument.  Call
+       mi_print_value_p.
+       * varobj.c (varobj_get_gdb_type): New function.
+       * varobj.h (varobj_get_gdb_type): New prototype.
+
+2005-07-13  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * ppc-linux-tdep.c (ppc_linux_init_abi): Set 64-bit link map offsets.
+
+2005-07-12  Mark Kettenis  <kettenis@gnu.org>
+
+       * dwarf2expr.h: Tweak comment.
+       (struct dwarf_expr_context): Use `gdb_byte *' in read_mem and
+       get_frame_base function pointers.
+       (read_uleb128, read_sleb128): Change return type and types of
+       first two arguments to `gdb_byte *'.
+       (dwarf2_read_address): Change types of first two arguments to
+       `gdb_byte *'.
+       * dwarf2expr.c: Tweak comment.
+       (dwarf_expr_eval): Change type of second argument to `gdb_byte *'.
+       (read_uleb128, read_sleb128): Change return type and types of
+       first two arguments to `gdb_byte *'.
+       (dwarf2_read_address): Change types of first two arguments to
+       `gdb_byte *'.
+       (execute_stack_op): Change types of last two arguments to
+       `gdb_byte *'.  Use `gdb_byte *' for byte buffers.
+       * dwarf2loc.h: Tweak comment.
+       (struct dwarf2_locexpr_baton, struct dwarf2_loclist_baton): Use
+       `gdb_byte *' for byte buffers.
+       * dwarf2loc.c (find_location_expression): Change return type to
+       `gdb_byte *'.  Use `gdb_byte *' for byte buffers.  Change length
+       to `unsigned int'.
+       (dwarf_expr_read_reg): Use `gdb_byte *' for byte buffer.  Remove
+       bogus cast.
+       (dwarf_expr_read_mem): Change type of second argument to
+       `gdb_byte *'.
+       (dwarf_expr_frame_base): Change type of second argument to
+       `gdb_byte **'.
+       (dwarf2_evaluate_loc_desc): Change type of third argument to
+       `gdb_byte *'.
+       (needs_frame_read_mem): Change type of second argument to
+       `gdb_byte *'.
+       (needs_frame_frame_base): Change type of second argument
+       `gdb_byte **'.  Use gdb_byte for lit0.
+       (dwarf2_tracepoint_var_ref): Change type of fourth argument to
+       `gdb_byte *'.  Use `gdb_byte *' for byte buffer.
+       (loclist_read_variable, loclist_tracepoint_var_ref): Use `gdb_byte
+       *' for byte buffer.
+       * dwarf2-frame.c (struct dwarf2_cie, struct dwarf2_fde)
+       (struct dwarf2_frame_state): Use gdb_byte instead of `unsigned
+       char'.
+       (read_reg): Use `gdb_byte *' for byte buffers.  Remove redundant
+       cast.
+       (read_mem): Change second argument to `gdb_byte *'.
+       (no_get_frame_base): Change second argument to `gdb_byte **'.
+       (execute_stack_op): Change first argument to `gdb_byte *'.
+       (execute_cfa_program): Change first two arguments to `gdb_byte *'.
+       Use gdb_byte instead of `unsigned int'.  Use temprorary variable
+       to store result of read_uleb128.
+       (struct comp_unit): Use `gdb_byte *' for byte buffers.
+       (read_1_byte, read_4_bytes, read_8_bytes): Change last argument to
+       `gdb_byte *'.
+       (read_unsigned_leb128, read_signed_leb128): Change second argument
+       to `gdb_byte *'.  Use gdb_byte instead of `unsigned char'.
+       (read_initial_length): Change second argument to `gdb_byte *'.
+       Remove redundant casts.
+       (read_encoded_value): Use gdb_byte instead of `unsigned char'.
+       Remove bogus casts.
+       (decode_frame_entry_1): Change return type and second argument to
+       `gdb_byte *'.  Use `gdb_byte *' for byte buffers.  Use gdb_byte
+       instead of `unsigned char'.
+       (decode_frame_entry): Change return type and second argument to
+       `gdb_byte *'.  Use `gdb_byte *' for byte buffers.
+       (dwarf2_build_frame_info): Use `gdb_byte *' for byte buffers.
+
 2005-07-12  Mark Kettenis  <kettenis@gnu.org>
 
        * objc-lang.c (print_object_command): Use gdb_byte for c.
 
        * bsd-kvm.c (bsd_kvm_open): Properly cast sentinel in concat call.
        * coffread.c (patch_type, process_coff_symbol): Likewise.
-       * corelow.c (core_open): Likewise. 
-       * dwarf2read.c (dwarf_decode_lines, dwarf2_start_subfile): 
-       * language.c (set_lang_str, set_type_str, set_range_str) 
+       * corelow.c (core_open): Likewise.
+       * dwarf2read.c (dwarf_decode_lines, dwarf2_start_subfile):
+       * language.c (set_lang_str, set_type_str, set_range_str)
        (set_case_str): Likewise.
        * source.c (add_path, openp): Likewise.
        * stabsread.c: Likewise.
 
 2005-07-03  Richard Henderson  <rth@redhat.com>
 
-       * amd64-tdep.c (amd64_sse_type): New.   
+       * amd64-tdep.c (amd64_sse_type): New.
        (amd64_register_info): Use it for xmm registers.  Constify.
        (amd64_register_type): Initialize amd64_sse_type as needed.
 
        (sol_thread_xfer_partial): Change type of readbuf and writebuf
        arguments to `gdb_byte *'.
 
-       * mips-tdep.c (mips_xfer_register, mips_o32_return_value) 
+       * mips-tdep.c (mips_xfer_register, mips_o32_return_value)
        (mips_integer_to_address): Use gdb_byte instead of bfd_byte.
 
 2005-06-24  Mark Kettenis  <kettenis@gnu.org>
        * alpha-tdep.c (alpha_sigtramp_frame_prev_register)
        (alpha_heuristic_frame_prev_register): Change type of last
        argument to `gdb_byte *'.
-       (alpha_register_to_value, alpha_value_to_register) 
+       (alpha_register_to_value, alpha_value_to_register)
        (alpha_extract_return_value, alpha_store_return_value): Likewise.
        * alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
 
        (ia64_libunwind_sigtramp_frame_unwind): New unwinder.
        (ia64_unw_rse_accessors): New libunwind accessors.
        (ia64_libunwind_descr): Add ia64_unw_rse_accessors.
-       (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Use 
-       ia64_libunwind_sigtramp_frame_sniffer instead of 
+       (ia64_gdbarch_init)[HAVE_LIBUNWIND_IA64_H]: Use
+       ia64_libunwind_sigtramp_frame_sniffer instead of
        ia64_sigtramp_frame_sniffer.
        * libunwind-frame.c (libunwind_frame_set_descr): Add
        special register accessors.
        field.
        (libunwind_sigtramp_frame_sniffer): New prototype.
        (libunwind_get_reg_special): Ditto.
-       
+
 2005-06-08  Wu Zhou  <woodzltc@cn.ibm.com>
 
        * expression.h (enum exp_opcode): Fix a comment typo.
        * MAINTAINERS (Can Commit Without Approval): New section,
        previously burried under "Target Instruction Set Architectures".
        Note that cagney "can commit" changes to powerpc-linux.
-       
+
        * MAINTAINERS: Drop architecture and target vectors.
 
 2005-05-29  Eli Zaretskii  <eliz@gnu.org>
 2005-05-27  Orjan Friberg  <orjanf@axis.com>
 
        * cris-tdep.c (crisv32_scan_prologue): Add.
-       (cris_frame_unwind_cache, cris_skip_prologue): Call 
+       (cris_frame_unwind_cache, cris_skip_prologue): Call
        crisv32_scan_prologue when debugging CRISv32.
 
 2005-05-27  Orjan Friberg  <orjanf@axis.com>
 
-       * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start) 
+       * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
        (cris_frame_prev_register, cris_sigtramp_frame_prev_register)
        (cris_return_value): Use gdb_byte for byte buffers.
        (struct cris_frame_unwind, struct cris_frame_base): Fix formatting.
        * rs6000-tdep.c (ppc_supply_reg, ppc_collect_reg): Use gdb_byte
        for byte buffers.
        (rs6000_fetch_pointer_argument): Use get_frame_register_unsigned.
-       (rs6000_software_single_step, sstep_breaks, skip_prologue) 
-       (rs6000_push_dummy_call, rs6000_push_dummy_call) 
-       (rs6000_push_dummy_call, rs6000_push_dummy_call) 
-       (rs6000_register_to_value, e500_pseudo_register_read) 
-       (rs6000_store_return_value, e500_pseudo_register_write) 
+       (rs6000_software_single_step, sstep_breaks, skip_prologue)
+       (rs6000_push_dummy_call, rs6000_push_dummy_call)
+       (rs6000_push_dummy_call, rs6000_push_dummy_call)
+       (rs6000_register_to_value, e500_pseudo_register_read)
+       (rs6000_store_return_value, e500_pseudo_register_write)
        (rs6000_frame_prev_register, rs6000_extract_return_value): Ditto.
        * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
        (ppc_sysv_abi_push_dummy_call, do_ppc_sysv_return_value)
 
 2005-05-24  Orjan Friberg  <orjanf@axis.com>
 
-       * config/djgpp/fnchange.lst: Add mappings for 
+       * config/djgpp/fnchange.lst: Add mappings for
        gdbserver/linux-cris-low.c and gdbserver/linux-crisv32-low.c.
 
 2005-05-23  Michael Snyder  <msnyder@redhat.com>
        * infptrace.c (child_xfer_memory): Update.
        * dcache.c (struct dcache_block): Use gdb_byte for the byte
        buffers.
-       (dcache_read_line, dcache_xfer_memory, dcache_poke_byte) 
+       (dcache_read_line, dcache_xfer_memory, dcache_poke_byte)
        (dcache_peek_byte, dcache_write_line): Ditto.
 
        * auxv.h (target_auxv_read, procfs_xfer_auxv)
        (target_auxv_parse): Use gdb_byte for byte buffer parameters.
-       * auxv.c (target_auxv_read, procfs_xfer_auxv, target_auxv_parse) 
+       * auxv.c (target_auxv_read, procfs_xfer_auxv, target_auxv_parse)
        (target_auxv_search, fprint_target_auxv): Update.
 
 2005-05-23  Orjan Friberg  <orjanf@axis.com>
        * trad-frame.h (trad_frame_get_register)
        (frame_get_prev_register): Ditto.
        * frame-unwind.h (frame_prev_register_ftype): Ditto.
-       * frame.c (frame_pop, frame_register, frame_unwind_register) 
-       (get_frame_register, frame_unwind_register_signed) 
-       (frame_unwind_register_unsigned, frame_unwind_unsigned_register) 
+       * frame.c (frame_pop, frame_register, frame_unwind_register)
+       (get_frame_register, frame_unwind_register_signed)
+       (frame_unwind_register_unsigned, frame_unwind_unsigned_register)
        (frame_register_read, get_frame_memory): Update.
        * trad-frame.c (trad_frame_get_prev_register): Update.
        (trad_frame_get_register): Update.
        (store_typed_address): Use gdb_byte for byte buffer parameters.
        (push_bytes, push_word): Delete declaration.
        * valops.c (push_bytes, push_word): Delete function.
-       * findvar.c (extract_signed_integer, extract_unsigned_integer) 
-       (extract_typed_address, store_signed_integer) 
+       * findvar.c (extract_signed_integer, extract_unsigned_integer)
+       (extract_typed_address, store_signed_integer)
        (store_unsigned_integer): Update.
-       
+
        * regcache.h (regcache_raw_read, regcache_raw_write)
        (regcache_raw_read_part, regcache_raw_write_part)
        (regcache_cooked_read_part, regcache_cooked_write_part)
        buffer parameters.
        * ia64-tdep.c (ia64_extract_return_value): Update.
        * frame.c (do_frame_register_read): Update.
-       * regcache.c (deprecated_grub_regcache_for_registers) 
-       (struct regcache, regcache_save, regcache_restore, regcache_cpy) 
-       (do_cooked_read, regcache_xmalloc, register_buffer) 
-       (deprecated_read_register_bytes, regcache_raw_read) 
-       (regcache_raw_read_signed, regcache_raw_read_unsigned) 
-       (deprecated_read_register_gen, regcache_cooked_read) 
-       (regcache_cooked_read_signed, regcache_cooked_read_unsigned) 
-       (deprecated_write_register_gen, regcache_cooked_write) 
-       (deprecated_write_register_bytes, regcache_raw_read_part) 
-       (regcache_raw_write_part, regcache_cooked_read_part) 
-       (regcache_cooked_write_part, read_register, regcache_raw_supply): 
+       * regcache.c (deprecated_grub_regcache_for_registers)
+       (struct regcache, regcache_save, regcache_restore, regcache_cpy)
+       (do_cooked_read, regcache_xmalloc, register_buffer)
+       (deprecated_read_register_bytes, regcache_raw_read)
+       (regcache_raw_read_signed, regcache_raw_read_unsigned)
+       (deprecated_read_register_gen, regcache_cooked_read)
+       (regcache_cooked_read_signed, regcache_cooked_read_unsigned)
+       (deprecated_write_register_gen, regcache_cooked_write)
+       (deprecated_write_register_bytes, regcache_raw_read_part)
+       (regcache_raw_write_part, regcache_cooked_read_part)
+       (regcache_cooked_write_part, read_register, regcache_raw_supply):
 
 2005-05-17  Corinna Vinschen  <vinschen@redhat.com>
 
        (struct target_ops): Ditto for to_xfer_partial and
        deprecated_xfer_memory.
        * dcache.h (dcache_xfer_memory): Ditto.
-       * target.c (default_xfer_partial, target_read_partial) 
-       (target_write_partial, target_read, target_write) 
+       * target.c (default_xfer_partial, target_read_partial)
+       (target_write_partial, target_read, target_write)
        (do_xfer_memory, update_current_target, get_target_memory): Update.
        (target_read_string): Change buf to a gdb_byte.
        * dcache.c (dcache_xfer_memory): Update.
        `gdb_byte *'.  Use gdb_byte for buf.
        (m68k_return_value, m68k_svr4_return_value): Change type of
        readbuf and writebuf arguments to `gdb_byte *'.
-       (m68k_push_dummy_call, m68k_unwind_pc, m68k_frame_cache) 
+       (m68k_push_dummy_call, m68k_unwind_pc, m68k_frame_cache)
        (m68k_unwind_dummy_id): Use gdb_byte for buf.
        (m68k_get_longjmp_target): Use `gdb_byte *' for buf.
-       * m68kbsd-tdep.c (m68kbsd_supply_fpregset) 
+       * m68kbsd-tdep.c (m68kbsd_supply_fpregset)
        (m68kbsd_supply_gregset): Use `gdb_byte *' for regs.
 
        * m88k-tdep.c (m88k_breakpoint_from_pc): Change return type to
        * inferior.h (unsigned_address_to_pointer)
        (signed_pointer_to_address, address_to_signed_pointer)
        (unsigned_pointer_to_address): Update.
-       * arch-utils.h (legacy_return_value): 
+       * arch-utils.h (legacy_return_value):
        * arch-utils.c (legacy_extract_return_value)
        (legacy_return_value): Update.
-       * findvar.c (unsigned_pointer_to_address) 
-       (signed_pointer_to_address, unsigned_address_to_pointer) 
+       * findvar.c (unsigned_pointer_to_address)
+       (signed_pointer_to_address, unsigned_address_to_pointer)
        (address_to_signed_pointer): Update.
 
 2005-05-13  Orjan Friberg  <orjanf@axis.com>
        of ERP register in guru mode.
        (cris_breakpoint_from_pc): Rename break_insn to break8_insn.
        Add break15_insn, returned in guru mode.
-       (_initialize_cris_tdep): Add call to add_setshow_enum_cmd for new 
+       (_initialize_cris_tdep): Add call to add_setshow_enum_cmd for new
        cris-mode setting.
        (cris_dump_tdep): Add dump of cris_mode.
        (cris_gdbarch_init): Add cris_mode to search criteria for architecture.
        Register the sigtramp frame sniffer only if not in guru mode.
-       
+
 2005-05-13  Eli Zaretskii  <eliz@gnu.org>
 
        * Makefile.in (go32-nat.o): Add $(top_h) to prerequisites.
 
        * i386-linux-tdep.c (linux_sigtramp_code, linux_rt_sigtramp_code):
        Change type to `static const gdb_byte'.
-       (i386_linux_sigtramp_start, i386_linux_rt_sigtramp_start) 
+       (i386_linux_sigtramp_start, i386_linux_rt_sigtramp_start)
        (i386_linux_sigcontext_addr): Use gdb_byte for buf.
        * amd64-linux-tdep.c (linux_sigtramp_code): Change type to `static
        const gdb_byte'.
        (amd64_linux_sigtramp_start, amd64_linux_sigcontext_addr): Use
        gdb_byte for buf.
-       * amd64fbsd-tdep.c (amd64fbsd_supply_uthread) 
+       * amd64fbsd-tdep.c (amd64fbsd_supply_uthread)
        (amd64fbsd_collect_uthread): Use gdb_byte for buf.
 
        * config/ia64/nm-aix.h: Remove file.
        (memory_insert_breakpoint, memory_remove_breakpoint): Change type
        of buffer to a bfd_byte pointer.
        * gdbarch.h, gdbarch.c: Re-generate.
-       * mem-break.c (memory_insert_breakpoint) 
+       * mem-break.c (memory_insert_breakpoint)
        (memory_remove_breakpoint, default_memory_insert_breakpoint)
        (default_memory_remove_breakpoint): Update.
        * target.h (memory_insert_breakpoint)
        (default_memory_remove_breakpoint): Update declarations.
        (struct target_ops): Update to_insert_breakpoint and
        to_remove_breakpoint.
-       * target.c (debug_to_remove_breakpoint) 
+       * target.c (debug_to_remove_breakpoint)
        (debug_to_insert_breakpoint): Update.
-       * remote-m32r-sdi.c (m32r_remove_breakpoint) 
+       * remote-m32r-sdi.c (m32r_remove_breakpoint)
        (m32r_insert_breakpoint): Update.
-       * m32r-tdep.c (m32r_memory_insert_breakpoint) 
+       * m32r-tdep.c (m32r_memory_insert_breakpoint)
        (m32r_memory_remove_breakpoint): Update.
-       * remote-e7000.c (e7000_insert_breakpoint) 
+       * remote-e7000.c (e7000_insert_breakpoint)
        (e7000_remove_breakpoint): Update.
-       * remote-rdi.c (arm_rdi_insert_breakpoint) 
+       * remote-rdi.c (arm_rdi_insert_breakpoint)
        (arm_rdi_remove_breakpoint): Update.
-       * remote-sim.c (gdbsim_insert_breakpoint) 
+       * remote-sim.c (gdbsim_insert_breakpoint)
        (gdbsim_remove_breakpoint): Update.
        * exec.c (ignore): Update.
        * rs6000-tdep.c (rs6000_extract_return_value): Update.
-       * ia64-tdep.c (ia64_memory_insert_breakpoint) 
+       * ia64-tdep.c (ia64_memory_insert_breakpoint)
        (ia64_memory_remove_breakpoint): Update.
-       * remote-rdp.c (remote_rdp_insert_breakpoint) 
+       * remote-rdp.c (remote_rdp_insert_breakpoint)
        (remote_rdp_remove_breakpoint): Update.
 
 2005-05-01  Mark Kettenis  <kettenis@gnu.org>
 
 2005-04-29  Mark Kettenis  <kettenis@gnu.org>
 
-       * solist.h (TARGET_SO_FREE_SO, TARGET_SO_CLEAR_SOLIB) 
-       (TARGET_SO_SOLIB_CREATE_INFERIOR_HOOK) 
-       (TARGET_SO_SPECIAL_SYMBOL_HANDLING, TARGET_SO_CURRENT_SOS) 
+       * solist.h (TARGET_SO_FREE_SO, TARGET_SO_CLEAR_SOLIB)
+       (TARGET_SO_SOLIB_CREATE_INFERIOR_HOOK)
+       (TARGET_SO_SPECIAL_SYMBOL_HANDLING, TARGET_SO_CURRENT_SOS)
        (TARGET_SO_OPEN_SYMBOL_FILE_OBJECT): Remove defines.
        * solib.c (solib_data): New variable.
        (solib_init, solib_ops): New functions.
 2005-04-28  Andrew Cagney  <cagney@gnu.org>
 
        * valops.c (check_field): Make buffer a bfd_byte.
-       * value.c (unpack_long, unpack_double, unpack_pointer) 
+       * value.c (unpack_long, unpack_double, unpack_pointer)
        (unpack_field_as_long, modify_field): Ditto.
        * value.h: Update declarations.
 
        (gdb_select): New function.
        (gdb_wait_for_event): Use it.
        * Makefile.in (event-loop.o): Depend on $(gdb_assert_h).
-       
+
 2005-04-23  Mark Kettenis  <kettenis@gnu.org>
 
        * sparc64-tdep.c: Include "dwarf2-frame.h".
 
        * dummy-frame.c (dummy_frame_sniffer): Optimization: don't bother
        computing this_id if there are no dummy frames on the stack.
-       
-       * mn10300-tdep.c (mn10300_frame_unwind_cache): Use 
+
+       * mn10300-tdep.c (mn10300_frame_unwind_cache): Use
        find_partial_func instead of unwind_pc to identify frame.
        (mn10300_push_dummy_call): Handle struct args, struct_return.
 
        before setting it.
        * mn10300-tdep.c (mn10300_skip_prologue): Use analyze_prologue
        instead of skip_prologue_using_sal.
-       
+
 2005-03-31  Kevin Buettner  <kevinb@redhat.com>
 
        * solib-frv.c (struct lm_info): Add new field ``lm_addr''.
        (ser_unix_async): Likewise.
        (ser_unix_wait_for): Make it static.
        * configure: Regenerated.
-       
+
 2005-03-25  Mark Kettenis  <kettenis@gnu.org>
 
        * dwarf2-frame.h: Update copyrigh year.
        * configure: Regenerated.
        * config.in: Likewise.
        * remote-fileio.c (remote_fileio_to_fio_stat): Check
-       HAVE_STRUCT_STAT_ST_BLKSIZE. 
+       HAVE_STRUCT_STAT_ST_BLKSIZE.
 
 2005-03-21  Christopher Faylor  <cgf@timesys.com>
 
 
 2005-03-15  Mark Mitchell  <mark@codesourcery.com>
 
-       * utils.c (internal_vproblem): Guard call to fork with 
+       * utils.c (internal_vproblem): Guard call to fork with
        HAVE_WORKING_FORK.
        * cli/cli-cmds.c (shell_escape): Guard call to vfork with
-       HAVE_WORKING_VFORK and HAVE_WORKING_FORK. 
+       HAVE_WORKING_VFORK and HAVE_WORKING_FORK.
 
        * remote-fileo.c (remote_fileio_mode_to_host): Accomodate lack of
        S_IRGRP and related macros.
 
 2005-03-11  Michael Snyder  <msnyder@redhat.com>
 
-       * mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace 
+       * mn10300-tdep.c (mn10300_dummy_unwind_dummy_id): Replace
        stub fn with real implementatin mn10300_unwind_dummy_id.
        (mn10300_push_dummy_call): Implement.  Bare bones version,
        does not handle structs or floats.
 
 2005-03-09  David Lecomber  <david@lecomber.net>
 
-       * proc-api.c (_initialize_proc_api): Fix invalid multi-line 
+       * proc-api.c (_initialize_proc_api): Fix invalid multi-line
        i18n text.
 
 2005-03-09  Mark Kettenis  <kettenis@gnu.org>
        common_val_print.
 
 2005-02-25 Mark Kettenis  <kettenis@gnu.org>
-       
+
        Committed by Elena Zannoni <ezannoni@redhat.com>
 
-       * dwarf2read.c (dwarf2_build_psymtabs_hard): Adjust 
+       * dwarf2read.c (dwarf2_build_psymtabs_hard): Adjust
        info_ptr before building psymtabs for included files.
        (create_all_comp_units): Initailize initial length size of
        compilation header to zero.
        sections are encountered within the same compilation header.
        (dwarf_decode_line_header): Pass compilation header in call to
        read_initial_length.
-       
+
 2005-02-24  Andrew Cagney  <cagney@gnu.org>
 
        Add show_VARIABLE functions, update add_setshow call.
        * varobj.c (_initialize_varobj, show_varobjdebug): Add and update.
-       * valprint.c (_initialize_valprint, show_print_max) 
-       (show_stop_print_at_null, show_repeat_count_threshold) 
-       (show_prettyprint_structs, show_unionprint) 
-       (show_prettyprint_arrays, show_addressprint, show_input_radix) 
+       * valprint.c (_initialize_valprint, show_print_max)
+       (show_stop_print_at_null, show_repeat_count_threshold)
+       (show_prettyprint_structs, show_unionprint)
+       (show_prettyprint_arrays, show_addressprint, show_input_radix)
        (show_output_radix): Ditto.
        * valops.c (_initialize_valops, show_overload_resolution): Ditto.
-       * utils.c (initialize_utils, show_chars_per_line) 
-       (show_lines_per_page, show_demangle, show_pagination_enabled) 
+       * utils.c (initialize_utils, show_chars_per_line)
+       (show_lines_per_page, show_demangle, show_pagination_enabled)
        (show_sevenbit_strings, show_asm_demangle): Ditto
-       * tui/tui-win.c (_initialize_tui_win, show_tui_border_kind) 
+       * tui/tui-win.c (_initialize_tui_win, show_tui_border_kind)
        (show_tui_border_mode, show_tui_active_border_mode): Ditto.
-       * top.c (init_main, show_new_async_prompt) 
-       (show_async_command_editing_p, show_write_history_p) 
-       (show_history_size, show_history_filename, show_caution) 
+       * top.c (init_main, show_new_async_prompt)
+       (show_async_command_editing_p, show_write_history_p)
+       (show_history_size, show_history_filename, show_caution)
        (show_annotation_level, init_main): Ditto.
        * target.c (initialize_targets, show_targetdebug)
        (show_trust_readonly): Ditto.
-       * symfile.c (_initialize_symfile, show_symbol_reloading) 
-       (show_ext_args, show_download_write_size) 
+       * symfile.c (_initialize_symfile, show_symbol_reloading)
+       (show_ext_args, show_download_write_size)
        (show_debug_file_directory): Ditto.
        * source.c (_initialize_source, show_lines_to_list): Ditto.
-       * solib.c (_initialize_solib, show_auto_solib_add) 
+       * solib.c (_initialize_solib, show_auto_solib_add)
        (show_solib_search_path): Ditto.
-       * p-valprint.c (_initialize_pascal_valprint) 
+       * p-valprint.c (_initialize_pascal_valprint)
        (show_pascal_static_field_print): Ditto.
-       * printcmd.c (_initialize_printcmd, show_max_symbolic_offset) 
+       * printcmd.c (_initialize_printcmd, show_max_symbolic_offset)
        (show_print_symbol_filename): Add and update.
        * parse.c (_initialize_parse, show_expressiondebug): Dito.
        * observer.c (_initialize_observer, show_observer_debug): Dito.
-       * maint.c (_initialize_maint_cmds, show_watchdog) 
+       * maint.c (_initialize_maint_cmds, show_watchdog)
        (show_maintenance_profile_p): Dito.
        * linux-nat.c (_initialize_linux_nat, show_debug_linux_nat): Dito.
-       * infrun.c (_initialize_infrun, show_debug_infrun) 
-       (show_stop_on_solib_events, show_follow_fork_mode_string) 
+       * infrun.c (_initialize_infrun, show_debug_infrun)
+       (show_stop_on_solib_events, show_follow_fork_mode_string)
        (show_scheduler_mode, show_step_stop_if_no_debug): Ditto.
-       * infcall.c (_initialize_infcall, show_coerce_float_to_double_p) 
+       * infcall.c (_initialize_infcall, show_coerce_float_to_double_p)
        (show_unwind_on_signal_p): Ditto.
-       * gdbtypes.c (build_gdbtypes, show_opaque_type_resolution) 
+       * gdbtypes.c (build_gdbtypes, show_opaque_type_resolution)
        (_initialize_gdbtypes, show_overload_debug): Ditto.
        * gdb-events.c, gdb-events.sh (_initialize_gdb_events)
        (show_gdb_events_debug): Ditto.
        * gdbarch.c, gdbarch.sh (show_gdbarch_debug)
        (_initialize_gdbarch): Ditto.
-       * frame.c (_initialize_frame, show_backtrace_past_main) 
-       (show_backtrace_past_entry, show_backtrace_limit) 
+       * frame.c (_initialize_frame, show_backtrace_past_main)
+       (show_backtrace_past_entry, show_backtrace_limit)
        (show_frame_debug): Ditto.
        * exec.c (_initialize_exec, show_write_files): Ditto.
-       * dwarf2read.c (_initialize_dwarf2_read) 
+       * dwarf2read.c (_initialize_dwarf2_read)
        (show_dwarf2_max_cache_age): Ditto.
        * demangle.c (_initialize_demangler)
        (show_demangling_style_names): Ditto.
        * dcache.c (_initialize_dcache, show_dcache_enabled_p): Ditto.
-       * cp-valprint.c (show_static_field_print) 
+       * cp-valprint.c (show_static_field_print)
        (_initialize_cp_valprint, show_vtblprint, show_objectprint): Ditto.
        * corefile.c (_initialize_core, show_gnutarget_string): Ditto.
-       * cli/cli-logging.c (_initialize_cli_logging) 
-       (show_logging_overwrite, show_logging_redirect) 
+       * cli/cli-logging.c (_initialize_cli_logging)
+       (show_logging_overwrite, show_logging_redirect)
        (show_logging_filename): Ditto.
-       * cli/cli-cmds.c (show_info_verbose, show_history_expansion_p) 
-       (init_cli_cmds, show_baud_rate, show_remote_debug) 
+       * cli/cli-cmds.c (show_info_verbose, show_history_expansion_p)
+       (init_cli_cmds, show_baud_rate, show_remote_debug)
        (show_remote_timeout, show_max_user_call_depth): Ditto.
        * charset.c (show_host_charset_name, show_target_charset_name)
        (initialize_charset): Ditto.
 
        * configure.ac: Only enaable insight when itcl is present.
        * configure: Re-generate.
-       
+
 2005-02-21  Thiemo Seufer  <seufer@csv.ica.uni-stuttgart.de>
 
        Committed by Andrew Cagney.
        add_setshow_optional_filename_cmd.
        * solib.c, symfile.c: Update.
        * cli/cli-setshow.c: Do not tidle expand the file.
-       
+
        Add more uses of add_setshow_string_cmd, add_setshow_integer_cmd,
        and add_setshow_string_noescape_cmd.
        * cli/cli-setshow.c (deprecated_show_value_hack): Do not print a
        Use add_setshow_enum_cmd through out.
        * arch-utils.c, charset.c, demangle.c, i386-tdep.c: Update.
        * infrun.c, mips-tdep.c, osabi.c, serial.c, tui/tui-win.c: Update.
-       
+
        * mi/mi-main.c (captured_mi_execute_command): Use
        mi_cmd_interpreter_exec.
 
        * cli/cli-decode.c (add_setshow_optional_filename_cmd): New
        function.
-       * cli/cli-setshow.c (deprecated_show_value_hack) 
+       * cli/cli-setshow.c (deprecated_show_value_hack)
        (do_setshow_command): Handle var_optional_filename.
        * command.h (enum var_types): Add var_optional_filename.
        (add_setshow_optional_filename_cmd): Declare.
        * cli/cli-decode.c (add_setshow_integer_cmd): New function.
        * command.h (add_setshow_integer_cmd): Declare.
        * cli/cli-cmds.c: Update.
-       
+
        Use add_setshow_uinteger_cmd through out.
        * printcmd.c, source.c, utils.c, valprint.c: Update.
 
        * serial.c, solib-frv.c, somsolib.c, target.c, top.c: Update.
        * varobj.c, cli/cli-cmds.c: Update.
        * gdbarch.c, gdb-events.c: Regenerate.
-       
+
        Use add_setshow_boolean_command through out.  Delete #ifdef 0'ed
        code adding set/show boolean commands.
        * cp-valprint.c, dcache.c, exec.c, gdbtypes.c, infrun.c: Update.
        * hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
        * mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
        * remote.c, target.c, cli/cli-logging.c: Update.
-       
+
 2005-02-16  Andrew Cagney  <cagney@gnu.org>
 
        Merge setshow print and show parameters.
        fprint_setshow with show_value_func.
        * cli/cli-decode.c (add_setshow_cmd_full): Update show_func
        parameter.  Set show_value_func.  Do not set cmd_sfunc.
-       (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd) 
-       (add_setshow_boolean_cmd, add_setshow_filename_cmd) 
-       (add_setshow_string_cmd, add_setshow_uinteger_cmd) 
+       (add_setshow_enum_cmd, add_setshow_auto_boolean_cmd)
+       (add_setshow_boolean_cmd, add_setshow_filename_cmd)
+       (add_setshow_string_cmd, add_setshow_uinteger_cmd)
        (add_setshow_zinteger_cmd): Update.
        * complaints.c (complaints_show_value): Replace
        fprint_setshow_complaints.
        * cli/cli-setshow.c (do_setshow_command): Call show_value_func
        instead of fprint_setshow.  Use deprecated_show_value_hack.
        (deprecated_show_value_hack): New function.
-       * remote.c (add_packet_config_cmd, show_remote_cmd): 
-       (show_remote_protocol_P_packet_cmd) 
-       (show_remote_protocol_P_packet_cmd) 
-       (show_remote_protocol_Z_access_wp_packet_cmd) 
-       (show_remote_protocol_Z_hardware_bp_packet_cmd) 
+       * remote.c (add_packet_config_cmd, show_remote_cmd):
+       (show_remote_protocol_P_packet_cmd)
+       (show_remote_protocol_P_packet_cmd)
+       (show_remote_protocol_Z_access_wp_packet_cmd)
+       (show_remote_protocol_Z_hardware_bp_packet_cmd)
        (show_remote_protocol_Z_packet_cmd)
-       (show_remote_protocol_Z_read_wp_packet_cmd) 
-       (show_remote_protocol_Z_software_bp_packet_cmd) 
-       (show_remote_protocol_Z_write_wp_packet_cmd) 
-       (show_remote_protocol_binary_download_cmd) 
-       (show_remote_protocol_p_packet_cmd) 
-       (show_remote_protocol_qPart_auxv_packet_cmd) 
-       (show_remote_protocol_qSymbol_packet_cmd) 
+       (show_remote_protocol_Z_read_wp_packet_cmd)
+       (show_remote_protocol_Z_software_bp_packet_cmd)
+       (show_remote_protocol_Z_write_wp_packet_cmd)
+       (show_remote_protocol_binary_download_cmd)
+       (show_remote_protocol_p_packet_cmd)
+       (show_remote_protocol_qPart_auxv_packet_cmd)
+       (show_remote_protocol_qSymbol_packet_cmd)
        (show_remote_protocol_vcont_packet_cmd): Update.
 
 2005-02-16  Mark Kettenis  <kettenis@gnu.org>
 2005-02-16  Yoshinori Sato  <ysato@users.sourceforge.jp>
 
        * remote-e7000.c: unuse TM_FILE defined macro.
-       (e7000_fetch_registers) 
+       (e7000_fetch_registers)
        (e7000_store_registers)
        (e7000_wait): delete NUM_REALREGS.
        * remote-hms.c: move TM_FILE macro.
        (CCR_REGNO): move define from tm-h8300.h.
-       
+
 2005-02-15  Mark Kettenis  <kettenis@gnu.org>
 
        * amd64-linux-tdep.c: Update copyright year.
        * tui/tui-file.c, tui/tui-interp.c: Update.
 
 2005-02-10  Andrew Cagney  <cagney@gnu.org>
-       
+
        Mark up all error and warning messages.
        * ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
        * bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
        * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
        * mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
        * tui/tui-win.c: Update.
-       
+
 2005-02-10  Ian Lance Taylor  <ian@airs.com>
 
        * MAINTAINERS: Update my e-mail address.
 
 2005-02-08  Andrew Cagney  <cagney@gnu.org>
 
-       * value.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET) 
+       * value.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
        (METHOD_PTR_TO_VOFFSET): Move from here ...
-       * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET) 
+       * cp-support.h (METHOD_PTR_IS_VIRTUAL, METHOD_PTR_FROM_VOFFSET)
        (METHOD_PTR_TO_VOFFSET): ... to here.
        * cp-valprint.c, p-valprint.c, eval.c: Include "cp-support.h".
        * Makefile.in: Update dependencies.
-       
+
        * exceptions.c: Do not include <setjmp.h>.
        (SIGJMP_BUF, SIGSETJMP, SIGLONGJMP): Delete macros.
-       (catch_exception, catch_exceptions_with_msg, catch_errors) 
+       (catch_exception, catch_exceptions_with_msg, catch_errors)
        (catch_command_errors): Use TRY_CATCH.
        (struct catcher): Use EXCEPTIONS_SIGJMP_BUF.
        (exceptions_state_mc_init): Rename catcher_init.
        (exceptions_state_mc_action_iter)
        (exceptions_state_mc_action_iter_1): New functions.
        * exceptions.h: Include <setjmp.h>.
-       (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP) 
+       (EXCEPTIONS_SIGJMP_BUF, EXCEPTIONS_SIGSETJMP)
        (EXCEPTIONS_SIGLONGJMP): Define.
        (exceptions_state_mc_init, exceptions_state_mc_action_iter)
        (exceptions_state_mc_action_iter_1): Declare.
        * ax-gdb.c, tracepoint.c: Update.
 
        * value.h (deprecated_value_lval_hack)
-       (deprecated_value_address_hack) 
-       (deprecated_value_internalvar_hack) 
+       (deprecated_value_address_hack)
+       (deprecated_value_internalvar_hack)
        (deprecated_value_regnum_hack): Declare.
-       (VALUE_LVAL, VALUE_ADDRESS, VALUE_INTERNALVAR) 
+       (VALUE_LVAL, VALUE_ADDRESS, VALUE_INTERNALVAR)
        (VALUE_FRAME_ID, VALUE_REGNUM): Use.
        * value.c (deprecated_value_lval_hack)
-       (deprecated_value_address_hack) 
-       (deprecated_value_internalvar_hack) 
+       (deprecated_value_address_hack)
+       (deprecated_value_internalvar_hack)
        (deprecated_value_regnum_hack): Define.
 
        * value.h (VALUE_POINTED_TO_OFFSET): Delete.
        * valprint.h (val_print_array_elements): Update.
        * ada-lang.h (ada_val_print, ada_aligned_value_addr)
        (ada_value_primitive_packed_val, ada_which_variant_applies): Update.
-       * ada-valprint.c (ada_val_print, struct ada_val_print_args) 
-       (ada_val_print_1, ada_print_floating, printable_val_type) 
-       (print_record, val_print_packed_array_elements) 
+       * ada-valprint.c (ada_val_print, struct ada_val_print_args)
+       (ada_val_print_1, ada_print_floating, printable_val_type)
+       (print_record, val_print_packed_array_elements)
        (print_field_values, print_variant_part): Update.
        * c-lang.h (c_val_print, cp_print_value_fields): Update.
        * c-valprint.c (c_val_print): Update.
        * m2-valprint.c (m2_val_print): Update.
        * p-lang.h (pascal_val_print): Update.
        (pascal_object_print_value_fields): Update.
-       * p-valprint.c (pascal_val_print) 
-       (pascal_object_print_value_fields, pascal_object_print_value) 
+       * p-valprint.c (pascal_val_print)
+       (pascal_object_print_value_fields, pascal_object_print_value)
        (pascal_object_print_value): Update.
        * scm-lang.h (scm_val_print): Update.
        * scm-valprint.c (scm_val_print): Update.
        (pascal_object_print_class_method): Make buffer a const bfd_byte.
        * p-valprint.c (pascal_object_print_class_method)
        (pascal_object_print_class_method): Ditto.
-       
+
        * language.h (struct language_defn): Make la_printstr's buffer
        parameter a const bfd_byte.
        * p-lang.h (pascal_printstr): Update function to match.
        * gdbarch.h, gdbarch.c: Regenerate.
        * mips-tdep.c (mips_integer_to_address): Update.
        * value.c (value_as_address): Update.
-       
+
        * cli/cli-dump.h (fopen_with_cleanup): Make "filename" const.
        * cli/cli-dump.c (dump_binary_file, dump_bfd_file): Make string
        parameters const, change buf to a const bfd_byte.
        (find_cris_op): Filter out CRISv32 instructions.  Tweaked comment and
        warning when unable to find step target.
        (CRISV10_ELF_NGREG, CRISV32_ELF_NGREG, crisv32_elf_gregset_t): Define.
-       (supply_gregset): Add struct gdbarch_tdep.  Set pseudo-PC register for 
+       (supply_gregset): Add struct gdbarch_tdep.  Set pseudo-PC register for
        CRISv32.
        (fetch_core_registers): Update for CRISv32.
        (cris_gdbarch_init): Set pc_regnum, register_type, num_regs,
        register_name, cannot_store_register, cannot_fetch_register,
        have_nonsteppable_watchpoint, single_step_through_delay for CRISv32.
-       
+
 2005-01-26  Nick Roberts  <nickrob@snap.net.nz>
 
        * interps.c (interpreter_exec_cmd): Use condition,
        * exceptions.c: Include "serial.h"
        (print_flush): Mimic flush code found in utils.c:quit.
        * Makefile.in: Update dependencies.
-       
+
 2005-01-19  Jim Blandy  <jimb@redhat.com>
 
        * configure.tgt: Set build_rdi_share to "yes" on those targets
        (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
        (child_insert_exec_catchpoint): Change return type to void.
        * target.c (update_current_target): Update.
-       (debug_to_insert_fork_catchpoint) 
-       (debug_to_insert_vfork_catchpoint) 
+       (debug_to_insert_fork_catchpoint)
+       (debug_to_insert_vfork_catchpoint)
        (debug_to_insert_exec_catchpoint): Update.
-       * inf-child.c (inf_child_insert_fork_catchpoint) 
-       (inf_child_insert_vfork_catchpoint) 
+       * inf-child.c (inf_child_insert_fork_catchpoint)
+       (inf_child_insert_vfork_catchpoint)
        (inf_child_insert_exec_catchpoint): Update.
        * breakpoint.c (insert_catchpoint): Update, do not throw an error.
-       * linux-nat.c (child_insert_fork_catchpoint) 
+       * linux-nat.c (child_insert_fork_catchpoint)
        (child_insert_vfork_catchpoint)
        (child_insert_exec_catchpoint): Update.
-       * inftarg.c (child_insert_fork_catchpoint) 
+       * inftarg.c (child_insert_fork_catchpoint)
        (child_insert_vfork_catchpoint,)
        (child_insert_exec_catchpoint): Update.
 
        * exceptions.c (throw_it): Free the old message after creating the
        new.
        * Makefile.in: Update dependencies.
-       
+
 2005-01-16  Mark Kettenis  <kettenis@gnu.org>
 
        * sparc64fbsd-tdep.c: Update copyright year.
        * thread.c (gdb_list_thread_ids, gdb_thread_select): Update.
        * breakpoint.c (gdb_breakpoint_query, gdb_breakpoint): Update.
        * remote-fileio.c (remote_fileio_request): Update.
-       
+
        * exceptions.h (exception_fprintf): Declare.
        (exception_print): Drop pre_print parameter.
        * mi/mi-main.c (mi_execute_command): Update exception_print call.
        * exceptions.c (exception_fprintf): New function.
        (print_exception): New function.
        (exception_print): Use print_exception.
-       
+
        * utils.c (error_output_message): Delete function.
        * defs.h (error_output_message): Delete declaration.
 
        (throw_vsilent): Delete declaration.
        * utils.c (error_silent): Delete function.
        * defs.h (error_silent): Delete declaration.
-       
+
        * mi/mi-main.c (mi_execute_command): Print the exception.
        * cli/cli-interp.c (safe_execute_command): Print the exception.
        * exceptions.h (exception_print): Declare.
        * mi/mi-interp.c: Include "exceptions.h".
        (mi_cmd_interpreter_exec, mi_interpreter_exec): Update to return
        'struct exception".
-       * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command) 
+       * cli/cli-interp.c (cli_interpreter_exec, safe_execute_command)
        (do_captured_execute_command): Update to use catch_exception.
        * interps.h: Include "exceptions.h".
        (interp_exec_ftype, interp_exec): Return "struct exception".
        * ada-valprint.c, ada-lang.c: Ditto.
        * Makefile.in (HFILES_NO_SRCDIR, COMMON_OBS): Add exceptions.h and
        exceptions.o.  Update all dependencies.
-       
+
 2005-01-11  Mark Kettenis  <kettenis@gnu.org>
 
        * config/i386/nm-fbsd.h: Update copyright year.
        * configure.in: Replace configdirs with multiple references to
        AC_CONFIG_SUBDIRS.
        * configure: Re-generate.
-       
+
 2005-01-05  Andreas Schwab  <schwab@suse.de>
 
        * ia64-tdep.c: Include "osabi.h".
 
 2005-01-05  Kevin Buettner  <kevinb@redhat.com>
 
-       * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on 
+       * ia64-tdep.c (ia64_gdbarch_init): Eliminate dependency on
        functions in ia64-aix-tdep.c.
        * ia64-tdep.h (ia64_aix_sigcontext_register_address): Remove
        function defined in ia64-aix-tdep.c.
This page took 0.040576 seconds and 4 git commands to generate.