summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge with mainline.cvs/cagney_frameaddr-20030403-branchcagney_frameaddr-20030403-branchAndrew Cagney2003-04-10116-8138/+8976
|
* 2003-04-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-042-2/+9
| | | | | * frame.c (legacy_get_prev_frame): Revert a frame_id_eq test, instead comparing the frame PCs.
* 2003-04-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-03725-121332/+272
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * frame.c (frame_id_eq): Update. Compare function addresses. (get_frame_func): New function. (frame_func_unwind): New function. (legacy_get_prev_frame): Move linking of prev to next to the start of the function. (frame_id_p): Update. (get_frame_id): Return the frame's "id". Do not set "frame". (frame_id_build): Update. (frame_id_inner): Update. (create_sentinel_frame): Do not set the "pc". (select_frame): Use get_frame_pc. (legacy_saved_regs_this_id): Use frame_id_build. (create_new_frame): Set the frame's ID. Store the PC in the sentinel frame's PC unwind cache. (legacy_get_prev_frame): Do not set "pc" or "frame". Instead use frame_pc_unwind, frame_id_build, deprecated_update_frame_pc_hack, and deprecated_update_frame_base_hack. (get_prev_frame): Do not set "pc" or "frame", instead use frame_pc_unwind. (get_frame_pc): Use frame_pc_unwind. (find_frame_sal): Use get_frame_pc. (get_frame_base): Return the frame ID's stack address. (deprecated_update_frame_base_hack): Set the frame ID's stack address. (frame_id_eq, frame_id_p, frame_id_inner, get_frame_id): Add debug print statements. * d10v-tdep.c (d10v_frame_unwind_cache): Use frame_func_unwind. (d10v_frame_this_id): Get the frame's function. (d10v_frame_this_id): Use frame_id_eq. (d10v_unwind_dummy_id): Use frame_id_build. * stack.c (print_frame_info): Use get_frame_pc. * dummy-frame.c (dummy_frame_this_id): Use frame_id_build. Update parameter to find_dummy_frame. * breakpoint.c (print_one_breakpoint): Update. * frame.h (struct frame_id): Rename "base" to "stack_addr", replace "pc" with "func_addr". (frame_id_build): Update parameter names and comment. (struct frame_info): Delete "frame" and "pc" fields. (frame_func_unwind): Declare. (get_frame_func): Declare. (struct frame_info): Add field "func".
* 2003-04-02 Andrew Cagney <cagney@redhat.com>cagney_frameaddr-20030403-branchpointAndrew Cagney2003-04-037-37/+63
| | | | | | | | | | | | | * gdb.base/callfuncs.exp: Make "print add" messages unique. * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop matching directories by the name breakpoint. * gdb.base/pointers.exp: Make "ptype pppC" message consistent. Make "continue to marker1" consistent. * gdb.base/call-rt-st.exp: Make "finish out from loop_count" message consistent. * lib/gdb.exp: Put "the program is no longer running", and "the program exited" in parenthesis. * lib/mi-support.exp: Ditto.
* * observer.texi (GDB Observers): Adjust the documentation for theJoel Brobecker2003-04-032-6/+18
| | | | | normal_stop notification to better describe reality. Fix a couple of minor typos.
* (_bfd_XXi_swap_scnhdr_out): Compute ps and ss differently for object files andNick Clifton2003-04-034-46/+69
| | | | | | | | executables. (coff_swap_scnhdr_in): Only set the s_size field for object files or for executables who have not already initialised the field. (bfd_pe_executable_p): New macro. Return true if the PE format bfd is an executable.
* * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): Expand comment.Alan Modra2003-04-032-2/+7
|
* * elf32-ppc.c (ppc_elf_check_relocs): Don't use SYMBOL_REFERENCES_LOCALAlan Modra2003-04-032-4/+8
| | | | | here as it's too early to reliably determine locality. (ppc_elf_gc_sweep_hook): Likewise.
* Fixing Changelog for Makefile.in that I just committedBob Rossi2003-04-031-0/+6
|
* daily updateAlan Modra2003-04-031-1/+1
|
* *** empty log message ***gdbadmin2003-04-031-1/+1
|
* I broke my first ChangeLog :), fixing it.Bob Rossi2003-04-024-11/+18
|
* Adding -file-list-exec-source-file command to MIBob Rossi2003-04-029-2/+213
|
* * xtensa-config.h: Remove comment indicating that this is aBob Wilson2003-04-022-17/+16
| | | | generated file.
* * xtensa-modules.c: Remove comment indicating that this is aBob Wilson2003-04-022-2/+5
| | | | generated file.
* * mips-tdep.c (mips_dwarf_dwarf2_ecoff_reg_to_regnum)Kevin Buettner2003-04-022-0/+13
| | | | (mips_stab_reg_to_regnum): Add mappings for HI_REGNUM and LO_REGNUM.
* * Makefile.in (c_lang.o, jv_lang.o, language.o): Add $(demangle_h).Adam Fedor2003-04-0215-32/+81
| | | | | | | | | | | | | | | | | | | | * language.h (struct language_defn): Add la_demangle. (language_demangle): Declare. * language.c (language_demangle): New function. (unk_lang_demangle): Likewise. (unknown_language_defn, auto_language_defn, local_language_defn): Add ukn_lang_demangle. * ada-lang.c (ada_language_defn): Add NULL for la_demangle element. * f-lang.c, m2-lang.c, p-lang.c, scm-lang.c: Likewise. * c-lang.c (c_language_defn, asm_language_defn): Likewise. (cplus_language_defn): Add cplus_demangle for la_demangle element. * jv-lang.c (java_demangle): New function (java_language_defn): Use it for la_demangle element. * objc-lang.c (objc_demangle): Add options argument (objc_language_defn): Use objc_demangle for la_demangle element. * maint.c (maintenance_demangle): Replace switch with call to language_demangle. * utils.c (fprintf_symbol_filtered): Likewise.
* daily updateAlan Modra2003-04-021-1/+1
|
* *** empty log message ***gdbadmin2003-04-021-1/+1
|
* 2003-04-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-013-18/+11
| | | | | | | | * printcmd.c (print_frame_nameless_args): Delete #ifdef NAMELESS_ARG_VALUE, PRINT_NAMELESS_INTEGER and PRINT_TYPELESS_INTEGER. * config/sparc/tm-sp64.h (DEPRECATED_PUSH_RETURN_ADDRESS): Rename PUSH_RETURN_ADDRESS.
* * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Test for NULL dynobj.Alan Modra2003-04-012-42/+49
|
* 2003-04-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-013-20/+51
| | | | | | | | | | | | | | | * Makefile.in (d10v-tdep.o): Update dependencies. * d10v-tdep.c: Include "frame-base.h". (d10v_frame_unwind): Make constant. (d10v_frame_base_address): New function. (d10v_frame_base): New variable. (d10v_gdbarch_init): Set frame_base default. (struct d10v_unwind_cache): Add the field "prev_sp". Update comment for base. (d10v_frame_unwind_cache): Set and use "prev_sp". (d10v_frame_this_id): Use the previous frame's inner most stack address and this frame's func address for the frame ID. Use frame_id_build. Don't analyze beyond the current instruction.
* 2003-04-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-012-6/+12
| | | | | | * frame.h (get_frame_locals_address, get_frame_args_address): Refer to the base address, instead of the address of the first local or parameter.
* 2003-04-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-0111-64/+403
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add frame debug info addresses: * frame-base.c: New file. * frame-base.h: New file. * frame.h (struct frame_base): Add opaque declaration. (get_frame_base): Update comment. (get_frame_base_address): Declare. (get_frame_locals_address): Declare. (get_frame_args_address): Declare. (struct frame_info): Add "base" and "base_cache". Update comments on the unwinder. * frame.c: Include "frame-base.h". (get_frame_locals_address): New function. (get_frame_base_address): New function. (get_frame_args_address): New function. * findvar.c (read_var_value): Use get_frame_locals_address and get_frame_args_address. * stack.c (frame_info): Use get_frame_locals_address and get_frame_args_address. (FRAME_ARGS_ADDRESS_CORRECT): Delete conditionally defined macro, moved to "frame-base.c". * printcmd.c (print_frame_nameless_args): Ditto. * symtab.h (address_class): Update comments. * dwarf2loc.c (dwarf_expr_frame_base): Add note about get_frame_base_address. * dwarf2expr.c (execute_stack_op): Ditto. * Makefile.in (frame_base_h): Define. (frame.o): Update dependencies. (frame-base.o): Add dependencies. (SFILES): Add frame-base.c. (COMMON_OBS): Add frame-base.o.
* 2003-04-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-0126-81/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gdbarch.sh (CALL_DUMMY_START_OFFSET): Default to zero. CALL_DUMMY_LENGTH): Ditto. * gdbarch.c: Re-generate. * inferior.h (CALL_DUMMY_START_OFFSET): Delete macro. (CALL_DUMMY_LENGTH): Delete macro. * alpha-tdep.c (alpha_gdbarch_init): Do not set above when zero. * arm-tdep.c (arm_gdbarch_init): Ditto. * avr-tdep.c (avr_gdbarch_init): Ditto. * cris-tdep.c (cris_gdbarch_init): Ditto. * d10v-tdep.c (d10v_gdbarch_init): Ditto. * frv-tdep.c (frv_gdbarch_init): Ditto. * h8300-tdep.c (h8300_gdbarch_init): Ditto. * hppa-tdep.c (hppa_gdbarch_init): Ditto. * i386-tdep.c (i386_gdbarch_init): Ditto. * ia64-tdep.c (ia64_gdbarch_init): Ditto. * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto. * mcore-tdep.c (mcore_gdbarch_init): Ditto. * mips-tdep.c (mips_gdbarch_init): Ditto. * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. * rs6000-tdep.c (rs6000_gdbarch_init): Ditto. * s390-tdep.c (s390_gdbarch_init): Ditto. * sh-tdep.c (sh_gdbarch_init): Ditto. * sparc-tdep.c (sparc_gdbarch_init): Ditto. * v850-tdep.c (v850_gdbarch_init): Ditto. * vax-tdep.c (vax_gdbarch_init): Ditto. * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
* Add Xtensa portNick Clifton2003-04-0129-209/+14017
|
* * frame.c (get_prev_frame): Disable call to inside_entry_file().Corinna Vinschen2003-04-012-0/+15
|
* 2003-04-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-04-0131-194/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gdbarch.sh (CALL_DUMMY_BREAKPOINT_OFFSET): Default to zero. (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete. * gdbarch.h, gdbarch.c: Re-generate. * config/sparc/tm-sp64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete. (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete. * config/pa/tm-hppa64.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete. * inferior.h (CALL_DUMMY_BREAKPOINT_OFFSET_P): Delete. (CALL_DUMMY_BREAKPOINT_OFFSET): Delete. * infcmd.c (run_stack_dummy): Simplify assuming CALL_DUMMY_BREAKPOINT_OFFSET_P. * infrun.c (handle_inferior_event): Ditto. * alpha-tdep.c (alpha_gdbarch_init): Do not set call_dummy_breakpoint_offset or call_dummy_breakpoint_offset_p. * arm-tdep.c (arm_gdbarch_init): Ditto. * avr-tdep.c (avr_gdbarch_init): Ditto. * cris-tdep.c (cris_gdbarch_init): Ditto. * d10v-tdep.c (d10v_gdbarch_init): Ditto. * frv-tdep.c (frv_gdbarch_init): Ditto. * h8300-tdep.c (h8300_gdbarch_init): Ditto. * i386-tdep.c (i386_gdbarch_init): Ditto. * ia64-tdep.c (ia64_gdbarch_init): Ditto. * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto. * m68k-tdep.c (m68k_gdbarch_init): Ditto. * mcore-tdep.c (mcore_gdbarch_init): Ditto. * mips-tdep.c (mips_gdbarch_init): Ditto. * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. * rs6000-tdep.c (rs6000_gdbarch_init): Ditto. * s390-tdep.c (s390_gdbarch_init): Ditto. * sh-tdep.c (sh_gdbarch_init): Ditto. * sparc-tdep.c (sparc_gdbarch_init): Ditto. * v850-tdep.c (v850_gdbarch_init): Ditto. * vax-tdep.c (vax_gdbarch_init): Ditto. * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
* * symfile.c (symfile_relocate_debug_section): Update call toDaniel Jacobowitz2003-04-012-1/+6
| | | | bfd_simple_get_relocated_section_contents.
* Fixes for iWMMXt contribution.Nick Clifton2003-04-0114-190/+375
|
* Add tests for ARM simulator.Nick Clifton2003-04-01175-0/+8600
|
* * dwarf2.c (read_attribute_value): Correct typo in comment.Ben Elliston2003-04-012-1/+5
|
* Make add_line_info() take a copy of the filename.Nick Clifton2003-04-012-1/+12
|
* Remove use of concat() inside concat_filename()Nick Clifton2003-04-012-18/+33
|
* * simple.c (bfd_simple_get_relocated_section_contents): AddDaniel Jacobowitz2003-04-015-116/+130
| | | | | | | | | | | | | | | | | | | | | parameter symbol_table. Optionally use it instead of the symbol table from the bfd. Save and restore output offsets and output sections around bfd_get_relocated_section_contents. Fix a memory leak. (simple_save_output_info, simple_restore_output_info): New functions. * bfd-in2.h: Regenerate. * dwarf2.c (read_abbrevs): Use bfd_simple_get_relocated_section_contents instead of bfd_get_section_contents. (decode_line_info): Likewise. (_bfd_dwarf2_find_nearest_line): Likewise. Don't call find_rela_addend. (find_rela_addend): Remove. * elfxx-ia64.c (elfNN_ia64_reloc): Weaken sanity check for debugging sections. (elfNN_ia64_hash_table_create): Create the hash table with malloc, not bfd_zalloc.
* *** empty log message ***gdbadmin2003-04-011-1/+1
|
* daily updateAlan Modra2003-04-011-1/+1
|
* 2003-03-31 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-3123-44/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate. * gdbarch.h, gdbarch.c: Regenerate. * inferior.h (FIX_CALL_DUMMY): Delete macro. * valops.c (hand_function_call): Only call FIX_CALL_DUMMY when available. * frame.h (generic_fix_call_dummy): Delete declaration. * dummy-frame.h: Update comment. * dummy-frame.c (generic_fix_call_dummy): Delete function. * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set fix_call_dummy. * sh-tdep.c (sh_gdbarch_init): Ditto. * s390-tdep.c (s390_gdbarch_init): Ditto. * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. * mcore-tdep.c (mcore_gdbarch_init): Ditto. * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto. * ia64-tdep.c (ia64_gdbarch_init): Ditto. * i386-tdep.c (i386_gdbarch_init): Ditto. * h8300-tdep.c (h8300_gdbarch_init): Ditto. * frv-tdep.c (frv_gdbarch_init): Ditto. * d10v-tdep.c (d10v_gdbarch_init): Ditto. * cris-tdep.c (cris_gdbarch_init): Ditto. * avr-tdep.c (avr_gdbarch_init): Ditto. * arm-tdep.c (arm_gdbarch_init): Ditto.
* * config/pa/tm-hppa64.h (FRAME_ARGS_ADDRESS): Delete macro, not useful.Joel Brobecker2003-03-312-8/+6
| | | | | (INIT_FRAME_AP): Likewise. (EXTRA_FRAME_INFO): Likewise.
* 2003-03-31 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-3120-26/+35
| | | | | | | | | | | | | | | | | | | | | | | * gdbarch.sh: Include "symfile.h". (CALL_DUMMY_ADDRESS): Default to entry_point_address. * gdbarch.h, gdbarch.c: Re-generate. * inferior.h (CALL_DUMMY_ADDRESS): Delete macro. * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set call_dummy_address, the default is at entry_point_address. * v850-tdep.c (v850_gdbarch_init): Ditto. * sparc-tdep.c (sparc_gdbarch_init): Ditto. * sh-tdep.c (sh_gdbarch_init): Ditto. * s390-tdep.c (s390_gdbarch_init): Ditto. * rs6000-tdep.c (rs6000_gdbarch_init): Ditto. * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. * mcore-tdep.c (mcore_gdbarch_init): Ditto. * ia64-tdep.c (ia64_gdbarch_init): Ditto. * i386-tdep.c (i386_gdbarch_init): Ditto. * h8300-tdep.c (h8300_gdbarch_init): Ditto. * frv-tdep.c (frv_gdbarch_init): Ditto. * d10v-tdep.c (d10v_gdbarch_init): Ditto. * cris-tdep.c (cris_gdbarch_init): Ditto. * arm-tdep.c (arm_gdbarch_init): Ditto.
* 2003-03-31 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-3133-110/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gdbarch.sh (CALL_DUMMY_P): Delete. * gdbarch.h, gdbarch.c: Re-generate. * inferior.h (CALL_DUMMY_P): Delete macro. * xstormy16-tdep.c (xstormy16_gdbarch_init): Update. * vax-tdep.c (vax_gdbarch_init): Update. * v850-tdep.c (v850_gdbarch_init): Update. * sparc-tdep.c (sparc_gdbarch_init): Update. * sh-tdep.c (sh_gdbarch_init): Update. * s390-tdep.c (s390_gdbarch_init): Update. * rs6000-tdep.c (rs6000_gdbarch_init): Update. * ns32k-tdep.c (ns32k_gdbarch_init): Update. * mn10300-tdep.c (mn10300_gdbarch_init): Update. * mips-tdep.c (mips_gdbarch_init): Update. * mcore-tdep.c (mcore_gdbarch_init): Update. * m68k-tdep.c (m68k_gdbarch_init): Update. * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. * ia64-tdep.c (ia64_gdbarch_init): Update. * i386-tdep.c (i386_gdbarch_init): Update. * h8300-tdep.c (h8300_gdbarch_init): Update. * frv-tdep.c (frv_gdbarch_init): Update. * d10v-tdep.c (d10v_gdbarch_init): Update. * cris-tdep.c (cris_gdbarch_init): Update. * breakpoint.c (deprecated_frame_in_dummy): Update. * avr-tdep.c (avr_gdbarch_init): Update. * alpha-tdep.c (alpha_gdbarch_init): Update. * arm-tdep.c (arm_gdbarch_init): Update. * dummy-frame.c (dummy_frame_this_id): Update comments. * rs6000-tdep.c (rs6000_extract_struct_value_address): Ditto. * frame.c (legacy_get_prev_frame): Ditto. * valops.c (call_function_by_hand): Delete function. (hand_function_call): Rename to call_function_by_hand 2003-03-31 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Delete references to CALL_DUMMY_P.
* Fix memory leaksNick Clifton2003-03-3110-65/+122
|
* 2003-03-30 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-312-3/+6
| | | | | 2002-11-10 Klee Dienes <kdienes@apple.com> * value.h (struct value): Update comment.
* 2003-03-30 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-312-5/+8
| | | | | | * d10v-tdep.c: Replace _FP_REGNUM and FP_REGNUM with D10V_FP_REGNUM. (d10v_gdbarch_init): Do not set fp_regnum.
* daily updateAlan Modra2003-03-311-1/+1
|
* *** empty log message ***gdbadmin2003-03-311-1/+1
|
* 2003-03-30 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-303-29/+30
| | | | | | | | * frame.c (get_frame_base): Force ID initialization. (get_prev_frame): Move computation of the frame ID from here ... (get_frame_id): ... to here. (legacy_get_prev_frame): Mark the frame ID as valid. * frame.h (struct frame_info): Add field "id_p".
* * i386-tdep.c (i386_store_struct_return): Removed.cagney_framebase-20030330-mergepointMark Kettenis2003-03-302-7/+5
| | | | (i386_gdbarch_init): Don't set deprecated_store_struct_return.
* 2003-03-30 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-3030-58/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gdbarch.sh (DEPRECATED_DUMMY_WRITE_SP): Replace TARGET_WRITE_SP. * gdbarch.h, gdbarch.c: Regenerate. * v850-tdep.c (v850_gdbarch_init): Set deprecated_dummy_write_sp. * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto. * mcore-tdep.c (mcore_gdbarch_init): Ditto. * m68k-tdep.c (m68k_gdbarch_init): Ditto. * i386-tdep.c (i386_gdbarch_init): Ditto. * h8300-tdep.c (h8300_gdbarch_init): Ditto. * cris-tdep.c (cris_gdbarch_init): Ditto. * vax-tdep.c (vax_gdbarch_init): Ditto. * s390-tdep.c (s390_gdbarch_init): Ditto. * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. * alpha-tdep.c (alpha_gdbarch_init): Ditto. * sparc-tdep.c (sparc_push_dummy_frame, sparc_pop_frame): Update. * config/sparc/tm-sp64.h (DEPRECATED_DUMMY_WRITE_SP): Update. * config/pa/tm-hppa.h (DEPRECATED_DUMMY_WRITE_SP): Define. * sparc-tdep.c (sparc_gdbarch_init): Update. * sh-tdep.c (sh_gdbarch_init): Update. * rs6000-tdep.c (rs6000_gdbarch_init): Update. * mips-tdep.c (mips_gdbarch_init): Update. * m68hc11-tdep.c (m68hc11_gdbarch_init): Update. * ia64-tdep.c (ia64_gdbarch_init): Update. * frv-tdep.c (frv_gdbarch_init): Update. * avr-tdep.c (avr_gdbarch_init): Update. * valops.c (hand_function_call): Replace TARGET_WRITE_SP with DEPRECATED_DUMMY_WRITE_SP. Call when the method is available, instead of when push_dummy_call is not available. 2003-03-30 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Target Architecture Definition): Remove reference to TARGET_WRITE_SP.
* 2003-03-30 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-303-3/+11
| | | | | | | * infttrace.c: Include "gdbthread.h". (parent_attach_all): Fix function signature. (call_ptrace): Update call. * Makefile.in (infttrace.o): Update dependencies.