aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
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.
2001-12-272001-12-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2-12/+18
* maint.c (match_substring): GNU coding standards fixes. (print_bfd_section_info): Ditto. (print_objfile_section_info): Ditto.
2001-12-272001-12-26 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+10
* gdb.texinfo (info proc): Comment out documentation for 'info proc' sub-options that are currently not implemented.
2001-12-27* maint.c (match_substring): Make parameters `string' and `substr'Mark Kettenis2-2/+7
const. Make local variable `tok' const.
2001-12-27* config/i386/tm-i386.h (FP7_REGNUM, FIRST_FPU_CTRL_REGNUM,Mark Kettenis6-136/+145
FCTRL_REGNUM, FPC_REGNUM, FSTAT_REGNUM, FTAG_REGNUM, FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM, FDOFF_REGNUM, FOP_REGNUM, LAST_FPU_CTRL_REGNUM, XMM0_REGNUM, XMM7_REGNUM, MXCSR_REGNUM, IS_FP_REGNUM, IS_SSE_REGNUM): Removed. (FP0_REGNUM): Define conditionally depending on HAVE_I387_REGS. (SIZEOF_FPU_CTRL_REGS): Hardcode value. * i386-tdep.h (struct gdbarch_tdep): Change such that it contains a single member `num_xmm_regs'. (FPC_REGNUM): New macro. (FIRST_FPU_REGNUM, LAST_FPU_REGNUM, FISRT_XMM_REGNUM, LAST_XMM_REGNUM, MXCSR_REGNUM, FIRST_FPU_CTRL_REGNUM, LAST_FPU_CTRL_REGNUM): Removed. (FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM, FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Define unconditionally. Change macros to match the comment describing the register layout. (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM): New macros. (FP_REGNUM_P, FPC_REGNUM_P, SSE_REGNUM_P): New macros. (IS_FP_REGNUM, IS_FPU_CTRL_REGNUM, IS_SSE_REGNUM): Make obsolete, unconditionally define in terms of FP_REGNUM_P, FPC_REGNUM_P and SSE_REGNUM_P). (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM, FDOFF_REGNUM): Make obsolete, unconditionally define in terms of FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM. * i386-tdep.c (i386_gdbarch_init): Initialize `num_xmm_regs' member of `struct gdbarch_tdep'. * x86-64-tdep.c (i386_gdbarch_init): Change initialization of `struct gdbarch_tdep'. * i387-nat.c (FCS_REGNUM, FCOFF_REGNUM, FDS_REGNUM, FDOFF_REGNUM): Replace with FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM and FOOFF_REGNUM. Use FPC_REGNUM instead of FIRST_FPU_CTRL_REGNUM. Use XMM0_REGNUM instead of LAST_FPU_CTRL_REGNUM.
2001-12-27*** empty log message ***gdbadmin1-1/+1
2001-12-26*** empty log message ***gdbadmin1-1/+1
2001-12-25* cli/cli-script.c (execute_control_command): Replace value_ptrAndrew Cagney6-12/+25
with a struct value pointer. * ch-lang.c (evaluate_subexp_chill): Ditto. * printcmd.c (printf_command): Ditto. * tracepoint.c (set_traceframe_context): Ditto. (encode_actions): Ditto. * eval.c (evaluate_subexp_standard): Ditto.
2001-12-25* gdbarch.sh: When an int variable, print value using %d insteadAndrew Cagney3-66/+90
of %ld. * gdbarch.c: Re-generate.
2001-12-25*** empty log message ***gdbadmin1-1/+1
2001-12-24powerpc aix build failure. Add self to maintainers.Tom Rix3-1/+7