summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * rs6000-tdep.c: #include "dwarf2expr.h".master-UNNAMED-BRANCHcvs/master-UNNAMED-BRANCHJim Blandy2004-09-077-5/+1092
| | | | | | | | | | | | | | | | | | (dwarf_piece_is_ev_upper_reg, dwarf_piece_is_gpr) (e500_dwarf_simplify_register_pieces): New functions. (rs6000_gdbarch_init): If the architecture is E500, register e500_dwarf_simplify_register_pieces. * Makefile.in (rs6000-tdep.o): Update dependencies. * gdbarch.sh (dwarf_simplify_register_pieces): New method. Add forward declaration for 'struct dwarf_expr_piece'. * gdbarch.c, gdbarch.h: Regenerated. * dwarf2loc.c (dwarf2_evaluate_loc_desc): Try to simplify multi-piece expression results before giving up. * arch-utils.c (dwarf_never_simplify_pieces): New function. * arch-utils.h (struct dwarf_expr_piece): Forward decl for struct type, used in ... (dwarf_never_simplify_pieces): New declaration.
* Merge changes from trunk:Jim Blandy2004-09-073-0/+1325
| | | | | | | | | | | | | | | | | | | | | | 2004-08-24 Jim Blandy <jimb@redhat.com> * dwarf2expr.h (struct dwarf_expr_context): New members 'num_pieces' and 'pieces', for returning the result of an expression that uses DW_OP_piece. (struct dwarf_expr_piece): New struct type. * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and pieces. (free_dwarf_expr_context): Free pieces, if any. (add_piece): New function. (execute_stack_op): Implement DW_OP_piece. * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the expression is a list of pieces, print an error message. (dwarf2_loc_desc_needs_frame): If the expression yields pieces, and any piece is in a register, then we need a frame. * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of the stack until we've decided what sort of result the evaluation has produced. Use separate variables, with more specific names.
* * rs6000-tdep.c: #include "dwarf2-frame.h".Jim Blandy2004-09-072-1/+9
| | | | | | (rs6000_dwarf2_reg_to_regnum): Recognize 65 as another number for lr. (rs6000_gdbarch_init): Hook in dwarf2_frame_sniffer. * Makefile.in (rs6000-tdep.o): Update dependencies.
* Allow access to all 64 bits of the SPE GPR's in multi-threadedJim Blandy2004-09-017-6/+11289
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | programs. * ppc-tdep.h (struct speregset): New struct type. * ppc-linux-tdep.c: #include "gdb_assert.h". (ppc_linux_supply_speregset, ppc_linux_collect_speregset): New functions. (ppc_linux_speregset): New structure. (ppc_linux_init_abi): Describe how to pass the full 64-bit values of the SPE GPRs across the thread-db interface. * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fix. * Makefile.in (ppc-linux-tdep.o): Update dependencies. Allow targets to specify an extended register set, to be passed through libthread_db via its 'xregs' functions. * gdbarch.sh (XREGS_REGSET, XREGS_SIZE, XREGS_NAME): New gdbarch members. * gdbarch.c, gdbarch.h: Regenerated. * proc-service.c: #include "regset.h" and "regcache.h". (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs): Fill in real implementations of these functions. * thread-db.c: #include "regset.h". (td_thr_getxregsize_p, td_thr_getxregs_p, td_thr_setxregs_p): New variables. (thread_db_load): Initialize them. (warned_xregs_not_implemented): New variable. (thread_db_new_objfile): Clear it here. (thread_db_fetch_registers, thread_db_store_registers): Supply and collect the xregset, too, if the architecture says it has one, and libthread_db seems to be able to support it. * Makefile.in (proc-service.o, thread-db.o): Update dependencies.
* gdb/ChangeLog:Jim Blandy2004-09-018-73/+8900
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-08-25 Jim Blandy <jimb@redhat.com> Merge changes from trunk: 2004-08-09 Jim Blandy <jimb@redhat.com> * rs6000-tdep.c (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno): Doc fixes. 2004-08-04 Jim Blandy <jimb@redhat.com> * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with a call to 'internal_error', with a more helpful error message. * rs6000-tdep.c (e500_pseudo_register_read, e500_pseudo_register_write, rs6000_store_return_value): Same. Change the layout of the PowerPC E500 raw register cache to allow the lower 32-bit halves of the GPRS to be their own raw registers, not pseudoregisters. * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag; add ppc_ev0_upper_regnum flag. * rs6000-tdep.c: #include "reggroups.h". (spe_register_p): Recognize the ev upper half registers as SPE registers. (init_sim_regno_table): Build gdb->sim mappings for the upper-half registers. (e500_move_ev_register): New function. (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev' vector registers are the pseudo-registers now, formed by splicing together the gprs and the upper-half registers. (e500_register_reggroup_p): New function. (P): Macro deleted. (P8, A4): New macro. (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted. (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New macros. (registers_e500): Rearrange register set so that the raw register set contains 32-bit GPRs and upper-half registers, and the SPE vector registers become pseudo-registers. (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p; it has been deleted. Initialize ppc_ev0_upper_regnum. Many other register numbers are now the same for the E500 as they are for other PowerPC variants. Register e500_register_reggroup_p as the register group function for the E500. * Makefile.in (rs6000-tdep.o): Update dependencies. Adapt PPC E500 native support to the new raw regcache layout. * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes. (read_spliced_spe_reg, write_spliced_spe_reg): Deleted. (fetch_spe_register, store_spe_register): Handle fetching/storing all the SPE registers at once, if regno == -1. These now take over the job of fetch_spe_registers and store_spe_registers. (fetch_spe_registers, store_spe_registers): Deleted. (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs unconditionally; they're always raw. Fetch/store SPE upper half registers, if present, instead of ev registers. (fetch_register, store_register): Remove sanity checks: gprs are never pseudo-registers now, so we never need to even mention any registers that are ever pseudoregisters. Use a fixed register numbering when communicating with the PowerPC simulator. * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'. * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h". (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno): New functions. (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call init_sim_regno_table. * Makefile.in (gdb_sim_ppc_h): New variable. (rs6000-tdep.o): Update dependencies. 2004-08-02 Andrew Cagney <cagney@gnu.org> Replace DEPRECATED_REGISTER_RAW_SIZE with register_size. * rs6000-tdep.c (rs6000_push_dummy_call) (rs6000_extract_return_value): Use register_size. ... * ppc-linux-nat.c (fetch_altivec_register, fetch_register) (supply_vrregset, store_altivec_register, fill_vrregset): Ditto. 2004-07-20 Jim Blandy <jimb@redhat.com> * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for bfd_mach_ppc has no segment registers. Include PowerPC SPR numbers for special-purpose registers. * rs6000-tdep.c (struct reg): Add new member, 'spr_num'. (R, R4, R8, R16, F, P, R32, R64, R0): Include value for new member in initializer. (S, S4, SN4, S64): New macros for defining special-purpose registers. (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power, registers_403, registers_403GC, registers_505, registers_860, registers_601, registers_602, registers_603, registers_604, registers_750, registers_e500): Use them. * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power'; replace references with expression used to initialize variable. 2004-07-16 Jim Blandy <jimb@redhat.com> * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR. (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1) (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add missing MPC823 SPRs. (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was incorrect. (This was corrected in GDB's register name tables on 2004-07-14.) * rs6000-tdep.c (registers_602): Correct register name: "esassr" should be "esasrr" ("ESA Save and Restore Register"). 2004-07-15 Jim Blandy <jimb@redhat.com> * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum. * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it. 2004-07-14 Jim Blandy <jimb@redhat.com> * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused. * ppc-tdep.h (ppc_num_vrs): New enum constant. * ppc-tdep.h (ppc_num_srs): New enum constant. * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl) (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar) (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1) (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa) (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr) (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe) (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1) (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave) (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3) (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr) (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u) (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u) (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u) (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u) (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat) (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr) (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap) (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam) (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid) (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc) (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0) (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2) (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4) (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1) (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia) (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda) (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp) (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss) (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa) (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr) (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr) (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr) (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr) (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1) (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2) (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr) (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1) (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt) (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC special-purpose register numbers. * rs6000-tdep.c (registers_860): Correct register name. (No PPC manual mentions 'md_twb', but many mention 'm_twb', and at that point in the register list.) include/gdb/ChangeLog: 2004-08-04 Andrew Cagney <cagney@gnu.org> * sim-ppc.h: Add extern "C" wrapper. (enum sim_ppc_regnum): Add full list of SPRs. 2004-08-04 Jim Blandy <jimb@redhat.com> * sim-ppc.h: New file. sim/ppc/ChangeLog: 2004-08-04 Andrew Cagney <cagney@gnu.org> Jim Blandy <jimb@redhat.com> * sim_callbacks.h (simulator): Declare. * Makefile.in (gdb-sim.o): New rule. (MAIN_SRC, GDB_OBJ): Add gdb-sim.o, gdb-sim.c. (DEFS_H): Delete. (GDB_SIM_PPC_H): Define. * gdb-sim.c: New file. * sim_calls.c: Do not include "defs.h". (simulator): Drop static. (sim_store_register, sim_fetch_register): Delete.
* *** empty log message ***gdbadmin2004-02-291-1/+1
|
* * gdb.base/relocate.c (dummy): Initialize.Daniel Jacobowitz2004-02-292-1/+5
|
* * gdb.base/chng-syms.exp: Anchor exit pattern. AllowDaniel Jacobowitz2004-02-292-1/+9
| | | | a breakpoint at exit.
* * thread-db.c (disable_thread_signals): Remove unused function.Daniel Jacobowitz2004-02-291-0/+4
|
* GDB 6.1 branch created.Andrew Cagney2004-02-295943-2646068/+6
|
* * amd64-nat.c: Include "gdb_string.h".Mark Kettenis2004-02-282-1/+16
| | | | | (amd64_collect_native_gregset): Zero-extend the 32-bit general-purpose registers and %eip.
* 2004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-282-2/+11
| | | | | * src-release (CVS_NAMES): Define. (do-tar, do-tar): Prune $(CVS_NAMES).
* * amd64-tdep.h: (amd64_collect_fxsave): New prototype.Mark Kettenis2004-02-283-6/+32
| | | | | * amd64-tdep.c (amd64_collect_fxsave): New function. (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
* * i387-tdep.h: Update copyright year.Mark Kettenis2004-02-283-7/+34
| | | | | | | | (i387_collect_fxsave): New prototype. * i387-tdep.c: Update copyright year. (i387_collect_fxsave): New function containing most of the code from i387_fill_fxsave. (i387_fill_fxsave): Call i387_collect_fxsave.
* 2004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-282-18/+52
| | | | | * amd64-linux-nat.c (ps_get_thread_area): When architecture is i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
* Oops, wrong patch :-(Andrew Cagney2004-02-282-62/+19
|
* 2004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-282-19/+62
| | | | | * amd64-linux-nat.c (ps_get_thread_area): When architecture is i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
* * amd64-tdep.c (amd64_frame_cache): Fix comment.Mark Kettenis2004-02-282-7/+10
|
* 2004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-2819-58/+70
| | | | | | | | | | | | * utils.c: Use "", instead of <>, to include readline. tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto. * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto. * source.c, solib.c, exec.c, event-top.c: Ditto. * corelow.c, completer.c, cli/cli-setshow.c: Ditto. * cli/cli-dump.c, cli/cli-cmds.c: Ditto. * Makefile.in: Update all dependencies. (readline_tilde_h, readline_history_h): Define. (readline_headers): Delete.
* * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" toMark Kettenis2004-02-282-0/+6
| | | | | "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to "config/i386/tm-lx64.h".
* * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" toMark Kettenis2004-02-282-2/+8
| | | | | "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
* 2004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-282-0/+3
| | | | * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
* 2004-02-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-282-9/+20
| | | | | | * breakpoint.c (_initialize_breakpoint): Use "add_setshow_auto_boolean_cmd. Better word-wrap help messages. Add help to show command.
* * i386-nat.c: Reformat to be closer to coding standards.Mark Kettenis2004-02-282-98/+129
| | | | | | | (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to `retval'. Make variables `align' and `size' local to while-loop. (i386_stopped_data_address): Rename local variable `ret' to `addr'. (_initialize_i386_nat): New prototype.
* * tui/tui.c: Include <readline/readline.h> instead ofMark Kettenis2004-02-282-1/+11
| | | | | "readline/readline.h". Include it after <term.h> and "gdb_curses.h".
* Reviewed and approved by drow@false.org.Fred Fish2004-02-282-0/+8
| | | | | | 2004-02-27 Fred Fish <fnf@redhat.com> * gdb.base/chng-syms.exp: Add expect condition to match failing case that isn't a timeout.
* * elf-bfd.h (struct elf_backend_data): AddedAlexandre Oliva2004-02-285-3/+158
| | | | | | | | | | | | | | | | | | | | | | | | elf_backend_can_make_relative_eh_frame, elf_backend_can_make_lsda_relative_eh_frame and elf_backend_encode_eh_address. (_bfd_elf_encode_eh_address): Declare. (_bfd_elf_can_make_relative): Declare. * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use new hooks to decide whether to attempt to make_relative and make_lsda_relative. (_bfd_elf_write_section_eh_frame_hdr): Call encode_eh_address. (_bfd_elf_can_make_relative): New. (_bfd_elf_encode_eh_address): New. * elf32-frv.c (frv_elf_use_relative_eh_frame): New. (frv_elf_encode_eh_address): New. (elf_backend_can_make_relative_eh_frame): Define. (elf_backend_can_make_lsda_relative_eh_frame): Define. (elf_backend_encode_eh_address): Define. * elfxx-target.h (elf_backend_can_make_relative_eh_frame): Define. (elf_backend_can_make_lsda_relative_eh_frame): Define. (elf_backend_encode_eh_address): Define. (elfNN_bed): Add them.
* * elf32-frv.c (elf32_frv_howto_table) <R_FRV_LABEL16>: SetAlexandre Oliva2004-02-282-1/+6
| | | | complain_on_overflow to signed.
* *** empty log message ***gdbadmin2004-02-281-1/+1
|
* daily updateAlan Modra2004-02-271-1/+1
|
* 2004-02-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-272-9/+47
| | | | | | | | * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use the new frame unwind code. (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM. (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from PCOQ_HEAD_REGNUM.
* Index: ChangeLogAndrew Cagney2004-02-272-115/+36
| | | | | | | | | | | 2004-02-27 Andrew Cagney <cagney@redhat.com> * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always "return_value" and "push_dummy_call". (hppa32_use_struct_convention): Delete unused function. (hppa32_store_return_value): Delete unused function. (hppa32_extract_return_value): Delete unused function. (hppa32_stack_align): Delete function.
* 2004-02-27 Eli Zaretskii <eliz@elta.co.il>Eli Zaretskii2004-02-272-2/+11
| | | | | * coffread.c (enter_linenos): Don't let rawptr reference memory outside linetab[]'s limits.
* 2004-02-27 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-02-272-38/+135
| | | | | | * elflink.h (sort_symbol): New. (elf_link_add_object_symbols): Use a sorted symbol array for weakdef.
* 2004-02-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-272-1/+6
| | | | | * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile support.
* 2004-02-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-272-9/+26
| | | | | | | | * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving inferior stack space - the stack needs to grow upwards. (hppa32_frame_align): New function. (hppa64_frame_align): Replace hppa_frame_align. (hppa_gdbarch_init): Update.
* 2004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>Joern Rennecke2004-02-272-2/+7
| | | | | * sh-opc.h: Move fsca and fsrra instructions from sh4a to sh4. Also correct mistake in the comment.
* 2004-02-26 Orjan Friberg <orjanf@axis.com>Orjan Friberg2004-02-272-816/+568
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h) (dwarf2-frame.h): Include. (enum cris_regnums): New enum CRIS_FP_REGNUM. Remove static variables related to ABI setting. (struct gdbarch_tdep): Remove cris_abi member. (struct frame_extra_info): Remove. (cris_unwind_cache, stack_item): New structs. (cris_frame_unwind, cris_frame_base): New variables. (push_stack_item, pop_stack_item) (cris_frame_unwind_cache, cris_frame_this_id) (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align) (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer) (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc) (cris_unwind_sp, cris_store_return_value, cris_extract_return_value) (cris_reg_struct_has_addr): New functions. (cris_examine, cris_frame_init_saved_regs, cris_frame_chain) (cris_frame_saved_pc, cris_saved_pc_after_call, (cris_store_struct_return, cris_frameless_function_invocation) (cris_pop_frame, cris_skip_prologue_main) (cris_abi_original_store_return_value) (cris_abi_v2_store_return_value) (cris_abi_original_extract_return_value) (cris_abi_v2_extract_return_value) (cris_abi_original_reg_struct_has_addr) (cris_abi_v2_reg_struct_has_addr) (cris_abi_original_push_arguments, cris_abi_v2_push_arguments) (cris_push_return_address, cris_abi_update): Remove. (_initialize_cris_tdep): Remove ABI command. (cris_dump_tdep): Ditto. (cris_gdbarch_init): Remove ABI command. Set store_return_value, extract_return_value, push_dummy_code, push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id, frame_unwind_append_sniffer, frame_base_set_default. Clear deprecated init_frame_pc, push_arguments, store_return_value, extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words, sizeof_call_dummy_words, get_saved_register, push_return_address, pop_frame, store_struct_return, frame_init_saved_regs, init_extra_frame_info, frameless_function_invocation, frame_chain, frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos, dummy_write_sp.
* * elf32-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCALMartin Schwidefsky2004-02-273-14/+13
| | | | | | | | for pc relative relocs. (elf_s390_relocate_section): Likewise. * elf64-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for pc relative relocs. (elf_s390_relocate_section): Likewise.
* 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-02-274-4/+77
| | | | | | | | | * valprint.h (print_hex_chars, print_char_chars): New prototypes. * valprint.c (print_hex_chars): Change from static to external. (print_char_chars): New function. * printcmd.c (print_scalar_formatted): For integer and enum types that are longer than LONGEST, perform processing via appropriate print_*_chars routines.
* *** empty log message ***gdbadmin2004-02-271-1/+1
|
* Index: ChangeLogAndrew Cagney2004-02-263-9/+69
| | | | | | | | | | | 2004-02-26 Andrew Cagney <cagney@redhat.com> * Makefile.in: Update dependencies. Changes from Ulrich Weigand, * s390-tdep.c: Include "dwarf2-frame.h". (s390_dwarf2_frame_init_reg): New function. (s390_gdbarch_init): Install dwarf2_frame_sniffer and dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
* 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-02-262-1/+67
| | | | | | | | | * breakpoint.c (pending_break_support): New setting variable. (break_command_1): Account for pending_break_support setting when creating pending breakpoints. (set_breakpoint_cmd, show_breakpoint_cmd): New functions. (_initialize_breakpoint): Add "set breakpoint pending" and "show breakpoint pending" commands.
* 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-02-262-7/+40
| | | | | | * gdb.texinfo (breakpoints): Add information about the new "set breakpoint pending" and "show breakpoint pending" commands.
* daily updateAlan Modra2004-02-261-1/+1
|
* Reviewed and approved by cagney@gnu.org.Fred Fish2004-02-264-77/+145
| | | | | | | | 2004-02-26 Fred Fish <fnf@redhat.com> * gdb.arch/gdb1431.c: Remove. * gdb.arch/gdb1431.s: New file, copy of gdb1291.s * gdb.arch/gdb1431.exp: Use "advance" correctly instead of "until" incorrectly.
* 2004-02-26 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-262-32/+33
| | | | | * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc in Per-architecture module data section.
* * gdb.cp/class2.cc (empty): New class.Joel Brobecker2004-02-263-1/+22
| | | | | | (refer): New function. (main): Declare an object of type empty and use it. * gdb.cp/class2.exp: Print the value of an object of type empty.
* 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2004-02-262-1/+6
| | | | | * gdb.base/langs.exp: Update query string to match the new nquery format used for pending breakpoints.
* 2004-02-26 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-02-262-1/+6
| | | | | * elfxx-ia64.c (elfNN_ia64_check_relocs): Fix call to count_dyn_reloc.