summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***gdbadmin2004-01-241-1/+1
|
* 2004-01-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-238-47/+66
| | | | | | | | | | | | | | | | | | | * 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>David Carlton2004-01-2319-25/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add test for cp_lookup_transparent_type. * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to; call them.
* * gdb.mi/mi-var-child.exp: Update copyright year. Move new testDaniel Jacobowitz2004-01-232-5/+9
| | | | after -var-update.
* 2004-01-23 David Carlton <carlton@kealia.com>David Carlton2004-01-232-2/+68
| | | | | | | | | 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.
* * avr-tdep.c: Update copyright.Theodore A. Roth2004-01-232-13/+7
| | | | | (avr_iaddr_p): Delete unused function. (avr_saddr_p): Delete unused function.
* 2004-01-23 David Carlton <carlton@kealia.com>David Carlton2004-01-233-0/+18
| | | | | * gdb.cp/namespace.cc (C::ensureRefs): New. * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
* 2004-01-23 David Carlton <carlton@kealia.com>David Carlton2004-01-232-0/+6
| | | | | * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab. Fix for PR symtab/1534.
* *** empty log message ***gdbadmin2004-01-231-1/+1
|
* * NEWS (New native configurations): Mention OpenBSD/sparc andMark Kettenis2004-01-226-0/+20
| | | | | | | | | 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.
* * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.Mark Kettenis2004-01-222-0/+17
| | | | (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
* * ser-pipe.c (pipe_open): Use proper null pointer in execl call.Mark Kettenis2004-01-223-3/+6
| | | | * cli/cli-cmds.c (shell_escape): Likewise.
* * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): RecognizeMark Kettenis2004-01-222-0/+14
| | | | OpenBSD .note.openbsd.ident sections.
* 2004-01-22 David Carlton <carlton@kealia.com>David Carlton2004-01-222-44/+80
| | | | | | | | | * 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.
* *** empty log message ***gdb_6_2-branchpointgdb_6_1-branchpointgdbadmin2004-01-221-1/+1
|
* * osabi.c (MAX_NOTESZ): New define.Mark Kettenis2004-01-212-68/+84
| | | | | | (check_note): New function. (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using check_note.
* .Roland McGrath2004-01-211-7/+11
|
* 2004-01-21 Roland McGrath <roland@redhat.com>Roland McGrath2004-01-211-1/+2
| | | | * MAINTAINERS (write after approval): Add myself.
* * utils.c (init_page_info): Move declarations of `rows' andEli Zaretskii2004-01-212-5/+14
| | | | | | `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.
* * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).Eli Zaretskii2004-01-212-2/+6
|
* * infrun.c (handle_inferior_event): Check stop_stack_dummy if handlingPaul Brook2004-01-212-1/+6
| | | | BPSTAT_WHAT_CHECK_SHLIBS.
* * MAINTAINERS: Add myself to write-after-approval.Paul Brook2004-01-212-0/+5
|
* 2004-01-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-218-309/+16
| | | | | | | | | | | | | | | | | | * 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.
* 2004-01-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-214-27/+15
| | | | | | | * tui/tui-command.c: Update references. * tui/tui-io.c: Update references. * tui/tui-command.h: Update copyright. (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
* 2004-01-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-214-8/+7
| | | | | | | * 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.
* *** empty log message ***gdbadmin2004-01-211-1/+1
|
* 2004-01-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-208-60/+65
| | | | | | | | | | | | | | | | | | * 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>Andrew Cagney2004-01-202-2/+8
| | | | | * 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>Michael Chastain2004-01-2016-750/+582
| | | | | | | | | | | | | | | | | | | | | * 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 Michael Chastain <mec.gnu@mindspring.com> * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, MMAP_BASE_ADDRESS, MMAP_INCREMENT.
* 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-01-205-8/+106
| | | | | | | | | | * 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.
* Test for case "-var-list-children --all-values NAME".Nick Roberts2004-01-201-0/+4
|
* (test_stack_locals_listing): Test for case "-stack-list-locals 2".Nick Roberts2004-01-201-0/+5
|
* *** empty log message ***Nick Roberts2004-01-203-0/+25
|
* (GDB/MI Stack Manipulation): Describe extension to -stack-list-locals.Nick Roberts2004-01-201-6/+27
| | | | (GDB/MI Variable Objects): Describe extension to -var-list-children.
* (mi_cmd_var_list_children): Print the values of theNick Roberts2004-01-201-4/+18
| | | | children, if required.
* (mi_cmd_stack_list_locals): Print the name,Nick Roberts2004-01-201-13/+46
| | | | | type and value for simple data types and just the name and type for complex ones, if required.
* (enum print_values): Add definition.Nick Roberts2004-01-201-0/+6
|
* *** empty log message ***gdbadmin2004-01-201-1/+1
|
* * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): DeleteKevin Buettner2004-01-192-2/+5
| | | | unused declarations.
* 2004-01-19 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-196-407/+63
| | | | | | | | | | | | | | | * 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.
* * infrun.c (step_into_function): Account for possible breakpointKevin Buettner2004-01-192-0/+28
| | | | adjustment when computing ``stop_func_start''.
* * target.c (default_region_size_ok_for_hw_watchpoint): CompareKevin Buettner2004-01-192-1/+7
| | | | | the region size against the size of a pointer, not the size of a register as given by DEPRECATED_REGISTER_SIZE.
* 2004-01-19 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-197-114/+111
| | | | | | | | | | | | | | | | | | | | | | | | * tui/tui-regs.h: Include "tui-data.h". (tuiFirstRegElementNoInLine): Delete declaration. (tui_display_registers_from): Rename tuiDisplayRegistersFrom. (tui_last_regs_line_no): Rename tuiLastRegsLineNo. (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo. (tui_calculate_regs_column_count): Rename tuiCalculateRegsColumnCount. (tui_check_register_values): Rename tuiCheckRegisterValues. (tui_show_registers): Rename tuiShowRegisters. (tui_display_registers_from_line): Rename tuiDisplayRegistersFromLine. (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine. (tui_toggle_float_regs): Rename tuiToggleFloatRegs. (tui_first_reg_element_no_inline): Rename tuiFirstRegElementNoInLine. * tui/tui-data.h: Update copyright. (enum tui_register_display_type): Rename _TuiRegisterDisplayType. * tui/tui-windata.c: Update copyright, update references. * 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>Andrew Cagney2004-01-194-33/+65
| | | | | | | | | | | | | | | | | | | | * tui/tui-io.c: Update copyright. (key_is_end_sequence, key_is_backspace): New functions. (key_is_command_char, key_is_start_sequence): New function. (tui_getc): Update references. * tui/tui-io.h: Update copyright. (m_tuiStartNewLine): Delete macro. (m_isBackspace, m_isDeleteChar): Delete macros. (m_isDeleteLine, m_isDeleteToEol): Delete macros. (m_isNextPage, m_isPrevPage): Delete macros. (m_isLeftArrow, m_isRightArrow): Delete macros. (m_isXdbStyleCommandChar): Delete macro. (key_is_start_sequence): Declare, replace m_isStartSequence. (key_is_end_sequence): Declare, replace m_isEndSequence. (key_is_backspace): Declare ,replace m_isBackspace. (key_is_command_char): Declare, replace m_isCommandChar. * tui/tui-command.c: Update copyright. (tuiDispatchCtrlChar): Update references.
* 2004-01-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-192-2/+3
| | | | | * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and tuiSourceWin.h.
* 2004-01-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-1930-173/+231
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tui/tui-command.c: Rename tui/tuiCommand.c. * tui/tui-command.h: Rename tui/tuiCommand.h. * tui/tui-data.c: Rename tui/tuiData.c. * tui/tui-data.h: Rename tui/tuiData.h. * tui/tui-disasm.c: Rename tui/tuiDisassem.c. * tui/tui-disasm.h: Rename tui/tuiDisassem.h. * tui/tui-io.c: Rename tui/tuiIO.c. * tui/tui-io.h: Rename tui/tuiIO.h. * tui/tui-layout.c: Rename tui/tuiLayout.c. * tui/tui-layout.h: Rename tui/tuiLayout.h. * tui/tui-regs.c: Rename tui/tuiRegs.c. * tui/tui-regs.h: Rename tui/tuiRegs.h. * tui/tui-source.c: Rename tui/tuiSource.c. * tui/tui-source.h: Rename tui/tuiSource.h. * tui/tui-stack.c: Rename tui/tuiStack.c. * tui/tui-stack.h: Rename tui/tuiStack.h. * tui/tui-win.c: Rename tui/tuiWin.c. * tui/tui-win.h: Rename tui/tuiWin.h. * tui/tui-windata.c: Rename tui/tuiDataWin.c. * tui/tui-windata.h: Rename tui/tuiDataWin.h. * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c. * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h. * tui/tui-winsource.c: Rename tui/tuiSourceWin.c. * tui/tui-winsource.h: Rename tui/tuiSourceWin.h. * tui/tui-file.c: Update includes. * tui/tui-hooks.c: Update includes. * tui/tui-interp.c: Update includes. * tui/tui.c: Update includes. * Makefile.in: Update all tui/ dependencies. (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
* 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-01-192-25/+30
| | | | * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
* 2004-01-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-192-96/+97
| | | | * Makefile.in: Update copyright. Update dependencies.
* 2004-01-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-192-1/+6
| | | | | * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile problem.
* 2004-01-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-01-192-2/+4
| | | | | * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register instead of register_gdbarch_init.