summaryrefslogtreecommitdiffstats
path: root/gdb
Commit message (Collapse)AuthorAgeFilesLines
* 2004-03-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-2313-161/+146
| | | | | | | | | | | | | | | | | | | | * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate. * gdbarch.h, gdbarch.c: Re-generate. * i386obsd-tdep.c (i386obsd_init_abi): Update. * i386nbsd-tdep.c (i386nbsd_init_abi): Update. * i386bsd-tdep.c (i386bsd_init_abi): Update. * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END) (DEPRECATED_SIGTRAMP_START): Update. * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END) (DEPRECATED_SIGTRAMP_START): Update. * blockframe.c (find_pc_sect_partial_function): Update. * arch-utils.c (legacy_pc_in_sigtramp): Update. Index: doc/ChangeLog 2004-03-23 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Deprecate references to SIGTRAMP_START and SIGTRAMP_END.
* * remote.c (remote_open_1): Reopen the exec file and reread symbolsDaniel Jacobowitz2004-03-232-0/+8
| | | | if necessary.
* 2004-03-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-2348-106/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with predicate, deprecate. * gdbarch.h, gdbarch.c: Re-generate. * alpha-linux-tdep.c (alpha_linux_init_abi): Update. * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update. * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update. * alphafbsd-tdep.c (alphafbsd_init_abi): Update. * alphanbsd-tdep.c (alphanbsd_init_abi): Update. * amd64-linux-tdep.c (amd64_linux_init_abi): Update. * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update. * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update. * amd64obsd-tdep.c (amd64obsd_init_abi): Update. * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update. * blockframe.c (find_pc_partial_function): Update. * breakpoint.c (bpstat_what): Update. * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update. * frv-linux-tdep.c (frv_linux_init_abi): Update. * frv-tdep.c (frv_sigtramp_frame_sniffer): Update. * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update. * i386-interix-tdep.c (i386_interix_init_abi): Update. * i386-linux-tdep.c (i386_linux_init_abi): Update. * i386-nto-tdep.c (i386nto_init_abi): Update. * i386-sol2-tdep.c (i386_sol2_init_abi): Update. * i386-tdep.c (i386_sigtramp_frame_sniffer) (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update. * i386bsd-tdep.c (i386bsd_init_abi): Update. * i386nbsd-tdep.c (i386nbsd_init_abi): Update. * i386obsd-tdep.c (i386obsd_init_abi): Update. * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update. * infrun.c (pc_in_sigtramp): Update. * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update. * m68klinux-tdep.c (m68k_linux_init_abi): Update. * mips-tdep.c (mips_gdbarch_init): Update. * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update. * ppc-linux-tdep.c: Update comment. * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update. * shnbsd-tdep.c (shnbsd_init_abi): Update. * sparc-linux-tdep.c (sparc32_linux_init_abi): Update. * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update. * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update. * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update. * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update. * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update. * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update. * sparcobsd-tdep.c (sparc32obsd_init_abi): Update. Index: doc/ChangeLog 2004-03-23 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Deprecate references to PC_IN_SIGTRAMP.
* 2004-03-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-234-1/+237
| | | | | | * tramp-frame.h, tramp-frame.h: New files. * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o): Update rules to include "tramp-frame.h" and "tramp-frame.c".
* 2004-03-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-232-13/+18
| | | | * Makefile.in: Update all dependencies.
* 2004-03-23 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-234-3/+92
| | | | | | | | | | | | | * Makefile.in (trad_frame_h): Add $(frame_h). * trad-frame.h: Update copyright. Include "frame.h". (struct trad_frame_cache, trad_frame_cache_zalloc): Declare. (trad_frame_set_id, trad_frame_get_id): Declare. (trad_frame_set_reg_addr, trad_frame_get_register): Declare. * trad-frame.c: Update copyright. (struct trad_frame_cache): Define. (trad_frame_cache_zalloc): New function. (trad_frame_set_id, trad_frame_get_id): New functions. (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
* *** empty log message ***gdbadmin2004-03-231-1/+1
|
* 2004-03-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-222-30/+54
| | | | | | | | | | | | | | | | * s390-tdep.c (struct s390_stub_unwind_cache): Rename s390_pltstub_unwind_cache. (s390_stub_frame_unwind_cache): Rename s390_pltstub_frame_unwind_cache. (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id. (s390_stub_frame_prev_register): Rename s390_pltstub_frame_prev_register. (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind. (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer. From Ulrich Weigand: * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function pointer calls like PLT calls.
* * mips-tdep.c (non_heuristic_proc_desc): Search using the specifiedDaniel Jacobowitz2004-03-222-7/+45
| | | | | PC rather than the partial function start address. Use the start address to sanity check the found PDR.
* * lin-lwp.c (lin_lwp_wait): Pass the LWP ID toDaniel Jacobowitz2004-03-222-2/+6
| | | | linux_handle_extended_wait.
* 2004-03-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-222-56/+3
| | | | | * rs6000-tdep.c (frame_initial_stack_address): Delete unused function.
* 2004-03-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-229-27/+28
| | | | | | | | | | | | | | * frame.h (generic_pop_current_frame): Delete declaration. (deprecate_pop_dummy_frame): Deprecate generic_pop_dummy_frame. * dummy-frame.c (deprecated_pop_dummy_frame): Update. (generic_pop_current_frame): Delete function. * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to generic_pop_current_frame. * v850-tdep.c (v850_pop_frame): Update. * mcore-tdep.c (mcore_pop_frame): Update. * sh64-tdep.c (sh64_pop_frame): Update. * h8300-tdep.c (h8300_pop_frame): Update.
* 2004-03-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-228-49/+35
| | | | | | | | | | | | | | | | * frame.h (deprecated_pc_in_call_dummy): Rename generic_pc_in_call_dummy. * dummy-frame.h (pc_in_dummy_frame): Delete declaration. * dummy-frame.c (deprecated_pc_in_call_dummy): Rename generic_pc_in_call_dummy. (pc_in_dummy_frame): Make static. * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update. * gdbarch.h, gdbarch.c: Re-generate. * dummy-frame.c (dummy_frame_sniffer): Simplify. * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy. (legacy_get_prev_frame): Ditto. * inferior.h: Delete reference to generic_pc_in_call_dummy in comment.
* 2004-03-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-222-24/+7
| | | | | | * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET. Problem identified by Ulrich Weigand.
* 2004-03-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-224-18/+7
| | | | | | | | | * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete declaration and out-of-date comment. * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point): Delete function. * mn10300-tdep.c (mn10300_gdbarch_init): Do not set deprecated_pc_in_call_dummy.
* *** empty log message ***gdbadmin2004-03-221-1/+1
|
* 2004-03-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-212-15/+18
| | | | | | * infrun.c (handle_inferior_event): For non legacy frames, use the frame ID and frame type to identify a signal trampoline. Update comments.
* 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>Nathan J. Williams2004-03-213-2/+8
| | | | | * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h". * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
* 2004-03-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-214-15/+77
| | | | | | | | | | | | | | | | | * frame-unwind.h: Update copyright. (struct frame_data): Add opaque declaration. (frame_sniffer_ftype): Declare. (struct frame_unwind): Add "unwind_data" and "sniffer". (frame_unwind_register_unwinder): Declare. (frame_unwind_find_by_frame): Add parameter "this_cache". * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame) (legacy_get_prev_frame, legacy_get_prev_frame) (get_frame_type): Pass the prologue_cache to frame_unwind_find_by_frame. * frame-unwind.c (struct frame_unwind_table_entry): Add field "unwinder". (frame_unwind_register_unwinder): New function. (frame_unwind_find_by_frame): Handle an unwind sniffer.
* *** empty log message ***gdbadmin2004-03-211-1/+1
|
* print_percentage: Use floating point to avoid incorrect results whenPaul N. Hilfinger2004-03-202-1/+6
| | | | portion*100 overflows.
* Remove old frame code. Enable new frame code for AIX.Kevin Buettner2004-03-204-407/+29
|
* Commit Andrew Cagney's rs6000 / PPC framification patch.Kevin Buettner2004-03-203-14/+377
|
* *** empty log message ***gdbadmin2004-03-201-1/+1
|
* * breakpoint.c (adjust_breakpoint_address): Don't adjustKevin Buettner2004-03-192-6/+29
| | | | | breakpoint address for watchpoints or the catch eventpoints. Add new paramter ``bptype''. Adjust all callers.
* 2004-03-19 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-194-3/+7
| | | | | | | | | | * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro. Index: doc/ChangeLog 2004-03-19 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete reference to GDB_TARGET_IS_HPPA.
* 2004-03-19 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-192-9/+5
| | | | | * PROBLEMS: Delete note that ARM does not use frame code, problem fixed.
* *** empty log message ***gdbadmin2004-03-191-1/+1
|
* 2004-03-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-182-12/+3
| | | | | * stack.c (return_command): Delete code wrapped in #ifdef DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
* 2004-03-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-182-2/+23
| | | | * rs6000-tdep.c (skip_prologue): Record only the first LR save.
* 2004-03-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-182-92/+67
| | | | | * gdbint.texinfo (Coding): Update section on gdbarch_data, describe pre_init and post_init.
* 2004-03-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-1812-17/+32
| | | | | | | | | | | | | | | * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with DEPRECATED_IN_SIGTRAMP. * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto. * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto. * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto. * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto. * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto. * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto. * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto. * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto. * arch-utils.c (legacy_pc_in_sigtramp): Ditto. * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
* 2004-03-18 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-183-40/+41
| | | | | | | | | | | | | | * frame-base.c: Update copyright. Include "gdb_obstack.h". (struct frame_base_table_entry): Define. (struct frame_base_table): Re-implement as a linked list. (frame_base_init): Re-implement. (frame_base_table): Delete function. (append_predicate): Delete function. (frame_base_append_sniffer): Update. (frame_base_set_default): Update. (frame_base_find_by_frame): Update. (_initialize_frame_base): Use gdbarch_data_register_pre_init. * Makefile.in (frame-base.o): Update dependencies.
* *** empty log message ***gdbadmin2004-03-181-1/+1
|
* 2004-03-17 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-172-1/+6
| | | | | * frame.c (legacy_get_prev_frame): Pass correct frame to frame_unwind_find_by_frame.
* 2004-03-17 David Carlton <carlton@kealia.com>David Carlton2004-03-172-2/+7
| | | | | * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of PR c++/826.
* 2004-03-17 David Carlton <carlton@kealia.com>David Carlton2004-03-172-0/+16
| | | | * NEWS: Mention C++ nested types and namespaces
* 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-03-172-5/+39
| | | | | | * PROBLEMS: Add section headers, "Regressions since gdb 6.0" and "Regressions since gdb 5.3.". Add known regressions since gdb 6.0.
* Fix typo in ChangeLog entry.Mark Kettenis2004-03-171-2/+2
|
* *** empty log message ***gdbadmin2004-03-171-1/+1
|
* 2004-03-16 David Carlton <carlton@kealia.com>David Carlton2004-03-162-17/+24
| | | | | * dwarf2read.c (process_structure_scope): Process children even when we're a declaration.
* .Roland McGrath2004-03-161-161/+166
|
* 2004-03-16 Roland McGrath <roland@redhat.com>Roland McGrath2004-03-162-0/+245
| | | | | * gdb.base/auxv.exp: New file. * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
* 2004-03-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-163-31/+27
| | | | | | | * symtab.h (find_pc_sect_partial_function): Delete declaration. * blockframe.c (find_pc_partial_function) (find_pc_sect_partial_function): Merge into a single find_pc_partial_function.
* * i386bsd-nat.c: s/regno/regnum/g.Mark Kettenis2004-03-162-35/+42
| | | | | | (fetch_inferior_registers): Use I386_ST0_REGNUM instead of FP0_REGNUM. (store_inferior_registers): Likewise.
* * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave insteadMark Kettenis2004-03-162-4/+12
| | | | | | | of i387_fill_fsave. (store_inferior_registers): Call i387_collect_fsave and i387_collect_fxsave instead of i387_fill_fsave and i387_fill_fxsave.
* *** empty log message ***gdbadmin2004-03-161-1/+1
|
* 2004-03-15 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-03-153-30/+39
| | | | | | | | | | | | | | | * Makefile.in (frame-unwind.o): Update dependencies. * frame-unwind.c: Include "gdb_obstack.h". (frame_unwind_init): Replace "gdbarch" parameter with an "obstack" parameter. (append_predicate): Delete function. (struct frame_unwind_table_entry): New structure. (struct frame_unwind_table): Replace "sniffer" with "head" and "tail". (frame_unwind_append_sniffer): Update. (frame_unwind_find_by_frame): Update. (_initialize_frame_unwind): Registe frame_unwind_init using gdbarch_data_register_pre_init.
* * i386bsd-nat.c: Update copyright year.Mark Kettenis2004-03-152-5/+10
| | | | | (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then define unconditionally.
* * i387-tdep.h (i387_collect_fsave): New prototype.Mark Kettenis2004-03-153-5/+30
| | | | | | * i387-tdep.c (i387_collect_fsave): New function containing most of the code from i387_fill_fsave. (i387_fill_fsave): Call i387_fill_fsave.
OpenPOWER on IntegriCloud