aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2003-10-10 * blockframe.c (inside_main_func): No longer use symbol_lookup()Joel Brobecker2-6/+22
to lookup the main function symbol.
2003-10-10 * sh-tdep.c (sh_treat_as_flt_p): New function to recognize floatCorinna Vinschen2-17/+76
types correctly. (sh_push_dummy_call_fpu): Fix argument passing rules. (sh3e_sh4_extract_return_value): Call sh_treat_as_flt_p to recognize float types. (sh3e_sh4_store_return_value): Ditto.
2003-10-102003-10-10 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-1/+16
* sh-tdep.c (sh_use_struct_convention): Clarify one case in comment.
2003-10-10 * sh-tdep.c (sh_use_struct_convention): Clean up to have aCorinna Vinschen2-2/+29
more readable code. Accomodate passing of bitfields.
2003-10-102003-10-10 Andrew Cagney <cagney@redhat.com>Andrew Cagney5-2/+311
* Makefile.in (ppc-sysv-tdep.o): Add $(gdb_assert_h). * rs6000-tdep.c (rs6000_gdbarch_init): When 64 bit SysV ABI, set push_dummy_call to ppc64_sysv_abi_push_dummy_call. * ppc-sysv-tdep.c: Include "gdb_assert.h". (ppc64_sysv_abi_push_dummy_call): New function. (ppc64_sysv_abi_broken_push_dummy_call): New function. * ppc-tdep.h (ppc64_sysv_abi_push_dummy_call): Declare. (ppc64_sysv_abi_broken_push_dummy_call): Declare.
2003-10-102003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka21-37/+60
* NEWS: Replace "Hitachi" and "Mitsubishi" with "Renesas". * README: Ditto. * d10v-tdep.c: Ditto. * h8300-tdep.c: Ditto. * remote-e7000.c: Ditto. * remote-hms.c: Ditto. * ser-e7kpc.c: Ditto. * sh-stub.c: Ditto. * sh-tdep.c: Ditto. * sh-tdep.h: Ditto. * sh3-rom.c: Ditto. * sh64-tdep.c: Ditto. * top.c: Ditto. * wince.c: Ditto. * config/d10v/d10v.mt: Ditto. * config/sh/embed.mt: Ditto. * config/sh/linux.mt: Ditto. * config/sh/tm-linux.h: Ditto. * config/sh/tm-sh.h: Ditto. * config/sh/wince.mt: Ditto.
2003-10-102003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka3-46/+51
* gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas". * gdbint.texinfo: Ditto.
2003-10-102003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka3-2/+7
* config/hmsirom.exp: Replace "Hitachi" with "Renesas". * gdb.disasm/sh3.s: Ditto.
2003-10-102003-10-09 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-2/+12
Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>: * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro. (SOFTWARE_SINGLE_STEP_P): Ditto. * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto. * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto. (SOFTWARE_SINGLE_STEP_P): Ditto. * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set software_single_step to rs6000_software_single_step.
2003-10-102003-10-09 Andrew Cagney <cagney@redhat.com>Andrew Cagney5-15/+21
Changes from 2003-09-09 Jimi Xenidis <jimix@watson.ibm.com>: * config/rs6000/tm-rs6000.h (SOFTWARE_SINGLE_STEP): Delete macro. (SOFTWARE_SINGLE_STEP_P): Ditto. * config/powerpc/tm-ppc-eabi.h (SOFTWARE_SINGLE_STEP_P): Ditto. * config/powerpc/tm-linux.h (SOFTWARE_SINGLE_STEP): Ditto. (SOFTWARE_SINGLE_STEP_P): Ditto. * rs6000-tdep.c (rs6000_gdbarch_init): When AIX, set software_single_step to rs6000_software_single_step.
2003-10-102003-10-09 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-1/+7
From 2003-09-18 David Anderson <davea@sgi.com>: * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with "command".
2003-10-102003-10-09 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-1/+5
* MAINTAINERS: Mark m32r-elf as buildable with -Werror.
2003-10-10Fix typo in previous CL entry.Elena Zannoni1-1/+1
2003-10-102003-10-09 Michael Snyder <msnyder@redhat.com>Michael Snyder2-3/+4
* frame.h: Fix typo in comment.
2003-10-102003-10-09 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+2
* dummy-frame.c: Fix typo.
2003-10-102003-10-09 Michael Snyder <msnyder@redhat.com>Michael Snyder2-33/+44
* d10v-tdep.c: Random whitespace/comment tweaks.
2003-10-10*** empty log message ***gdbadmin1-1/+1
2003-10-092003-10-09 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-18/+51
* sh-tdep.c (sh_gdbarch_init): Delete setting of push_dummy_code. (sh_gdbarch_init): Delete function, it's only used for dummy calls on stack. Based on input by Stephen Clarke (stephen.clarke@superh.com): * sh-tdep.c (sh_use_struct_convention): Add comment explaining ABI in detail.
2003-10-09 * gdb.threads/switch-threads.exp: New test.Daniel Jacobowitz3-0/+104
* gdb.threads/switch-threads.c: New source file.
2003-10-09 * remote-mips.c (mips_initialize): Remove unneeded call toDaniel Jacobowitz2-4/+5
get_selected_frame. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
2003-10-09 * dwarf2expr.c (execute_stack_op): Don't treat the frame base asDaniel Jacobowitz2-12/+5
a memory pointer.
2003-10-09*** empty log message ***gdbadmin1-1/+1
2003-10-082003-10-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2-2/+12
* lin-lwp.c (stop_and_resume_callback): Set the resumed flag for any lwp we resume. (running_callback): Add lwps that have pending status events against them to be considered running.
2003-10-082003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka1-0/+5
* m32r-tdep.c : Include "dis-asm.h". * Makefile.in (m32r-tdep.o): Update dependencies.
2003-10-082003-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>Kazuhiro Inaoka2-1/+2
* m32r-tdep.c : Include "dis-asm.h". * Makefile.in (m32r-tdep.o): Update dependencies.
2003-10-08*** empty log message ***gdbadmin1-1/+1
2003-10-07 * gdb.base/ending-run.exp: Add sh specific case.Corinna Vinschen2-0/+9
2003-10-07*** empty log message ***gdbadmin1-1/+1
2003-10-06 * completer.h (get_gdb_completer_word_break_characters): Delete.Joel Brobecker5-18/+24
* completer.c: include language.h. (gdb_completer_word_break_characters): Delete. (get_gdb_completer_word_break_characters): Delete. (location_completer): Use the word break characters of the current language. (complete_line): Likewise. (line_completion_function): Likewise. (skip_quoted_chars): Likewise. * Makefile.in (completer.o): Add dependency on language.h. * top.c (init_main): Set the readline word break characters to GDB's default word break characters.
2003-10-06 * language.h (language_defn): new field, la_word_break_characters.Joel Brobecker11-0/+36
* language.c (unknown_language_defn): Set new field to default_word_break_characters. (auto_language_defn): Likewise. (local_language_defn): Likewise. * ada-lang.c (ada_language_defn): Likewise. * c-lang.c (c_language_defn): Likewise. (cplus_language_defn): Likewise. (asm_language_defn): Likewise. (minimal_language_defn): Likewise. * f-lang.c (f_language_defn): Likewise. * jv-lang.c (java_language_defn): Likewise. * m2-lang.c (m2_language_defn): Likewise. * objc-lang.c (objc_language_defn): Likewise. * p-lang.c (pascal_language_defn): Likewise. * scm-lang.c (scm_language_defn): Likewise.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-66/+60
* ppc-sysv-tdep.c: Re-indent.
2003-10-06 * language.h (default_word_break_characters): Add prototype.Joel Brobecker3-0/+17
* language.c (default_word_break_characters): New function.
2003-10-06 * i386-tdep.c (i386_analyze_frame_setup): Also handle xorl/sublAndreas Schwab2-0/+8
with %eax.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-10/+8
* Makefile.in (ALLDEPFILES): Remove "z8k-tdep.c" and "h8500-tdep.c". (z8k-tdep.o): Delete custom build rule.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-43/+35
* Makefile.in: Update all dependencies.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-5/+8
* MAINTAINERS: Mention that h8500, mn10200, and z8k were deleted. No longer list PA as as obsolete candidate. List m32r as broken instead of obsolete.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney42-2460/+22
* config/nm-m3.h, config/h8500/h8500.mt: Delete obsolete files. * config/h8500/tm-h8500.h, config/i386/nm-ptx4.h: Ditto. * config/i386/nm-symmetry.h, config/i386/ptx.mh: Ditto. * config/i386/ptx.mt, config/i386/ptx4.mh: Ditto. * config/i386/ptx4.mt, config/i386/symmetry.mh: Ditto. * config/i386/symmetry.mt, config/i386/tm-ptx.h: Ditto. * config/i386/tm-ptx4.h, config/i386/tm-symmetry.h: Ditto. * config/i386/xm-ptx.h, config/i386/xm-ptx4.h: Ditto. * config/i386/xm-symmetry.h, config/mips/mipsm3.mh: Ditto. * config/mips/mipsm3.mt, config/mips/tm-mipsm3.h: Ditto. * config/mips/xm-mipsm3.h, config/mn10200/mn10200.mt: Ditto. * config/mn10200/tm-mn10200.h, config/pa/hppabsd.mh: Ditto. * config/pa/hppabsd.mt, config/pa/hppaosf.mh: Ditto. * config/pa/hppaosf.mt, config/pa/hppapro.mt: Ditto. * config/pa/nm-hppab.h, config/pa/nm-hppao.h: Ditto. * config/pa/tm-hppab.h, config/pa/tm-hppao.h: Ditto. * config/pa/tm-pro.h, config/pa/xm-hppab.h: Ditto. * config/pa/xm-pa.h, config/sparc/sparclet.mt: Ditto. * config/sparc/sparclite.mt, config/sparc/tm-sparclet.h: Ditto. * config/sparc/tm-sparclite.h, config/z8k/tm-z8k.h: Ditto. * config/z8k/z8k.mt: Ditto.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-20/+19
* NEWS: Mention that z8k-zilog-none, z8ksim, mn10200-*-*, h8500hms, hppa*-*-bsd*, hppa*-*-osf*, hppa*-*-pro*, mips*-*-mach3*, i[3456]86-sequent-sysv4*, i[3456]86-sequent-sysv*, i[3456]86-sequent-bsd*, sparclet-*-*, sparclite-fujitsu-none, and sparclite were removed. * configure.host, configure.tgt: Remove corresponding tuples.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-479/+5
* gdb.base/watchpoint.exp: Delete obsolete clear_xfail. * gdb.disasm/mn10200.exp: Delete obsolete file.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney12-1332/+14
* breakpoint.c, breakpoint.h: Remove obsolete code and comments. * buildsym.c, dbxread.c, gdbtypes.c, mdebugread.c: Ditto. * monitor.c, sparc-tdep.c, stabsread.c: Ditto. * stabsread.h, xcoffread.c: Ditto.
2003-10-062003-10-06 Andrew Cagney <cagney@redhat.com>Andrew Cagney12-11427/+7
* z8k-tdep.c, symm-tdep.c, symm-nat.c: Delete obsolete file. * sparclet-stub.c, sparclet-rom.c: Delete obsolete file. * sparcl-tdep.c, sparcl-stub.c, h8500-tdep.c: Delete obsolete file. * m3-nat.c, mipsm3-nat.c, mn10200-tdep.c: Delete obsolete file.
2003-10-062003-10-06 David Lecomber <dsl@sources.redhat.com>David Lecomber1-0/+4
* f-valprint.c: Reformatting
2003-10-062003-10-06 David Lecomber <dsl@sources.redhat.com>David Lecomber1-4/+5
* f-valprint.c: Reformatting
2003-10-06*** empty log message ***gdbadmin1-1/+1
2003-10-05* x86-64-tdep.c: Remove duplicate comment.Mark Kettenis2-7/+2
2003-10-05* x86-64-tdep.c (x86_64_store_return_value): Don't useMark Kettenis2-2/+9
DEPRECATED_REGISTER_RAW_SIZE. Use symbolic names for register names for return values. This fixes a bug since we looked at %rbx instead of %rdx.
2003-10-05* x86-64-tdep.c: Include "regset.h".Mark Kettenis2-0/+3
2003-10-05* i386-tdep.h (struct gdbarch_tdep): Add members gregset,Mark Kettenis4-0/+88
gregset_reg_offset, gregset_num_regs, sizeof_gregset, fpregset, sizeof_fpregset. * i386-tdep.c: Include "regset.h". (i386_supply_gregset): New function. (i386_supply_fpregset): New function. (i386_gdbarch_init): Initialze register set-related members of TDEP. * x86-64-tdep.c (x86_64_supply_fpregset): New function. (x86_64_init_abi): Initialize TDEP->sizeof_fpregset.
2003-10-05*** empty log message ***gdbadmin1-1/+1
2003-10-04*** empty log message ***gdbadmin1-1/+1