2004-01-26 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 489443202afa1bd39e125017ce427d54a6fac59d..cffe7f50885b0eff2705a69a106ab47015fcf2a6 100644 (file)
@@ -1,3 +1,409 @@
+2004-01-26  Andrew Cagney  <cagney@redhat.com>
+
+       * breakpoint.c (catch_command_1): Delete #ifdef code.
+       (catch_fork_command_1): Delete #ifdef wrapper.
+       (catch_exec_command_1): Ditto.
+       (catch_load_command_1): Ditto.
+       (catch_unload_command_1): Ditto.
+
+       * breakpoint.c (watchpoint_check): Delete #if0ed variable.
+       (catch_breakpoint): Delete #if0ed function.
+       (disable_catch_breakpoint): Ditto.
+       (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
+       (disable_catch, enable_catch, delete_catch): Ditto.
+
+2004-01-26  Andrew Cagney  <cagney@redhat.com>
+
+       * remote.c (echo_check, quit_flag): Delete variables.
+       (cisco_kernel_mode): Delete variable.
+       (minitelnet_return, tty_input, escape_count): Delete variables.
+       (remote_cisco_mode): Delete variable.
+       (remote_cisco_open, remote_cisco_close): Delete function.
+       (remote_cisco_mourn, remote_cisco_wait): Delete function.
+       (init_remote_cisco_ops): Delete function.
+       (_initialize_remote): Do not install "remote cisco" code.
+       (read_frame): Delete cisco specific code.
+       (remote_info_process): Delete function.
+       (remote_wait): Delete cisco specific code.
+       (remote_cisco_section_offsets): Delete function.
+       (remote_cisco_objfile_relocate): Delete function.
+       (remote_async_wait): Delete cisco specific code.
+       (minitelnet, readtty, readsocket): Delete function.
+
+2004-01-26  Andrew Cagney  <cagney@redhat.com>
+
+       * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate.  Add
+       comments mentioning extract_returned_value_address.
+       * infcmd.c (print_return_value): Update.  Add comments on
+       extract_returned_value_address.
+       * stack.c (return_command): Add comments on
+       extract_returned_value_address.
+       * values.c: Update comment.
+       * m32r-tdep.c: Update comment.
+       * sparc-tdep.c: Update comment.
+       * ia64-tdep.c (ia64_use_struct_convention): Update comment.
+       * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
+       * sh64-tdep.c (sh64_gdbarch_init): Update.
+       * sh-tdep.c (sh_gdbarch_init): Update.
+       * s390-tdep.c (s390_gdbarch_init): Update.
+       * rs6000-tdep.c (rs6000_gdbarch_init): Update.
+       * m68klinux-tdep.c (m68k_linux_init_abi): Update.
+       * m68k-tdep.c (m68k_gdbarch_init): Update.
+       * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
+       * m32r-tdep.c (m32r_gdbarch_init): Update.
+       * ia64-tdep.c (ia64_gdbarch_init): Update.
+       * h8300-tdep.c (h8300_gdbarch_init): Update.
+       * frv-tdep.c (frv_gdbarch_init): Update.
+       * arm-tdep.c (arm_gdbarch_init): Update.
+       * alpha-tdep.c (alpha_gdbarch_init): Update.
+
+2004-01-26  Andrew Cagney  <cagney@redhat.com>
+
+       * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
+       SYMBOL_LOCATION_FUNCS
+       (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
+       "struct symbol_ops".
+       * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
+       type to "struct symbol_ops".
+       * symtab.h (struct symbol_ops): Rename "struct location_funcs".
+       (struct symbol): Replace ".aux_value.loc.funcs" and
+       ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
+       (SYMBOL_OBJFILE): Delete macro.
+       (SYMBOL_LOCATION_FUNCS): Delete macro.
+       (SYMBOL_LOCATION_BATON): Update.
+       * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
+       intead of SYMBOL_LOCATION_FUNCS.
+       * ax-gdb.c (gen_var_ref): Ditto.
+       * printcmd.c (address_info): Ditto.
+       * findvar.c (read_var_value): Ditto.
+       (symbol_read_needs_frame): Ditto.
+
+2004-01-26  Andrew Cagney  <cagney@redhat.com>
+
+       * dwarf2read.c (read_func_scope): Document frame-base hack.
+
+2004-01-25  Mark Kettenis  <kettenis@gnu.org>
+
+       * infcmd.c (print_return_value): Plug memory leak; delete
+       ui_stream object.  Rename argument `structure_return' to
+       `struct_return'.
+
+2004-01-25  Mark Kettenis  <kettenis@gnu.org>
+
+       * infcmd.c (print_return_value): Wrap long lines.
+       (finish_command_continuation, finish_command): Remove unused
+       variable `funcaddr'.  Fix some coding-standards problems.
+
+       * sparc-tdep.c (sparc_regset_from_core_section): Check whether
+       SECT_SIZE is large enough, not wheter it's exactly the right size.
+       (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
+       TDEP->fpregset to zero.
+
+       * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
+       floating-point registers for traditional NetBSD core files.
+       (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
+       TDEP->sizeof_fpregset here.
+
+2004-01-25  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
+       * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
+       function with code split out from
+       sparc32nbsd_sigcontext_frame_cache.
+       (sparc32nbsd_sigcontext_frame_cache): Use
+       sparc32nbsd_sigcontext_saved_regs.
+       (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
+       OpenBSD.
+       * sparcobsd-tdep.c: New file.
+       * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
+       (sparcobsd-tdep.o): New dependency.
+       * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
+       * config/sparc/obsd.mt: New file.
+
+       * sparc-tdep.c (sparc32_gdbarch_init): Don't require
+       TDEP->fpregset to be initialized to enable core file register
+       sets.
+
+2004-01-24  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
+       Add opaque declarations.
+       (sparc64nbsd_sigcontext_saved_regs): New prototype.
+       * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
+       function with code split out from
+       sparc64nbsd_sigcontext_frame_cache.
+       (sparc64nbsd_sigcontext_frame_cache): Use
+       sparc64nbsd_sigcontext_saved_regs.
+       (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
+       OpenBSD.
+       * sparc64obsd-tdep.c: New file.
+       * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
+       (sparc64obsd-tdep.o): New dependency.
+       * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
+       gdb_osabi to GDB_OSABI_OPENBSD_ELF.
+       * config/sparc/obsd64.mt: New file.
+
+       * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
+       read the instruction at PC.
+
+       * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
+       value of GDB_OSABI_DEFAULT.
+       (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
+       instead of GDB_OSABI_NETBSD_AOUT.
+
+2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
+
+       * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
+       copyright.
+
+2004-01-23  Andrew Cagney  <cagney@redhat.com>
+
+       * printcmd.c (display_command): Replace tui_set_display call with
+       tui_set_layout_for_display_command.
+       * tui/tui.h (enum tui_win_type): Define.
+       (tui_set_layout): Delete declaration.
+       (tui_set_layout_for_display_command): Rename set_tui_layout.
+       * tui/tui-data.h (enum tui_layout_type): Define.
+       * tui/tui-layout.h: Update copyright.  Include "tui-data.h" and
+       "tui.h".
+       (tui_add_win_to_layout): Rename tuiAddWinToLayout.
+       (tui_default_win_height): Rename tuiDefaultWinHeight.
+       (tui_default_win_viewport_height): Rename
+       tuiDefaultWinViewportHeight.
+       (tui_set_layout): RenametuiSetLayout.
+       * tui/tui-layout.c: Update references.
+       * tui/tui.c: Update references.
+       * tui/tui-disasm.c: Update references.
+
+2004-01-23  David Carlton  <carlton@kealia.com>
+
+       Partial workaround for PR c++/1511:
+       * cp-namespace.c: Include frame.h.
+       (cp_lookup_transparent_type): New
+       (cp_lookup_transparent_type_loop): New.
+       * cp-support.h: Declare cp_lookup_transparent_type.
+       * symtab.c (basic_lookup_transparent_type): Renamed from
+       lookup_transparent_type.
+       (lookup_transparent_type): Replace old body by a call to
+       current_language->la_lookup_transparent_type.
+       * symtab.h: Update copyright.  Declare
+       basic_lookup_transparent_type.
+       * language.h: Update copyright.
+       (struct language_defn): Add la_lookup_transparent_type.
+       * language.c: Update copyright.
+       (unknown_language_defn): Add basic_lookup_transparent_type.
+       (auto_language_defn): Add basic_lookup_transparent_type.
+       (local_language_defn): Add basic_lookup_transparent_type.
+       * ada-lang.c: Update copyright.
+       (ada_language_defn): Add basic_lookup_transparent_type.
+       * c-lang.c: Update copyright.
+       (c_language_defn): Add basic_lookup_transparent_type.
+       (cplus_language_defn): Add basic_lookup_transparent_type.
+       (asm_language_defn): Add basic_lookup_transparent_type.
+       (minimal_language_defn): Add basic_lookup_transparent_type.
+       * f-lang.c: Update copyright.
+       (f_language_defn): Add basic_lookup_transparent_type.
+       * jv-lang.c: Update copyright.
+       (java_language_defn): Add basic_lookup_transparent_type.
+       * m2-lang.c: Update copyright.
+       (m2_language_defn): Add basic_lookup_transparent_type.
+       * objc-lang.c: Update copyright.
+       (objc_language_defn): Add basic_lookup_transparent_type.
+       * p-lang.c: Update copyright.
+       (p_language_defn): Add basic_lookup_transparent_type.
+       * scm-lang.c: Update copyright.
+       (scm_language_defn): Add basic_lookup_transparent_type.
+       * Makefile.in (cp-namespace.o): Depend on frame.h.
+
+2004-01-23  David Carlton  <carlton@kealia.com>
+
+       Patch for PR c++/1520:
+       * dwarf2read.c (read_func_scope): Set processing_current_prefix
+       properly if we have a specification die.
+       (determine_prefix_aux): Rename from determine_prefix.
+       (determine_prefix): Like the old determine_prefix, but never
+       returns NULL.
+
+2004-01-23  Theodore A. Roth  <troth@openavr.org>
+
+       * avr-tdep.c: Update copyright.
+       (avr_iaddr_p): Delete unused function.
+       (avr_saddr_p): Delete unused function.
+
+2004-01-23  David Carlton  <carlton@kealia.com>
+
+       * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
+       Fix for PR symtab/1534.
+
+2004-01-23  Mark Kettenis  <kettenis@gnu.org>
+
+       * NEWS (New native configurations): Mention OpenBSD/sparc and
+       OpenBSD/sparc64.
+       * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
+       * configure.host: Likewise.
+       * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
+       handler for OpenBSD.
+       * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
+
+2004-01-22  Mark Kettenis  <kettenis@gnu.org>
+
+       * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
+       (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
+
+       * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
+       * cli/cli-cmds.c (shell_escape): Likewise.
+
+       * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
+       OpenBSD .note.openbsd.ident sections.
+
+2004-01-22  David Carlton  <carlton@kealia.com>
+
+       * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
+       get_scope_pc_bounds.
+       (read_file_scope): Ditto.
+       (get_scope_pc_bounds): New function, produced by extracting code
+       from the above two functions, consolidating it, and adding support
+       for DW_TAG_namespace.
+
+2004-01-22  Mark Kettenis  <kettenis@gnu.org>
+
+       * osabi.c (MAX_NOTESZ): New define.
+       (check_note): New function.
+       (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
+       check_note.
+
+2004-01-21  Roland McGrath  <roland@redhat.com>
+
+       * MAINTAINERS (write after approval): Add myself.
+
+2004-01-21  Eli Zaretskii  <eliz@gnu.org>
+
+       * utils.c (init_page_info): Move declarations of `rows' and
+       `cols' before the __GO32__-specific code.  Move the closing brace
+       outside the #ifdef __GO32__..#endif block.
+       [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
+
+2004-01-21  Paul Brook  <paul@codesourcery.com>
+
+       * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
+       BPSTAT_WHAT_CHECK_SHLIBS.
+
+2004-01-21  Paul Brook  <paul@codesourcery.com>
+
+       * MAINTAINERS: Add myself to write-after-approval.
+
+2004-01-20  Andrew Cagney  <cagney@redhat.com>
+
+       * ax-gdb.c (print_axs_value): Delete unused function.
+       * jv-lang.c (java_lookup_type): Delete unused function.
+       * cli/cli-dump.c (dump_filetype): Delete unused function.
+       * remote-mips.c (remote_mips_insert_hw_breakpoint)
+       (remote_mips_remove_hw_breakpoint): Delete unused functions.
+       (mips_getstring): Delete unused function.
+       (pmon_insert_breakpoint): Delete #if0ed function.
+       (PMON_MAX_BP): Delete #if0ed MACRO.
+       (mips_pmon_bp_info): Delete #if0ed variable.
+       (pmon_remove_breakpoint): Delete #if0ed function.
+       * monitor.c (monitor_write_even_block): Delete unused function.
+       (monitor_write_memory_block): Delete #if0ed code.
+       * dink32-rom.c (dink32_load): Delete unused function.
+       (_initialize_dink32_rom): Delete #if0ed code.
+       * d10v-tdep.c (d10v_daddr_p): Delete unused function.
+
+       * tui/tui-command.c: Update references.
+       * tui/tui-io.c: Update references.
+       * tui/tui-command.h: Update copyright.
+       (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
+
+       * source.c (ambiguous_line_spec): Delete never-defined function.
+       * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
+       * gdbtypes.c (add_name, add_mangled_type): Ditto.
+       * cli/cli-cmds.c (validate_comname): Ditto.
+
+       * tui/tui-disasm.h: Update copyright.  Include "tui.h" and
+       "tui-data.h".
+       (tui_set_disassem_content): Rename tuiSetDisassemContent.
+       (tui_show_disassem): Rename tuiShowDisassem.
+       (tui_show_disassem_and_update_source): Rename
+       tuiVerticalDisassemScroll.
+       (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
+       (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
+       * tui/tui.h: Update copyright.
+       (enum tui_status): Define.
+       * tui/tui-data.h (enum tui_scroll_direction): Define.
+       * tui/tui-disasm.c: Update copyright.  Update references.
+       * tui/tui-winsource.c:  Update copyright.  Update references.
+       * tui/tui-win.c: Update references.
+       * tui/tui-layout.c: Update references.
+
+2004-01-20  Andrew Cagney  <cagney@redhat.com>
+
+       * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
+       sym2 to start of block.
+
+2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * MAINTAINERS: Delete mmalloc.
+       * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
+       * NEWS: Mention removal of --with-malloc.
+       * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
+       * config.in: Regenerate.
+       * configure: Regenerate.
+       * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
+       USE_MMALLOC, MMCHECK_FORCE.
+       * gdbinit.in: Remove mmalloc.
+       * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
+       * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
+       * config/i386/go32.mh: Likewise.
+       * config/i386/interix.mh: Likewise.
+       * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
+
+2004-01-19  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * linespec.c (decode_variable, symtab_from_filename):  Call
+       error_silent with error message instead of throwing an exception
+       directly.
+       * defs.h (error_silent, error_output_message): Add prototypes.
+       (catch_exceptions_with_msg): Ditto.
+       * utils.c (error_silent, error_output_message): New functions.
+       * top.c (catch_exceptions_with_msg): New function.
+
+2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
+
+       * mi/mi-cmds.h (enum print_values): Add definition.
+
+       * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
+       type and value for simple data types and just the name and type
+       for complex ones, if required.
+
+       * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
+       children, if required.
+
+2004-01-19  Kevin Buettner  <kevinb@redhat.com>
+
+       * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
+       unused declarations.
+
+2004-01-19  Andrew Cagney  <cagney@redhat.com>
+
+       * top.h (mapped_symbol_files): Delete declaration.
+       * main.c (captured_main): Delete option "m" and "mapped".
+       * objfiles.c (mapped_symbol_files): Delete variable.
+       * symfile.c (symbol_file_command): Delete mmap code.
+       (symbol_file_add_with_addrs_or_offsets): Ditto.
+       (add_symbol_file_command, reread_separate_symbols): Ditto.
+       * objfiles.h (OBJF_MAPPED): Delete.
+       * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
+       (free_objfile) [USE_MMALLOC]: Ditto.
+       (open_existing_mapped_file): Delete function.
+       (open_mapped_file): Delete function.
+       (map_to_file): Delete function.
+
+2004-01-19  Kevin Buettner  <kevinb@redhat.com>
+
+       * infrun.c (step_into_function): Account for possible breakpoint
+       adjustment when computing ``stop_func_start''.
+
 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
 
        * target.c (default_region_size_ok_for_hw_watchpoint): Compare
        * tui/tui-regs.c: Update copyright, update references.
        * tui/tui-win.c: Update copyright, update references.
        * tui/tui-layout.c: Update copyright, update references.
-       
+
 2004-01-18  Andrew Cagney  <cagney@redhat.com>
 
        * tui/tui-io.c: Update copyright.
        * mi/ChangeLog-1999-2003: New file.
        * tui/ChangeLog: Delete file.  Renamed to ...
        * tui/ChangeLog-1998-2003: New file.
-       
+
 2004-01-11  Mark Kettenis  <kettenis@gnu.org>
 
        * sparc64nbsd-tdep.c: Include "regset.h".
        * cp-namespace.c: Rename processing_current_namespace to
        processing_current_prefix.
         Update copyright year.
-       
+
 2004-01-09  Andrew Cagney  <cagney@redhat.com>
 
        * jv-valprint.c, ser-unix.c: Add missing copyright years.
        * disasm.c: Update copyright to include 2004.
        (do_mixed_source_and_assembly): For uiout asm list
        and tuple cleanups, initialize to null_cleanup instead of
-       NULL and do so prior to loop.  Only reset when we close off 
+       NULL and do so prior to loop.  Only reset when we close off
        the tuple/list.  Move check for whether to close off the
-       asm tuple/list to after dump_insns call where it will be run 
+       asm tuple/list to after dump_insns call where it will be run
        on each loop iteration.
 
 2004-01-05  Andrew Cagney  <cagney@redhat.com>
        tm-vxsparc.h.
        * config/sparc/vxworks.mt: New file, based on recently removed
        vxworks.mt.
-       
+
 2004-01-03  J. Brobecker  <brobecker@gnat.com>
 
        * infrun.c (handle_step_into_function): New function.
        (_initialize_sparc64fbsd_nat): Remove initialization of
        sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
        sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
-       sparcbsd_fpreg_supplies_p.  Initialize sparc_gregset.   
+       sparcbsd_fpreg_supplies_p.  Initialize sparc_gregset.
        * sparc64fbsd-tdep.c: Update copyright year.  Include "frame.h",
        "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
        (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
This page took 0.028506 seconds and 4 git commands to generate.