* cris-dis.c (format_hex): Remove ineffective warning fix.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index d392c9a2096c5685974f1719a784d0dea23456b5..72983a7ca1f87c024a593d3d218783d48257b3e0 100644 (file)
@@ -1,5 +1,256 @@
+2005-02-23  Jim Blandy  <jimb@redhat.com>
+
+       * disasm.c (gdb_disassemble_info): Call disassemble_init_for_target.
+
+2005-02-23  Andrew Cagney  <cagney@gnu.org>
+
+       * cli/cli-dump.c (dump_bfd_file): Replace magic constant with
+       SEC_XXX flags.
+
+2005-02-22  Andrew Cagney  <cagney@gnu.org>
+
+       * 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.
+       * infptrace.c (store_register): Fix typo.
+
+2005-02-21  Andrew Cagney  <cagney@gnu.org>
+
+       * command.h (deprecated_add_set_cmd): Rename add_set_cmd.
+       * cli/cli-decode.h (add_set_cmd): Delete declaration.
+       * cli/cli-decode.c (deprecated_add_set_cmd): Rename add_set_cmd.
+       * i386-nat.c (_initialize_i386_nat): Update call.
+       * valprint.c (_initialize_valprint): Update comment.
+       * gnu-nat.c (_initialize_gnu_nat): Update call.
+
+2005-02-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * elfread.c (elf_symtab_read): Discard section syms.
+
+2005-02-21  Andrew Cagney  <cagney@gnu.org>
+
+       * cli/cli-decode.c (add_set_enum_cmd): Delete function.
+       (deprecated_add_show_from_set): Delete function.
+       * command.h (add_set_enum_cmd): Delete declaration.
+       (deprecated_add_show_from_set): Delete declaration.
+       * cli/cli-decode.h (add_set_enum_cmd): Delete declaration.
+       (deprecated_add_show_from_set): Delete declaration.
+       * arm-tdep.c (_initialize_arm_tdep): Update comment.
+       * kod.c (kod_set_os): Simplify.
+       * infrun.c (set_schedlock_func): Simplify.
+       * cli/cli-dump.c (add_dump_command): Update comment.
+
+       Replace string variables with a filename completer with
+       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
+       NULL command's value.
+       * kod.c, language.c, ocd.c, remote-e7000.c, remote-mips.c: Update.
+       * remote-sds.c, remote.c, symfile.c, top.c: Update.
+
+2005-02-20  Andrew Cagney  <cagney@gnu.org>
+
+       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) 
+       (do_setshow_command): Handle var_optional_filename.
+       * command.h (enum var_types): Add var_optional_filename.
+       (add_setshow_optional_filename_cmd): Declare.
+       * infcmd.c (notice_args_read): Use.
+
+       * symfile-mem.c (symbol_file_add_from_memory): Pass
+       target_read_memory to bfd_elf_bfd_from_remote_memory.
+       (do_target_read_memory): Delete.
+
+2005-02-16  Mark Kettenis  <kettenis@gnu.org>
+
+       * value.h (value_contents_equal): New prototype.
+       * value.c (value_contents_equal): New function.
+       * varobj.c: Include "exceptions.h" and "gdb_assert.h".  Don't
+       include <math.h>.
+       (varobj_set_value): Initialize error to zero.
+       (varobj_update): Rename error2 to error and initialize it to zero.
+       Slightly change the wording of some comments.
+       (my_value_equal): Reimplement using TRY_CATCH and
+       value_contents_equal.
+
+2005-02-18  Andrew Cagney  <cagney@gnu.org>
+
+       * 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.
+
+       Use add_setshow_zinteger_cmd through out.  Re-sync gdbarch.sh
+       and gdbarch.c.
+       * breakpoint.c, frame.c, gdb-events.sh, gdbarch.sh: Update.
+       * gdbtypes.c, infrun.c, linux-nat.c, maint.c, monitor.c: Update.
+       * pa64solib.c, parse.c, remote-mips.c, ser-go32.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.
+       * monitor.c, p-valprint.c, pa64solib.c, printcmd.c: Update.
+       * proc-api.c, remote-mips.c, remote.c, solib.c: Update.
+       * somsolib.c, symfile.c, top.c, utils.c, valops.c: Update.
+       * valprint.c, win32-nat.c, wince.c, xcoffsolib.c: Update.
+       * cli/cli-cmds.c: Update.
+
+2005-02-17  Andrew Cagney  <cagney@gnu.org>
+
+       * cli/cli-decode.c (add_setshow_filename_cmd): Set the completer
+       to filename_completer.
+       * solib.c (_initialize_solib, reload_shared_libraries): Use
+       add_setshow_filename_cmd.
+       * serial.c (_initialize_serial): Ditto.
+       * remote-utils.c (_initialize_sr_support): Ditto.
+
+       * cli/cli-decode.c (add_setshow_string_noescape_cmd): New function.
+       * command.h (add_setshow_string_noescape_cmd): Declare.
+       * wince.c (_initialize_wince): Use.
+       * symfile.c (_initialize_symfile): Use.
+       (set_ext_lang_command): Update declaration.
+       * corefile.c (_initialize_core): Use.
+
+       * cli/cli-decode.c (add_setshow_cmd_full, 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): Delete
+       fprint_setshow parameter.
+       * command.h (fprint_setshow_ftype): Delete.
+       (add_setshow_cmd_full, 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): Delete
+       fprint_setshow parameter.
+       * aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
+       * complaints.c, cris-tdep.c, dwarf2read.c, frame.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.
+       * command.h (show_value_ftype): Define.
+       (deprecated_show_value_hack): Declare.
+       (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): Change type of show_func to
+       show_value_ftype.
+       * cli/cli-decode.h (struct cmd_list_element): Replace
+       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_zinteger_cmd): Update.
+       * complaints.c (complaints_show_value): Replace
+       fprint_setshow_complaints.
+       (_initialize_complaints): Update.
+       * mips-tdep.c (show_mask_address): Update.
+       * arm-tdep.c (show_fp_model): Update.
+       * 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) 
+       (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_vcont_packet_cmd): Update.
+
+2005-02-16  Mark Kettenis  <kettenis@gnu.org>
+
+       * wrapper.h: Update copyright year.  Properly wrap a few
+       prototypes.
+       (struct gdb_wrapper_arguments): Remove forward declaration.
+       * wrapper.c: Update copyright year.  Include "ui-out.h".
+       (struct gdb_wrapper_arguments): Remove.
+       (struct captured_value_struct_elt_args): Remove.
+       (wrapper_parse_exp_1, wrap_evaluate_expression)
+       (wrap_value_fetch_lazy, wrap_value_equal, wrap_value_assign)
+       (wrap_value_subscript, wrap_value_ind, wrap_parse_and_eval_type)
+       (do_captured_value_struct_elf): Remove functions.
+       (gdb_parse_exp_1, gdb_evaluate_expression, gdb_value_fetch_lazy)
+       (gdb_value_equal, gdb_value_assign, gdb_value_subscript)
+       (gdb_value_ind, gdb_parse_and_eval_type, gdb_value_struct_elt):
+       Re-implement using TRY_CATCH.
+
+2005-02-16  Yoshinori Sato  <ysato@users.sourceforge.jp>
+
+       * remote-e7000.c: unuse TM_FILE defined macro.
+       (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.
+       (amd64_linux_sigtramp_start): Use sizeof operator instead of
+       LINUX_SIGTRAMP_LEN.
+
+2004-02-15  Joel Brobecker  <brobecker@gnat.com>
+
+       From Paul Hilfinger <hilfinger@gnat.com>
+       * dwarf2read.c (new_symbol): Use SYMBOL_SEARCH_NAME rather than
+       SYMBOL_NATURAL_NAME to set type names.
+
+2005-02-15  Andrew Cagney  <cagney@gnu.org>
+
+       Mark up add_com, add_info and add_prefix_cmd.
+       * breakpoint.c, cp-support.c, dcache.c, dwarf2read.c: Update.
+       * exec.c, f-valprint.c, frame.c, gcore.c, gnu-nat.c: Update.
+       * go32-nat.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
+       * kod.c, language.c, linux-nat.c, m32r-rom.c, macrocmd.c: Update.
+       * maint.c, memattr.c, mips-tdep.c, nto-procfs.c, objc-lang.c: Update.
+       * ocd.c, pa64solib.c, printcmd.c, procfs.c, regcache.c: Update.
+       * remote-e7000.c, remote-m32r-sdi.c, remote-mips.c: Update.
+       * remote-sds.c, remote-sim.c, remote-st.c, remote-utils.c: Update.
+       * remote.c, rs6000-tdep.c, ser-go32.c, serial.c: Update.
+       * sh-tdep.c, solib.c, somsolib.c, source.c, stack.c: Update.
+       * symfile.c, symtab.c, target.c, thread.c, top.c: Update.
+       * tracepoint.c, typeprint.c, utils.c, valprint.c: Update.
+       * win32-nat.c, xcoffsolib.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
+       * cli/cli-logging.c, tui/tui-layout.c, tui/tui-regs.c: Update.
+       * tui/tui-stack.c, tui/tui-win.c: Update.
+
 2005-02-14  Andrew Cagney  <cagney@gnu.org>
 
+       * config/h8300/h8300.mt (DEPRECATED_TM_FILE): Delete.
+       * config/h8300/tm-h8300.h: Delete file.
+
        Mark up add_cmd.
        * arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
        * cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
This page took 0.034451 seconds and 4 git commands to generate.