aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2002-01-06Doco which targets are not multi-arch.Andrew Cagney2-1/+28
2002-01-06* MAINTAINERS: Mark a29k target as obsolete.Andrew Cagney14-8178/+8212
* Makefile.in (a29k-tdep.o, remote-adapt.o, remote-eb.o) (remote-mm.o, remote-udi.o): Obsolete. Remove references in comments. * NEWS: Note that a29k targets are obsolete. * a29k-tdep.c: Mark as obsolete. * configure.tgt: Mark a29k-*-aout*, a29k-*-coff*, a29k-*-elf*, a29k-*-ebmon*, a29k-*-kern*, a29k-*-none*, a29k-*-udi* and a29k-*-vxworks* targets as obsolete. * remote-adapt.c: Obsolete. * remote-eb.c: Obsolete. * remote-mm.c: Obsolete. * remote-udi.c: Obsolete. * config/a29k/a29k-udi.mt: Obsolete. * config/a29k/a29k.mt: Obsolete. * config/a29k/tm-a29k.h: Obsolete. * config/a29k/tm-vx29k.h: Obsolete. * config/a29k/vx29k.mt: Obsolete.
2002-01-06Fix PR gdb/66.Andrew Cagney17-120/+158
* gdb.base/structs.exp: Replace skip for a29k with skip for gdb,cannot_call_functions. * gdb.base/call-ar-st.exp: Remove references to a29k in comments. * gdb.base/callfuncs.exp: Ditto. * gdb.base/call-rt-st.exp: Ditto. * gdb.base/call-strs.exp: Ditto. * gdb.base/callfwmall.exp: Ditto. * gdb.base/scope.exp: Obsolete xfail a29k. * gdb.c++/misc.exp: Ditto. * gdb.c++/cplusfuncs.exp: Ditto. * gdb.base/ptype.exp: Ditto. * gdb.base/printcmds.exp: Ditto. * gdb.base/opaque.exp: Ditto. * gdb.base/list.exp: Ditto. * gdb.base/funcargs.exp: Ditto. * gdb.base/default.exp: Ditto.
2002-01-06last? remaining BIG_ENDIAN switchAndrew Cagney2-1/+6
2002-01-06Move changelog to correct position.Andrew Cagney2-20/+20
2002-01-06*** empty log message ***gdbadmin1-1/+1
2002-01-05Don't include <endian.h>Andrew Cagney6-402/+407
2002-01-05* acconfig.h (HAVE_PT_GETXMMREGS): New.Jason Thorpe12-580/+655
* config.in: Regenerate. * configure.in: Update copyright years. Add test for PT_GETXMMREGS supplied by <sys/ptrace.h>. * configure: Regenerate. * i386bsd-nat.c: Update copyright years. (fill_gregset): Use regcache_collect. (fetch_inferior_registers): Only fetch integer registers if requested to do so. Add support for XMM registers using PT_GETXMMREGS. (store_inferior_registers): Only store integer registers if requested to do so. Add support for XMM registers using PT_SETXMMREGS. * i386nbsd-nat.c (fetch_inferior_registers): Remove. (store_inferior_registers): Remove. (fetch_core_registers): Use supply_gregset and i387_supply_fsave. (fetch_elfcore_registers): New function. (i386nbsd_elfcore_fns): New. (_initialize_i386nbsd_nat): Register i386nbsd_elfcore_fns. * config/i386/nbsd.mh (NATDEPFILES): Add i387-nat.o and i386bsd-nat.o. * config/i386/nbsdelf.mh (NATDEPFILES): Likewise. * config/i386/nbsd.mt (TDEPFILES): Add i386bsd-nat.o. * config/i386/nbsdelf.mt (TDEPFILES): Likewise. * config/i386/tm-nbsd.h: Update copyright years. (HAVE_SSE_REGS): Define. (IN_SIGTRAMP): Define as i386bsd_in_sigtramp. (SIGTRAMP_START): Redefine as i386bsd_sigtramp_start. (SIGTRAMP_END): Redefine as i386bsd_sigtramp_end. (SIGCONTEXT_PC_OFFSET): Remove. (FRAME_SAVED_PC): Define as i386bsd_frame_saved_pc.
2002-01-05Remove obsolete MacOS support.Andrew Cagney21-2570/+34
2002-01-05s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney48-128/+148
2002-01-052002-01-04 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+76
* gdb.base/info-proc.exp: New file, test for "info proc" cmd.
2002-01-052002-01-04 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+32
* gdb.base/maint.exp: Add tests for maint info sections options.
2002-01-052002-01-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-1/+8
* thread-db.c (thread_db_new_objfile): Do not enable thread_db for core files.
2002-01-05*** empty log message ***gdbadmin1-1/+1
2002-01-04* config/arm/nbsd.mh (XDEPFILES): Remove ser-tcp.o.Jason Thorpe2-1/+5
2002-01-04Move value_ptr typedef to gdbtk-wrapper from value.h.Andrew Cagney2-2/+4
2002-01-04* i386nbsd-nat.c: Update copyright years.Jason Thorpe2-1/+9
Include i386-tdep.h.
2002-01-04Write After Approval: Add myself.Jason Thorpe1-0/+1
2002-01-04Mention PR number fixed.Elena Zannoni1-0/+1
2002-01-042002-01-04 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-2/+12
* stabsread.c: Update copyright years. From Debashis Mahata <debashis.mahata@wipro.com>: (read_struct_fields): Deal with Sun C compiler erroneous stab output for structs and unions.
2002-01-042002-01-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2-0/+6
* p-valprint.c: Include "cp-abi.h" for baseclass_offset prototype.
2002-01-042002-01-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz8-97/+205
* cp-abi.c: Fix whitespace. (baseclass_offset): New wrapper function. * cp-abi.h (baseclass_offset): Add prototype. (struct cp_abi_ops): Add baseclass_offset pointer. * valops.c (vb_match): Move to... * gnu-v2-abi.c (vb_match): here. * valops.c (baseclass_offset): Move to... * gnu-v2-abi.c (gnuv2_baseclass_offset): here, and rename. * gnu-v3-abi.c (gnuv3_baseclass_offset): New function. * gnu-v2-abi.c (init_gnuv2_ops): Initialize baseclass_offset. * gnu-v3-abi.c (init_gnuv3_ops): Likewise. * hpacc-abi.c (init_hpacc_ops): Likewise.
2002-01-042002-01-04 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz4-3/+21
* valops.c (find_overload_match): Accept obj as a reference parameter. Update it before returning. * value.h (find_overload_match): Update prototype. * eval.c (evaluate_subexp_standard): Pass object to find_overload_match by reference.
2002-01-04s/value_ptr/struct value */Andrew Cagney8-341/+367
2002-01-04*** empty log message ***gdbadmin1-1/+1
2002-01-032001-12-28 Michael Snyder <msnyder@redhat.com>Michael Snyder2-177/+212
Abstract the functionality of iterating over mapped memory regions into a general purpose iterator function. * procfs.c (iterate_over_mappings): New function, general purpose iterator for memory sections. (proc_iterate_over_mappings): Reimplement using iterate_over_mappings. (solib_mappings_callback): New function, callback for above. (info_proc_mappings): Reimpliment using iterate_over_mappings. (info_mappings_callback): New function, callback for above. * procfs.c (proc_set_watchpoint): Add cast to suppress warning.
2002-01-03Roll ChangeLog files.Andrew Cagney2-9888/+9896
2002-01-03*** empty log message ***gdbadmin1-1/+1
2002-01-02(Free Software): Fix wording of the new section.Eli Zaretskii2-2/+6
2002-01-02*** empty log message ***gdbadmin1-1/+1
2002-01-01* i386-tdep.h (struct gdbarch_tdep): Add `os_ident' member.Mark Kettenis3-4/+99
* i386-tdep.c: Include "elf-bfd.h". (process_note_abi_tag_sections): New function. (i386_gdbarch_init): Add code to recognize various OS/ABI combinations.
2002-01-01* maint.c (_initialize_maint_cmds): Add missing inMark Kettenis2-1/+6
string-literal.
2002-01-01*** empty log message ***gdbadmin1-1/+1
2001-12-31Fix a typo in the last change.Eli Zaretskii1-1/+1
2001-12-31Fix last change.Eli Zaretskii1-1/+1
2001-12-31 * gdb.texinfo (Free Software): New section ``Free Software NeedsEli Zaretskii2-7/+102
Free Documentation''.
2001-12-31*** empty log message ***gdbadmin1-1/+1
2001-12-302001-12-30 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* sparc-tdep.c (sparc-store-return-value): Whitespace fix-up.
2001-12-30Fix the application of GFDL in the Copyright notice.Eli Zaretskii8-53/+40
2001-12-302001-12-29 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+6
* gdb.texinfo (maint info sections): Fix typo.
2001-12-302001-12-29 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni4-5/+300
* Makefile.in (rs6000-tdep.o): Add dependency on parser-defs.h. * rs6000-tdep.c: Include parser-defs.h. (rs6000_register_virtual_type): Rewrite, including handling of AltiVec regs type. (altivec_register_p): New function. (rs6000_do_altivec_registers): New function. (rs6000_altivec_registers_info): New function. (rs6000_do_registers_info): New function. (R16): Define. (PPC_ALTIVEC_REGS): Define. (registers_powerpc): Add AltiVec registers. (registers_7400): Define. (variants): Add 7400 machine. (rs6000_gdbarch_init): Set the numbers of AltiVec registers. Initialize gdbarch_do)_registers_info. (rs6000_info_power_command): New function. (info_power_cmdlist): New static variable. (_initialize_rs6000_tdep): Add new 'info powerpc altivec' command. * ppc-tdep.h (struct gdbarch_tdep): Add altivec regnum fields. (altivec_register_p): Export.
2001-12-30*** empty log message ***gdbadmin1-1/+1
2001-12-29* i386bsd-nat.c (reg_offset): Fix typo.Mark Kettenis2-1/+3
2001-12-29* i386-tdep.c (i386_push_dummy_frame): Don't write back theMark Kettenis2-1/+8
modified frame pointer until the old frame pointer has been saved.
2001-12-29* arch-utils.c (initialize_current_architecture): Test byte_orderAndrew Cagney5-19/+28
against BFD_ENDIAN_UNKNOWN. (gdbarch_info_init): Initialize byte_order to BFD_ENDIAN_UNKNOWN. * gdbarch.sh: Update comments on default value of byte_order. (verify_gdbarch, gdbarch_update_p): Test byte_order against BFD_ENDIAN_UNKNOWN. * gdbarch.h, gdbarch.c: Re-generate.
2001-12-29*** empty log message ***gdbadmin1-1/+1
2001-12-282001-12-21 Michael Snyder <msnyder@redhat.com>Michael Snyder2-11/+150
* procfs.c (info_proc_cmd): Add the 'mappings' sub-command that was dropped a few years ago, when procfs.c was rewritten. (info_proc_mappings): New function, implement 'info proc mappings'. (mappingflags): New function. (_initialize_procfs): Document new option to 'info proc' command.
2001-12-28*** empty log message ***gdbadmin1-1/+1
2001-12-272001-12-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+5
* i386-linux-nat.c: Include i386-tdep.h.
2001-12-272001-12-26 Michael Snyder <msnyder@redhat.com>Michael Snyder2-0/+49
* gdb.texinfo (maint info sections): Document.