aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2004-01-26*** empty log message ***gdbadmin1-1/+1
2004-01-25* infcmd.c (print_return_value): Plug memory leak; deleteMark Kettenis2-19/+23
ui_stream object. Rename argument `structure_return' to `struct_return'.
2004-01-25* infcmd.c (print_return_value): Wrap long lines.Mark Kettenis2-42/+50
(finish_command_continuation, finish_command): Remove unused variable `funcaddr'. Fix some coding-standards problems.
2004-01-25* sparc-tdep.c (sparc_regset_from_core_section): Check whetherMark Kettenis2-4/+9
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.
2004-01-25Fix Typo.Mark Kettenis1-1/+1
2004-01-25* sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also sipply theMark Kettenis2-4/+15
floating-point registers for traditional NetBSD core files. (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and TDEP->sizeof_fpregset here.
2004-01-25* sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.Mark Kettenis7-50/+254
* 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.
2004-01-25Fix typo.Mark Kettenis1-1/+1
2004-01-25* sparc-tdep.c (sparc32_gdbarch_init): Don't requireMark Kettenis2-1/+7
TDEP->fpregset to be initialized to enable core file register sets.
2004-01-25*** empty log message ***gdbadmin1-1/+1
2004-01-24* sparc64-tdep.h (stryct_frame_info, struct trad_frame_saved_reg):Mark Kettenis7-49/+301
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.
2004-01-242004-01-24 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain4-185/+164
* lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler. * lib/compiler.cc: Likewise. * lib/gdb.exp (get_compiler_info): Always call gdb_compile to get the right preprocessor. Eval the output directly. Remove special tests for hp_cc_compiler and hp_aCC_compiler. Remove hp_f77_compiler and hp_f90_compiler completely. (gdb_preprocess): Delete. (get_compiler): Delete.
2004-01-24* sparc-tdep.c (sparc_fetch_instruction): Return zero if we can'tMark Kettenis2-1/+6
read the instruction at PC.
2004-01-24* sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on theMark Kettenis2-1/+21
value of GDB_OSABI_DEFAULT. (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE instead of GDB_OSABI_NETBSD_AOUT.
2004-01-24* gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: IncludeMark Kettenis4-0/+10
<string.h>.
2004-01-24 * gdb.texinfo (KOD): Document "show os". Add index entries forEli Zaretskii2-4/+16
"set/show os" and "info cisco" commands.
2004-01-24Update copyright year.Nick Roberts4-4/+4
2004-01-24*** empty log message ***Nick Roberts2-0/+9
2004-01-24*** empty log message ***gdbadmin1-1/+1
2004-01-232004-01-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney8-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-232004-01-23 David Carlton <carlton@kealia.com>David Carlton19-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.
2004-01-23 * gdb.mi/mi-var-child.exp: Update copyright year. Move new testDaniel Jacobowitz2-5/+9
after -var-update.
2004-01-232004-01-23 David Carlton <carlton@kealia.com>David Carlton2-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.
2004-01-23* avr-tdep.c: Update copyright.Theodore A. Roth2-13/+7
(avr_iaddr_p): Delete unused function. (avr_saddr_p): Delete unused function.
2004-01-232004-01-23 David Carlton <carlton@kealia.com>David Carlton3-0/+18
* gdb.cp/namespace.cc (C::ensureRefs): New. * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
2004-01-232004-01-23 David Carlton <carlton@kealia.com>David Carlton2-0/+6
* symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab. Fix for PR symtab/1534.
2004-01-23*** empty log message ***gdbadmin1-1/+1
2004-01-22* NEWS (New native configurations): Mention OpenBSD/sparc andMark Kettenis6-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.
2004-01-22* sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.Mark Kettenis2-0/+17
(_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
2004-01-22* ser-pipe.c (pipe_open): Use proper null pointer in execl call.Mark Kettenis3-3/+6
* cli/cli-cmds.c (shell_escape): Likewise.
2004-01-22* osabi.c (generic_elf_osabi_sniff_abi_tag_sections): RecognizeMark Kettenis2-0/+14
OpenBSD .note.openbsd.ident sections.
2004-01-222004-01-22 David Carlton <carlton@kealia.com>David Carlton2-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.
2004-01-22*** empty log message ***gdb_6_2-branchpointgdb_6_1-branchpointgdbadmin1-1/+1
2004-01-21* osabi.c (MAX_NOTESZ): New define.Mark Kettenis2-68/+84
(check_note): New function. (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using check_note.
2004-01-21.Roland McGrath1-7/+11
2004-01-212004-01-21 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+2
* MAINTAINERS (write after approval): Add myself.
2004-01-21 * utils.c (init_page_info): Move declarations of `rows' andEli Zaretskii2-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.
2004-01-21 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).Eli Zaretskii2-2/+6
2004-01-21 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handlingPaul Brook2-1/+6
BPSTAT_WHAT_CHECK_SHLIBS.
2004-01-21 * MAINTAINERS: Add myself to write-after-approval.Paul Brook2-0/+5
2004-01-212004-01-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney8-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-212004-01-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-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-212004-01-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-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.
2004-01-21*** empty log message ***gdbadmin1-1/+1
2004-01-202004-01-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney8-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-202004-01-20 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-2/+8
* mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of sym2 to start of block.
2004-01-202004-01-19 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain16-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-202004-01-19 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston5-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.
2004-01-20Test for case "-var-list-children --all-values NAME".Nick Roberts1-0/+4
2004-01-20(test_stack_locals_listing): Test for case "-stack-list-locals 2".Nick Roberts1-0/+5