aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2002-08-06 * mips-tdep.c (mips_gdbarch_init): For the N32 ABI, setKevin Buettner2-1/+6
mips_default_saved_regsize to 8.
2002-08-062002-08-06 Andrew Cagney <ac131313@redhat.com>Andrew Cagney3-3/+7
* gcore.c: Do not include <sys/procfs.h>. * Makefile.in (gcore.o): Update dependencies.
2002-08-062002-08-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney7-1081/+1089
* configure.tgt: Make arc-*-* obsolete. * NEWS: Mention that arc-*-* has been identifed as obsolete. * MAINTAINERS: Make arc-elf obsolete. * arc-tdep.c: Make file obsolete. * config/arc/arc.mt: Ditto. * config/arc/tm-arc.h: Ditto.
2002-08-06*** empty log message ***gdbadmin1-1/+1
2002-08-05* gdb/avr-tdep.c(avr_skip_prologue): Fix to return the correct pc.Theodore A. Roth2-1/+12
2002-08-052002-08-05 Andrew Cagney <ac131313@redhat.com>Andrew Cagney9-8/+21
* mcore-tdep.c (mcore_gdbarch_init): Use generic_unwind_get_saved_register instead of generic_get_saved_register. * v850-tdep.c (v850_gdbarch_init): Ditto. * frv-tdep.c (frv_gdbarch_init): Ditto. * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. * s390-tdep.c (s390_gdbarch_init): Ditto. * d10v-tdep.c (d10v_gdbarch_init): Ditto. * config/mn10200/tm-mn10200.h (GET_SAVED_REGISTER): Ditto. * config/h8300/tm-h8300.h (GET_SAVED_REGISTER): Ditto.
2002-08-05 * objfiles.h: Add missing #include "symfile.h"Joel Brobecker3-2/+10
* Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2002-08-05*** empty log message ***gdbadmin1-1/+1
2002-08-04From 2002-08-01 david carlton <carlton@math.stanford.edu>:Andrew Cagney2-1/+6
* hpread.c (hpread_read_struct_type): Deleted superfluous setting of FIELD_BITSIZE.
2002-08-04 * NEWS: Cleanup and nitpick.Daniel Jacobowitz2-4/+9
2002-08-04NEWS cleanupsAndrew Cagney2-14/+13
2002-08-04*** empty log message ***gdbadmin1-1/+1
2002-08-032002-08-03 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-1/+5
* gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
2002-08-03Index: ChangeLogAndrew Cagney2-6/+15
2002-08-03 Andrew Cagney <ac131313@redhat.com> * Makefile.in (gdbtk-bp.o): Update dependencies. (gdbtk-register.o): Ditto. (gdbtk-varobj.o): Ditto. Index: gdbtk/ChangeLog 2002-08-03 Andrew Cagney <ac131313@redhat.com> * generic/gdbtk-bp.c: Include "gdb_string.h". * generic/gdbtk-register.c: Ditto. * generic/gdbtk-varobj.c: Ditto.
2002-08-032002-08-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-12/+21
* m68hc11-tdep.c (m68hc11_pseudo_register_read): Replace m68hc11_fetch_pseudo_register. (m68hc11_pseudo_register_write): Replace m68hc11_store_pseudo_register. (m68hc11_gdbarch_init): Update.
2002-08-03*** empty log message ***gdbadmin1-1/+1
2002-08-02Fri Aug 2 15:53:50 2002 Andrew Cagney <cagney@redhat.com>Andrew Cagney10-13/+45
* gdbarch.sh: Include "gdb_string.h". * gdbarch.c: Regenerate. * regcache.c: Include "gdb_string.h". * ax-general.c: Ditto. * varobj.c: Ditto. * std-regs.c: Ditto. * fbsd-proc.c: Ditto. * thread.c: Ditto. * Makefile.in (regcache.o): Update dependencies. (thread.o, gdbarch.o): Ditto. (ax-general.o, gdbarch.o): Ditto. (varobj.o, std-regs.o): Ditto. (fbsd-proc.o): Specify dependencies.
2002-08-022002-08-02 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-3/+8
* regcache.c (regcache_cooked_read): Rename rawnum parameter to regnum. (regcache_cooked_write): Ditto.
2002-08-02Add the cooked register interface.Andrew Cagney3-10/+37
2002-08-022002-08-02 Andrew Cagney <cagney@redhat.com>Andrew Cagney6-138/+124
* gdbarch.sh (pseudo_register_read, pseudo_register_write): Replace the architecture methods register_read and register_write. * gdbarch.h, gdbarch.c: Regenerate. * regcache.c (init_regcache_descr): Update. (read_register_gen): Update. (write_register_gen): Update. (supply_register): Update comment. * sh-tdep.c (sh_gdbarch_init): Update. (sh_pseudo_register_read, sh64_pseudo_register_read): Add `regcache' and `gdbarch' parameters. Make `buffer' a void pointer. Update code. (sh_pseudo_register_write, sh64_pseudo_register_write): Add `regcache' and `gdbarch' parameters. Make `buffer' a constant void pointer. Update code. (sh64_register_write): Delete. (sh4_register_read): Delete. (sh64_register_read): Delete. (sh4_register_write): Delete. (sh_sh4_register_convert_to_raw): Make `from' parameter a constant void pointer, `to' parameter a void pointer. (sh_sh64_register_convert_to_raw): Ditto.
2002-08-02More obsolete CHILL.Andrew Cagney33-4321/+4336
2002-08-02*** empty log message ***gdbadmin1-1/+1
2002-08-01 * mips-tdep.c (mips_register_virtual_type): Use architectureKevin Buettner2-6/+17
invariant return values.
2002-08-01* linux-proc.c: Include "gdb_string.h".Andrew Cagney3-2/+9
* Makefile.in (linux-proc.o): Update dependency list.
2002-08-01* lib/gdb.exp (gdb_expect_list): Only print one pass, fail, orAndrew Cagney2-8/+15
supress message.
2002-08-01 * mips-tdep.c (mips_gdbarch_init): Add comments. Fix typo inKevin Buettner2-1/+11
comment.
2002-08-01 * target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,Grace Sainsbury3-11/+228
to_insert_watchpoint, to_remove_watchpoint, to_stopped_by_watchpoint, to_stopped_data_address, to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to target vecctor. Define their corresponding macros so they call them. * target.c: Add default and debug versions of for to_insert_hw_breakpoint, to_remove_hw_breakpoint, to_insert_watchpoint, to_remove_watchpoint, to_stopped_by_watchpoint, to_stopped_data_address, to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
2002-08-01Multiarch REGISTER_VIRTUAL_TYPE for Irix 6.Kevin Buettner3-12/+47
2002-08-012002-08-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney38-4718/+4806
* NEWS: Menion that CHILL has been made obsolete. * gdbtypes.c (chill_varying_type): Make chill references obsolete. * gdbserver/Makefile.in: Ditto. * stabsread.c (read_range_type): Ditto. * gdbtypes.h: Ditto. * language.c (binop_type_check): Ditto. (binop_result_type): Ditto. (integral_type): Ditto. (character_type): Ditto. (string_type): Ditto. (boolean_type): Ditto. (structured_type): Ditto. (lang_bool_type): Ditto. (binop_type_check): Ditto. * language.h (_LANG_chill): Ditto. * dwarfread.c (set_cu_language): Ditto. * dwarfread.c (CHILL_PRODUCER): Ditto. * dwarfread.c (handle_producer): Ditto. * expression.h (enum exp_opcode): Ditto. * eval.c: Ditto for comments. * typeprint.c (typedef_print) [_LANG_chill]: Ditto. * expprint.c (print_subexp): Ditto. (print_subexp): Ditto. * valops.c (value_cast): Ditto. (search_struct_field): Ditto. * value.h (COERCE_VARYING_ARRAY): Ditto. * symfile.c (init_filename_language_table): Ditto. (add_psymbol_with_dem_name_to_list): Ditto. * valarith.c (value_binop): Ditto. (value_neg): Ditto. * valops.c (value_slice): Ditto. * symtab.h (union language_specific): Ditto. (SYMBOL_INIT_LANGUAGE_SPECIFIC): Ditto. (SYMBOL_DEMANGLED_NAME): Ditto. (SYMBOL_CHILL_DEMANGLED_NAME): Ditto. * defs.h (enum language): Ditto. * symtab.c (got_symtab): Ditto. * utils.c (fprintf_symbol_filtered): Ditto. * ch-typeprint.c: Make file obsolete. * ch-valprint.c: Make file obsolete. * ch-lang.h: Make file obsolete. * ch-exp.c: Make file obsolete. * ch-lang.c: Make file obsolete. * Makefile.in (FLAGS_TO_PASS): Do not pass CHILL or CHILLFLAGS or CHILL_LIB. (TARGET_FLAGS_TO_PASS): Ditto. (CHILLFLAGS): Obsolete. (CHILL): Obsolete. (CHILL_FOR_TARGET): Obsolete. (CHILL_LIB): Obsolete. (SFILES): Remove ch-exp.c, ch-lang.c, ch-typeprint.c and ch-valprint.c. (HFILES_NO_SRCDIR): Remove ch-lang.h. (COMMON_OBS): Remove ch-valprint.o, ch-typeprint.o, ch-exp.o and ch-lang.o. (ch-exp.o, ch-lang.o, ch-typeprint.o, ch-valprint.o): Delete targets. 2002-08-01 Andrew Cagney <cagney@redhat.com> * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references to CHILL. 2002-08-01 Andrew Cagney <cagney@redhat.com> * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL, CHILL_FOR_TARGET and CHILL_LIB. * configure.in (configdirs): Remove gdb.chill. * configure: Regenerate. * lib/gdb.exp: Obsolete references to chill. * gdb.fortran/types.exp: Ditto. * gdb.fortran/exprs.exp: Ditto.
2002-08-012002-08-01 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-9/+24
* gdbint.texinfo (Coding): Revise section "Include Files".
2002-08-01*** empty log message ***gdbadmin1-1/+1
2002-07-31 * dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.Joel Brobecker2-0/+7
This does not change anything at the moment, but will be helpful later when full Ada support is integrated.
2002-07-31 * mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"Kevin Buettner2-0/+6
help message.
2002-07-31 * mips-tdep.c (mips_push_arguments): Fetch gdbarch_tdep structKevin Buettner2-1/+7
and save it in a local variable. Use variable in later test.
2002-07-31 * mips-tdep.c (mips_find_abi_section): Add N64 ABI recognitionKevin Buettner2-0/+7
test. (Thanks to Daniel Jacobowitz.)
2002-07-31 * mips-tdep.c (enum mips_abi): Add MIPS_ABI_N64.Kevin Buettner2-1/+37
(mips_abi_strings): Add "n64". (mips_gdbarch_init): Add test for n64 abi. Add MIPS_ABI_N64 case.
2002-07-31 * config/mips/tm-irix6.h (MIPS_REGSIZE): Define to be 8.Kevin Buettner2-1/+10
(REGISTER_VIRTUAL_TYPE): Some registers are now 64 bits wide.
2002-07-31 * utils.c (host_pointer_to_address, address_to_host_pointer):Kevin Buettner2-6/+8
Use gdb_assert() instead of explicit call to internal_error().
2002-07-31*** empty log message ***gdbadmin1-1/+1
2002-07-30Configury changes to enable recently added AIX thread support.Kevin Buettner4-2/+40
2002-07-30 * ppc-linux-tdep.c (ELF_NGREG, ELF_NFPREG, ELF_NVRREG)Daniel Jacobowitz6-24/+106
(ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums. (fetch_core_registers, ppc_linux_supply_gregset) (ppc_linux_supply_fpregset): New functions. (ppc_linux_regset_core_fns): New. (_initialize_ppc_linux_tdep): Call add_core_fns. * ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset and ppc_linux_supply_gregset. * ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset. (supply_fpregset): Call ppc_linux_supply_fpregset. * config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and corelow.o. * config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
2002-07-30 * gdb.base/shlib-call.exp (additional_flags): ConditionallyKevin Buettner2-0/+10
set Irix-specific compile and link flags.
2002-07-30 * symtab.c (lookup_symbol): Demangle before lowercasing.Daniel Jacobowitz2-18/+22
2002-07-302002-07-30 Andrew Cagney <ac131313@redhat.com>Andrew Cagney16-30/+62
* symtab.h: Replace #include "gdb_obstack.h" with opaque declaration. * cli/cli-cmds.c, cli/cli-script.c: Include "gdb_string.h". * gnu-v3-abi.c, arc-tdep.c, cli/cli-decode.c: Ditto. * avr-tdep.c, mon960-rom.c, i960-tdep.c: Ditto. * arch-utils.c, cli/cli-setshow.c: Unconditionally include "gdb_string.h". * Makefile.in (cli-script.o, cli-cmds.o): Update dependencies. (gnu-v3-abi.o, cli-setshow.o, i960-tdep.o): Ditto. (cli-decode.o, mi-cmd-var.o, mi-cmd-disas.o): Ditto. (avr-tdep.o, mon960-rom.o): Ditto. (aout_stabs_gnu_h): Define. (symtab_h): Remove $(gdb_obstack_h).
2002-07-30Patch from David Carlton <carlton@math.stanford.edu>:Jim Blandy2-2/+9
* gdbinit.in: Move the `dir' commands that add GDB's own source directory to the search path to the end, so that the `gdb' source directory will be searched first.
2002-07-30*** empty log message ***gdbadmin1-1/+1
2002-07-29 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessingKevin Buettner2-1/+7
source files. The ``-o'' option doesn't work with the ``-E'' option when using the Irix compiler.
2002-07-292002-07-29 Andrew Cagney <ac131313@redhat.com>Andrew Cagney27-88/+174
* gdb_obstack.h: New file. * symtab.h: Include "gdb_obstack.h" instead of "obstack.h". (obstack_chunk_alloc, obstack_chunk_free): Delete macros. * objfiles.h: Include "gdb_obstack.h". * Makefile.in (gdb_obstack_h): Define. (symtab_h): Add $(gdb_obstack_h). (objfiles_h): Add $(gdb_obstack_h). * objfiles.c: Include "gdb_obstack.h" instead of "obstack.h". * macrotab.c, cp-valprint.c, dbxread.c: Ditto. * ch-typeprint.c, ch-valprint.c, dstread.c: Ditto. * macroexp.c, p-typeprint.c, stabsread.c: Ditto. * symtab.c, f-typeprint.c, mdebugread.c: Ditto. * p-valprint.c, symmisc.c, typeprint.c: Ditto. * symfile.c, coffread.c, c-typeprint.c: Ditto. * buildsym.c, bcache.c, ada-typeprint.c: Ditto. * Makefile.in (bcache.o): Update dependencies. (buildsym.o, c-typeprint.o, ch-typeprint.o): Ditto. (ch-valprint.o, coffread.o, cp-valprint.o): Ditto. (dbxread.o, dstread.o, f-typeprint.o): Ditto. (objfiles.o, p-typeprint.o, p-valprint.o): Ditto. (stabsread.o, symfile.o, symmisc.o): Ditto. (symtab.o, typeprint.o, macroexp.o): Ditto. (macrotab.o, mdebugread.o): Ditto. (f_lang_h, coff_sym_h, coff_symconst_h): Define. (coff_ecoff_h, aout_aout64_h): Define. (aout_stabs_gnu_h, libaout_h): Define.
2002-07-292002-07-25 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-29/+53
* regcache.c (struct regcache_descr): Rename nr_registers to nr_cooked_registers. Revise comments describing the structure member fields. (init_regcache_descr): Update. (init_legacy_regcache_descr): Update. (read_register_gen, write_register_gen): When a cooked register in the raw register range, directly access the value from the raw register cache.
2002-07-292002-07-26 Andrew Cagney <ac131313@redhat.com>Andrew Cagney14-45/+74
* z8k-tdep.c: Do not include "obstack.h". * h8300-tdep.c, h8500-tdep.c: Ditto. * m68hc11-tdep.c, sh-tdep.c: Ditto. * valprint.c, v850-tdep.c: Ditto. * d10v-tdep.c, mn10300-tdep.c: Ditto. * mn10200-tdep.c: Ditto. * Makefile.in (z8k-tdep.o): Update dependencies. (m68hc11-tdep.o, valprint.o): Ditto. (v850-tdep.o, d10v-tdep.o): Ditto. (mn10300-tdep.o, sparc-tdep.o): Ditto. (sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto. (m32r-tdep.o, mn10200-tdep.o): Specify dependencies. (sh_opc_h, gdb_sim_sh_h): Define. (elf_sh_h, elf_bfd_h): Define. (opcode_m68hc11_h): Define. (OPCODES_SRC, OPCODES_DIR): define. (OPCODES): Use $(OPCODES_DIR). (gdb_sim_d10v_h): Rename sim_d10v_h. (gdb_sim_arm_h): Rename sim_arm_h.