aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2003-06-27*** empty log message ***gdbadmin1-1/+1
2003-06-262003-06-26 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-3/+12
* dwarf2read.c (dwarf2_locate_sections): Ignore empty .eh_frame sections.
2003-06-262003-06-26 Michael Chastain <mec@shout.net>Michael Chastain2-0/+7
* config/djgpp/fnchange.lst: Add gdb/testsuite/gdb.c++/pr-1210.cc, gdb/testsuite/gdb.c++/pr-1210.exp.
2003-06-262003-06-26 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+7
* config/djgpp/fnchange.lst: Fix 8.3 problem with sim/ppc's altivec_expression.h and altivec_registers.h.
2003-06-262003-06-26 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-4/+17
* mips-tdep.c (gdb_print_insn_mips): Only explicitly set info->mach when MIPS16. Patch suggested by Fred Fish.
2003-06-262003-06-26 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-28/+40
* utils.c (internal_vproblem): Print the problem to a reason buffer and then pass to query. Make the msg variable more local. VS: ----------------------------------------------------------------------
2003-06-262003-06-26 Andrew Cagney <cagney@redhat.com>Andrew Cagney17-102/+224
* gdbarch.sh (FRAME_ARGS_ADDRESS): Add predicate. Deprecate. (FRAME_LOCALS_ADDRESS): Add predicate. Deprecate. * gdbarch.h, gdbarch.c: Re-generate. * frame-base.c (default_frame_args_address): Update. Use default_frame_base_address when DEPRECATED_FRAME_ARGS_ADDRESS is not available. (default_frame_locals_address): Ditto for DEPRECATED_FRAME_LOCALS_ADDRESS. * vax-tdep.c (vax_sigtramp_saved_pc): Update. (vax_frame_num_args): Update. (vax_gdbarch_init): Update. * rs6000-tdep.c (rs6000_gdbarch_init): Update. * ns32k-tdep.c (ns32k_gdbarch_init): Update. * mcore-tdep.c (mcore_gdbarch_init): Update. * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. * ia64-tdep.c (ia64_gdbarch_init): Update. * symtab.h (address_class): Update comments. * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Update. * config/sparc/tm-sparc.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update. (DEPRECATED_FRAME_LOCALS_ADDRESS): Update. * config/pa/tm-hppa64.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update. (DEPRECATED_FRAME_LOCALS_ADDRESS): Update. (DEPRECATED_FRAME_LOCALS_ADDRESS): Update. * config/m68k/tm-delta68.h (DEPRECATED_FRAME_ARGS_ADDRESS): Update. * alpha-mdebug-tdep.c: Update. * ada-lang.c (add_symbols_from_enclosing_procs): Update.
2003-06-26 * x86-64-tdep.c (x86_64_push_arguments): Always set %rax to numberAndreas Jaeger2-142/+193
of SSE registers so that varargs functions work. Rework handling of passing arguments on the stack. (x86_64_store_return_value): Return double and float values in SSE register.
2003-06-262003-06-24 Michael Chastain <mec@shout.net>Michael Chastain2-0/+20
* PROBLEMS: Document pr gdb/1091 and pr gdb/1193, the "constructor breakpoints ignored" bug.
2003-06-26delete stray changelogAndrew Cagney1-5/+0
2003-06-26*** empty log message ***gdbadmin1-1/+1
2003-06-252003-06-25 David Carlton <carlton@kealia.com>David Carlton2-2/+6
* MAINTAINERS: Update e-mail address.
2003-06-25*** empty log message ***gdbadmin1-1/+1
2003-06-24* ppc-linux-tdep.c: More "Linux" -> "GNU/Linux".Jim Blandy2-17/+19
2003-06-24* ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): NewJim Blandy2-0/+45
function. (ppc_linux_init_abi): Register it as the CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI.
2003-06-24* ppc-linux-tdep.c (ppc64_call_dummy_address): New function.Jim Blandy2-0/+18
(ppc_linux_init_abi): Set it as the gdbarch's call_dummy_address method.
2003-06-24* ppc-linux-tdep.c (ppc64_desc_entry_point): New function.Jim Blandy2-1/+16
(ppc64_standard_linkage_target): Use it.
2003-06-24 * gdb.base/bang.exp: New testcase.Joel Brobecker2-0/+45
2003-06-24 * gdb.texinfo (Unsupported languages): New section.Joel Brobecker2-0/+22
(Languages): Add link to new section.
2003-06-24*** empty log message ***gdbadmin1-1/+1
2003-06-23 * gdb.base/langs.exp: Add some tests for the "minimal" languageJoel Brobecker2-0/+20
support.
2003-06-232003-06-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-3/+23
* rs6000-tdep.c (rs6000_register_virtual_type): Add explict cases for 0 "int0" and 4 "int32" sized registers. * gdbtypes.c (builtin_type_int0): Define. (build_gdbtypes): Initialize builtin_type_int0. * gdbtypes.h (builtin_type_int0): Declare.
2003-06-232003-06-23 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-1/+6
* gdb.objc/basicclass.exp: Return -1 if we cannot compile the testcase.
2003-06-23 * m68hc11-tdep.c (m68hc11_gdbarch_init): Clear gdb_arch_char_signedStephane Carrez2-0/+8
as characters are unsigned.
2003-06-23 PR gdb/1179Daniel Jacobowitz2-0/+12
* dwarfread.c (struct_type): Skip static fields without crashing.
2003-06-232003-06-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney6-125/+61
GDB 6.0 branch created. * README: Update. * PROBLEMS: Update. Empty. * NEWS: Update. Index: doc/ChangeLog 2003-06-22 Andrew Cagney <cagney@redhat.com> * gdb.texinfo (Contributors): Mention 6.0 release engineer.
2003-06-232003-06-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+4
GDB 6.0 branch created.
2003-06-23*** empty log message ***gdbadmin1-1/+1
2003-06-22 * symfile.c (add_symbol_file_command): Use parse_and_eval_address.Daniel Jacobowitz2-5/+6
Suggested by Nick Hibma <n_hibma@webweaving.org>.
2003-06-22 * gdb.base/relocate.exp: Test add-symbol-file with a variableDaniel Jacobowitz2-0/+31
offset.
2003-06-222003-06-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-0/+14
* osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Handle GNU_ABI_TAG_FREEBSD and GNU_ABI_TAG_NETBSD. Suggested by Momchil Velikov.
2003-06-22 * tui-hooks.c: Update include order.Daniel Jacobowitz15-245/+134
* tui.c: Likewise. * tuiCommand.c: Likewise. * tuiData.c: Likewise. * tuiDataWin.c: Likewise. * tuiDisassem.c: Likewise. * tuiGeneralWin.c: Likewise. * tuiIO.c: Likewise. * tuiLayout.c: Likewise. * tuiRegs.c: Likewise. * tuiSource.c: Likewise. * tuiSourceWin.c: Likewise. * tuiStack.c: Likewise. * tuiWin.c: Likewise.
2003-06-22 * gdb.c++/pr-1210.cc: New file.Daniel Jacobowitz3-0/+100
* gdb.c++/pr-1210.exp: New file.
2003-06-22 * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.Daniel Jacobowitz2-1/+9
2003-06-22 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.Daniel Jacobowitz4-9/+21
* agentexpr.texi: Retitle section, and change it to an appendix. Comment out texinfo initialization. Factor a @var{} into two pieces to prevent makeinfo warnings. * gdb.texinfo: Add Agent Expressions appendix.
2003-06-22 * cli/cli-cmds.c (shell_escape): Silence warnings from oldDaniel Jacobowitz2-10/+16
compilers.
2003-06-22 * lib/mi-support.exp (mi_run_cmd): Expect an MI response toDaniel Jacobowitz2-1/+6
000-exec-continue.
2003-06-22*** empty log message ***gdbadmin1-1/+1
2003-06-21 * c-valprint.c (c_value_print): Add VALUE_OFFSET to the addressDaniel Jacobowitz3-5/+16
argument of val_print. * cp-valprint.c (cp_print_value): Don't add the offset parameter to the address argument of baseclass_offset or target_read_memory. Do add it to the argument of cp_print_value_fields.
2003-06-212003-06-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney7-178/+370
* mips-tdep.c: Include "reggroups.h" and "sim-regno.h". (mips_register_name): Return names for NUM_REGS..2*NUM_REGS instead of 0..NUM_REGS. (mips_register_reggroup_p): New function. (mips_pseudo_register_write): New function. (mips_pseudo_register_read): New function. (mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size based on the register's type. (read_next_frame_reg): Simplify. Assert that REGNO is a pseudo / cooked. (mips_get_saved_register): Simplify. Assert that REGNO is a pseudo / cooked. (mips_register_byte): New function. Use MIPS_REGISTER_BYTE. (mips_register_type): Replace mips_register_virtual_type. Map NUM_REGS..2*NUM_REGS onto 0..NUM_REGS. Use MIPS_REGISTER_TYPE when available. (read_next_frame_reg): Simplify, but handle SP_REGNUM. Assert that the register is cooked / virtual. (mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC. Only get the extra info when needed. (set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well. (mips32_heuristic_proc_desc): Fetch the cooked register. (heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto. (mips_init_extra_frame_info, get_frame_pointer): Ditto. (mips_print_register): Use gdbarch_register_type, instead of REGISTER_VIRTUAL_TYPE. (print_gp_register_row): Use gdbarch_register_type, instead of REGISTER_VIRTUAL_TYPE. Allow for a pseudo / cooked REGNUM. (mips_print_registers_info): Assert REGNO is pseodo / cooked. Print the pseudo / cooked registers. (mips_print_registers_info): Assert REGNO is pseodo / cooked. Print the pseudo / cooked registers. (mips_xfer_register): Use regcache_cooked_read_part. Assert that REG_NUM is pseudo / cooked. (mips_o32_xfer_return_value): Xfer the pseudo / cooked register. (mips_n32n64_xfer_return_value): Ditto. (mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS. (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto. (mips_register_sim_regno): New function. (mips_gdbarch_init): Set deprecated_register_byte, register_group_p, pseudo_register_write, pseudo_register_read, register_sim_regno, and num_pseudo_regs. Set register_type, instead of register_virtual_type. * Makefile.in (mips-tdep.o): Update dependencies. * config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename REGISTER_VIRTUAL_TYPE. * config/mips/tm-mips.h (MIPS_REGISTER_TYPE): Ditto. * config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto. * config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE. * config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto. * config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
2003-06-21 * Makefile.in (cli-cmds.o): Depend on $(gdb_vfork_h)Daniel Jacobowitz3-2/+9
* cli/cli-cmds.c: Include "gdb_vfork.h". (shell_escape): Use vfork.
2003-06-212003-06-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-17/+36
* mips-tdep.c (mips_find_saved_regs): Rewrite mdebug code handling 32 bit floating-point register saves.
2003-06-212003-06-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-38/+11
* frame.h (deprecated_unwind_get_saved_register): Delete. * frame.c (deprecated_unwind_get_saved_register): Delete function. * mips-tdep.c (mips_get_saved_register): Use frame_register_unwind and deprecated_get_next_frame_hack instead of deprecated_unwind_get_saved_register.
2003-06-212003-06-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-6/+3
* mips-tdep.c (mips_dump_tdep): Do not print REGISTER_CONVERT_FROM_TYPE or REGISTER_CONVERT_TO_TYPE.
2003-06-212003-06-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-3/+110
* frame.c (get_frame_register): New function. (frame_unwind_register_signed): New function. (get_frame_register_signed): New function. (frame_unwind_register_unsigned): New function. (get_frame_register_unsigned): New function. * frame.h: Add comments on naming schema. (get_frame_register, frame_unwind_register_signed): Declare. (get_frame_register_signed, get_frame_register_signed): Declare. (frame_unwind_register_unsigned): Declare. (get_frame_register_unsigned): Declare.
2003-06-21*** empty log message ***gdbadmin1-1/+1
2003-06-20* avr-tdep.c (avr_gdbarch_init): Don't call set_gdbarch_bfd_vma_bit.Theodore A. Roth2-1/+4
2003-06-20* avr-tdep.c (avr_read_pc): Use regcache instead of read_register.Theodore A. Roth2-3/+11
(avr_read_sp): Ditto.
2003-06-20 * Makefile.in (SFILES): Update.Daniel Jacobowitz8-2577/+16
* low-hppabsd.c, low-lynx.c, low-nbsd.c, low-sim.c, low-sparc.c, low-sun3.c: Remove files.
2003-06-20 * config/arm/linux.mt: Remove code protected by GDBSERVER define.Daniel Jacobowitz16-131/+20
* config/arm/nm-linux.h: Likewise. * config/arm/tm-linux.h: Likewise. * config/ia64/nm-linux.h: Likewise. * config/ia64/tm-ia64.h: Likewise. * config/s390/tm-linux.h: Likewise. * config/s390/tm-s390.h: Likewise. * s390-nat.c: Likewise. * s390-tdep.c: Likewise. * config/i386/linux.mt: Don't set GDBSERVER_DEPFILES. * config/ia64/linux.mt: Likewise. * config/m68k/linux.mh: Likewise. * config/mips/linux.mt: Likewise. * config/powerpc/linux.mh: Likewise. * config/sh/linux.mt: Likewise.