Andrew Cagney
a67af2b9de
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 20:36:32 +00:00
Andrew Cagney
c034e007d5
Index: ChangeLog
...
2004-01-26 Andrew Cagney <cagney@redhat.com>
* dwarf2read.c (read_func_scope): Document frame-base hack.
2004-01-26 19:55:45 +00:00
gdbadmin
d0fdc0f861
*** empty log message ***
2004-01-26 00:00:02 +00:00
Mark Kettenis
bb472c1e07
* infcmd.c (print_return_value): Plug memory leak; delete
...
ui_stream object. Rename argument `structure_return' to
`struct_return'.
2004-01-25 21:00:18 +00:00
Mark Kettenis
f941662f5e
* infcmd.c (print_return_value): Wrap long lines.
...
(finish_command_continuation, finish_command): Remove unused
variable `funcaddr'. Fix some coding-standards problems.
2004-01-25 17:32:45 +00:00
Mark Kettenis
c558d81a87
* 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.
2004-01-25 12:10:55 +00:00
Mark Kettenis
bf1e58615c
Fix Typo.
2004-01-25 12:08:41 +00:00
Mark Kettenis
c8e737d5b4
* sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also sipply the
...
floating-point registers for traditional NetBSD core files.
(sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
TDEP->sizeof_fpregset here.
2004-01-25 12:03:36 +00:00
Mark Kettenis
566626fa4d
* 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.
2004-01-25 11:46:45 +00:00
Mark Kettenis
f0f207fd1d
Fix typo.
2004-01-25 11:38:34 +00:00
Mark Kettenis
4c72d57a4b
* sparc-tdep.c (sparc32_gdbarch_init): Don't require
...
TDEP->fpregset to be initialized to enable core file register
sets.
2004-01-25 00:58:53 +00:00
gdbadmin
0b69dc6c23
*** empty log message ***
2004-01-25 00:00:32 +00:00
Mark Kettenis
1e067c66c8
* sparc64-tdep.h (stryct_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.
2004-01-24 22:18:22 +00:00
Michael Chastain
94b8e87660
2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
...
* 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 21:59:03 +00:00
Mark Kettenis
690668cc17
* sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
...
read the instruction at PC.
2004-01-24 21:34:45 +00:00
Mark Kettenis
7e5e9f880f
* 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 20:55:41 +00:00
Mark Kettenis
7cf03d44ce
* gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
...
<string.h>.
2004-01-24 18:25:06 +00:00
Eli Zaretskii
3bbe969674
* gdb.texinfo (KOD): Document "show os". Add index entries for
...
"set/show os" and "info cisco" commands.
2004-01-24 11:37:29 +00:00
Nick Roberts
ad27498312
Update copyright year.
2004-01-24 04:22:51 +00:00
Nick Roberts
68b6dce908
*** empty log message ***
2004-01-24 04:20:55 +00:00
gdbadmin
6684fb8cee
*** empty log message ***
2004-01-24 00:00:32 +00:00
Andrew Cagney
080ce8c082
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 23:25:17 +00:00
David Carlton
b368761e45
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>
* 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 23:03:31 +00:00
Daniel Jacobowitz
f2061b53c1
* gdb.mi/mi-var-child.exp: Update copyright year. Move new test
...
after -var-update.
2004-01-23 22:46:13 +00:00
David Carlton
fdde2d8148
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 22:41:28 +00:00
Theodore A. Roth
5b828b6b4b
* avr-tdep.c: Update copyright.
...
(avr_iaddr_p): Delete unused function.
(avr_saddr_p): Delete unused function.
2004-01-23 22:37:14 +00:00
David Carlton
37fc574aa0
2004-01-23 David Carlton <carlton@kealia.com>
...
* gdb.cp/namespace.cc (C::ensureRefs): New.
* gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
2004-01-23 21:55:57 +00:00
David Carlton
a1b8c0673d
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 17:56:46 +00:00
gdbadmin
a69fbd84ce
*** empty log message ***
2004-01-23 00:00:02 +00:00
Mark Kettenis
f2cab56957
* 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 23:18:04 +00:00
Mark Kettenis
89aac506c2
* sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
...
(_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
2004-01-22 22:57:59 +00:00
Mark Kettenis
36662fde7b
* ser-pipe.c (pipe_open): Use proper null pointer in execl call.
...
* cli/cli-cmds.c (shell_escape): Likewise.
2004-01-22 22:20:39 +00:00
Mark Kettenis
642d8300fe
* osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
...
OpenBSD .note.openbsd.ident sections.
2004-01-22 21:56:34 +00:00
David Carlton
fae299cdd3
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 19:56:54 +00:00
gdbadmin
51f72ab2bc
*** empty log message ***
2004-01-22 00:00:02 +00:00
Mark Kettenis
a49d618c8c
* 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 23:07:26 +00:00
Roland McGrath
fe61caabef
.
2004-01-21 20:50:57 +00:00
Roland McGrath
a8cbc6f7ed
2004-01-21 Roland McGrath <roland@redhat.com>
...
* MAINTAINERS (write after approval): Add myself.
2004-01-21 20:50:41 +00:00
Eli Zaretskii
ec14596596
* 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 18:46:23 +00:00
Eli Zaretskii
5843504f37
* Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
2004-01-21 18:44:52 +00:00
Paul Brook
877522dba4
* infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
...
BPSTAT_WHAT_CHECK_SHLIBS.
2004-01-21 16:32:07 +00:00
Paul Brook
dbf5be1caf
* MAINTAINERS: Add myself to write-after-approval.
2004-01-21 16:30:42 +00:00
Andrew Cagney
5a1efed76c
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.
2004-01-21 15:37:11 +00:00
Andrew Cagney
b0a30fcea7
2004-01-20 Andrew Cagney <cagney@redhat.com>
...
* 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-21 04:16:53 +00:00
Andrew Cagney
81f08b92d6
2004-01-20 Andrew Cagney <cagney@redhat.com>
...
* 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 04:11:16 +00:00
gdbadmin
8e5b3ccb79
*** empty log message ***
2004-01-21 00:00:01 +00:00
Andrew Cagney
65f056028c
2004-01-20 Andrew Cagney <cagney@redhat.com>
...
* 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 21:56:22 +00:00
Andrew Cagney
6bb0384f7c
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-20 21:47:53 +00:00
Michael Chastain
9175c9a32c
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 Michael Chastain <mec.gnu@mindspring.com>
* gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2004-01-20 09:29:18 +00:00
Jeff Johnston
4fcef00ad0
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 02:04:19 +00:00