* cris-dis.c (format_hex): Remove ineffective warning fix.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 77f9f3eb32384cfa58235c46ad52862b43d8760a..72983a7ca1f87c024a593d3d218783d48257b3e0 100644 (file)
@@ -1,3 +1,120 @@
+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
This page took 0.026448 seconds and 4 git commands to generate.