1999-04-16 03:35:26 +02:00
|
|
|
/* Target-dependent code for the MIPS architecture, for GDB, the GNU Debugger.
|
2000-06-08 08:35:40 +02:00
|
|
|
|
2007-01-09 18:59:20 +01:00
|
|
|
Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997,
|
|
|
|
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
Free Software Foundation, Inc.
|
2000-06-08 08:35:40 +02:00
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
Contributed by Alessandro Forin(af@cs.cmu.edu) at CMU
|
|
|
|
and by Per Bothner(bothner@cs.wisc.edu) at U.Wisconsin.
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
This file is part of GDB.
|
1999-04-16 03:35:26 +02:00
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
1999-04-16 03:35:26 +02:00
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
1999-04-16 03:35:26 +02:00
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
2005-12-17 23:34:03 +01:00
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
|
|
Boston, MA 02110-1301, USA. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
#include "defs.h"
|
|
|
|
#include "gdb_string.h"
|
2003-03-19 07:21:14 +01:00
|
|
|
#include "gdb_assert.h"
|
1999-04-16 03:35:26 +02:00
|
|
|
#include "frame.h"
|
|
|
|
#include "inferior.h"
|
|
|
|
#include "symtab.h"
|
|
|
|
#include "value.h"
|
|
|
|
#include "gdbcmd.h"
|
|
|
|
#include "language.h"
|
|
|
|
#include "gdbcore.h"
|
|
|
|
#include "symfile.h"
|
|
|
|
#include "objfiles.h"
|
|
|
|
#include "gdbtypes.h"
|
|
|
|
#include "target.h"
|
2000-04-27 06:25:45 +02:00
|
|
|
#include "arch-utils.h"
|
2001-03-01 02:39:22 +01:00
|
|
|
#include "regcache.h"
|
* Makefile.in (SFILES): Add osabi.c.
(COMMON_OBS): Add osabi.o.
(osabi.o): New dependency list.
* osabi.c: New file.
* osabi.h: New file.
* doc/gdbint.texinfo: Document new generic OS ABI framework.
* Makefile.in (alpha_tdep_h): Define and use instead of
alpha-tdep.h.
* alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
Remove.
(alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
* alpha-tdep.h: Include osabi.h.
(alpha_abi): Remove.
(gdbarch_tdep): Use generic OS ABI framework.
* alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
gdbarch_register_osabi.
* alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
* alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
* alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
* Makefile.in (sh_tdep_h): Add osabi.h.
* sh-tdep.h (sh_osabi): Remove.
(gdbarch_tdep): Use generic OS ABI framework.
* sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
(sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
* shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
* Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
* arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
gdbarch_register_osabi.
* arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
(get_elfosabi): Rename to...
(arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
ABI framework support routines.
(arm_gdbarch_init): Use generic OS ABI framework.
(arm_dump_tdep): Likewise.
(_initialize_arm_tdep): Likewise.
* arm-tdep.h: Include osabi.h.
(arm_abi): Remove.
(gdbarch_tdep): Remove arm_abi and abi_name members. Add
osabi member.
(arm_gdbarch_register_os_abi): Remove prototype.
* armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
(_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
* Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
* mips-tdep.c: Include osabi.h.
(gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
OS ABI framework.
2002-05-21 17:36:03 +02:00
|
|
|
#include "osabi.h"
|
2002-12-05 06:17:39 +01:00
|
|
|
#include "mips-tdep.h"
|
2003-02-19 David Carlton <carlton@math.stanford.edu>
* Makefile.in (SFILES): Add block.c.
(block_h): New.
(COMMON_OBS): Add block.o.
(block.o): New.
(x86-64-tdep.o): Add $(block_h).
(values.o, valops.o, tracepoint.o, symtab.o, symmisc.o, symfile.o)
(stack.o, printcmd.o, p-exp.tab.o, parse.o, objfiles.o)
(objc-exp.tab.o, objc-lang.o, nlmread.o, mips-tdep.o, mdebugread.o)
(m2-exp.tab.o, linespec.o, jv-lang.o, jv-exp.tab.o, infcmd.o)
(f-valprint.o, findvar.o, f-exp.tab.o, expprint.o, coffread.o)
(c-exp.tab.o, buildsym.o, breakpoint.o, blockframe.o, ax-gdb.o)
(alpha-tdep.o, ada-lang.o, ada-exp.tab.o, mi-cmd-stack.o): Ditto.
* value.h: Add opaque declaration for struct block.
* parser-defs.h, objc-lang.h, buildsym.h, breakpoint.h: Ditto.
* ada-lang.h: Ditto.
* x86-64-tdep.c: #include "block.h"
* values.c, valops.c, tracepoint.c, symtab.c, symmisc.c: Ditto.
* symfile.c, stack.c, printcmd.c, p-exp.y, parse.c: Ditto.
* objfiles.c, objc-exp.y, objc-lang.c, nlmread.c: Ditto.
* mips-tdep.c, mdebugread.c, m2-exp.y, linespec.c: Ditto.
* jv-lang.c, jv-exp.y, infcmd.c, f-valprint.c: Ditto.
* findvar.c, f-exp.y, expprint.c, coffread.c, c-exp.y: Ditto.
* buildsym.c, breakpoint.c, blockframe.c, ax-gdb.c: Ditto.
* alpha-tdep.c, ada-lang.c, ada-exp.y: Ditto.
* blockframe.c (blockvector_for_pc_sect): Move to "block.c".
(blockvector_for_pc, block_for_pc_sect, block_for_pc): Ditto.
* symtab.c (block_function): Ditto.
(contained_in): Ditto.
* frame.h: Move block_for_pc and block_for_pc_sect declarations to
block.h. Add opaque declaration for struct block.
* symtab.h: Move block_function and contained_in declarations to
block.h. Add opaque declarations for struct block, struct
blockvector.
(struct block): Move to block.h.
(struct blockvector): Ditto.
(BLOCK_START, BLOCK_END, BLOCK_FUNCTION, BLOCK_SUPERBLOCK)
(BLOCK_GCC_COMPILED, BLOCK_HASHTABLE, BLOCK_NSYMS, BLOCK_SYM)
(BLOCK_BUCKETS, BLOCK_BUCKET, BLOCK_HASHTABLE_SIZE)
(ALL_BLOCK_SYMBOLS, BLOCK_SHOULD_SORT, BLOCKVECTOR_NBLOCKS)
(BLOCKVECTOR_BLOCK, GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOCK):
Ditto.
* block.c: New file.
* block.h: New file.
2003-02-19 David Carlton <carlton@math.stanford.edu>
* mi-cmd-stack.c: #include "block.h"
2003-02-20 01:01:07 +01:00
|
|
|
#include "block.h"
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
#include "reggroups.h"
|
1999-04-16 03:35:26 +02:00
|
|
|
#include "opcode/mips.h"
|
1999-12-07 04:56:43 +01:00
|
|
|
#include "elf/mips.h"
|
|
|
|
#include "elf-bfd.h"
|
2000-06-12 05:33:26 +02:00
|
|
|
#include "symcat.h"
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
#include "sim-regno.h"
|
2003-09-04 Andrew Cagney <cagney@redhat.com>
* avr-tdep.c: Include "dis-asm.h".
* cris-tdep.c: Include "dis-asm.h".
(cris_delayed_get_disassembler): Use "struct disassemble_info"
instead of corresponding typedef.
* h8300-tdep.c: Include "dis-asm.h".
* ia64-tdep.c: Include "dis-asm.h".
* i386-tdep.c: Include "dis-asm.h".
(i386_print_insn): Use "struct disassemble_info" instead of
corresponding typedef.
* m68k-tdep.c: Include "dis-asm.h".
* mcore-tdep.c: Include "dis-asm.h".
* mips-tdep.c: Include "dis-asm.h".
(gdb_print_insn_mips): Make static, use "struct disassemble_info"
instead of corresponding typedef.
* ns32k-tdep.c: Include "dis-asm.h".
* s390-tdep.c: Include "dis-asm.h".
* sparc-tdep.c: Include "dis-asm.h".
* vax-tdep.c: Include "dis-asm.h".
* v850-tdep.c: Include "dis-asm.h".
* mn10300-tdep.c: Include "dis-asm.h".
* rs6000-tdep.c: Include "dis-asm.h".
* xstormy16-tdep.c: Include "dis-asm.h".
(_initialize_xstormy16_tdep): Delete "extern" declaration of
print_insn_xstormy16.
* Makefile.in (v850-tdep.o): Update dependencies.
(vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
(ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
(m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
(h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
(mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
(gdbarch_h): Remove $(dis_asm_h).
* disasm.c: Include "dis-asm.h".
(dis_asm_read_memory): Use "struct disassemble_info" instead of
corresponding typedef.
(dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
(gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
* gdbarch.sh: Do not include "dis-asm.h".
(struct disassemble_info): Declare opaque.
(TARGET_PRINT_INSN): Update declaration.
* gdbarch.h, gdbarch.c: Re-generate.
2003-09-09 06:41:32 +02:00
|
|
|
#include "dis-asm.h"
|
2004-02-09 06:29:53 +01:00
|
|
|
#include "frame-unwind.h"
|
|
|
|
#include "frame-base.h"
|
|
|
|
#include "trad-frame.h"
|
2004-06-07 04:02:55 +02:00
|
|
|
#include "infcall.h"
|
2004-08-09 07:45:20 +02:00
|
|
|
#include "floatformat.h"
|
* Makefile.in (mips-tdep.o, target-descriptions.o): Update.
* target-descriptions.c (struct property): New.
(struct target_desc): Add properties member.
(tdesc_property, set_tdesc_property): New.
* target-descriptions.h (tdesc_property, set_tdesc_property):
Declare.
* mips-tdep.c (PROPERTY_GP32, PROPERTY_GP64): New constants.
(struct gdbarch_tdep): Add register_size_valid_p and register_size.
(mips_isa_regsize): Use them.
(mips_register_g_packet_guesses): New.
(mips_gdbarch_init): Call it. If a target description is supplied,
check for internal properties. Check for register size mismatches.
* remote.c (send_g_packet, process_g_packet): New functions, split
out from fetch_registers_using_g.
(fetch_registers_using_g): Use them.
(struct remote_g_packet_guess, remote_g_packet_guess_s)
(struct remote_g_packet_data, remote_g_packet_data_handle)
(remote_g_packet_data_init, register_remote_g_packet_guess)
(remote_read_description): New.
(init_remote_ops, init_remote_async_ops): Set to_read_description.
(_initialize_remote): Register remote_g_packet_data_handle.
* remote.h (register_remote_g_packet_guess): Declare.
2006-11-28 23:14:31 +01:00
|
|
|
#include "remote.h"
|
|
|
|
#include "target-descriptions.h"
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-03-29 19:58:05 +02:00
|
|
|
static const struct objfile_data *mips_pdr_data;
|
|
|
|
|
2003-07-07 19:36:26 +02:00
|
|
|
static struct type *mips_register_type (struct gdbarch *gdbarch, int regnum);
|
2003-06-01 03:36:34 +02:00
|
|
|
|
2004-10-31 00:54:40 +02:00
|
|
|
/* A useful bit in the CP0 status register (MIPS_PS_REGNUM). */
|
2002-03-10 18:00:27 +01:00
|
|
|
/* This bit is set if we are emulating 32-bit FPRs on a 64-bit chip. */
|
|
|
|
#define ST0_FR (1 << 26)
|
|
|
|
|
2000-06-08 06:51:10 +02:00
|
|
|
/* The sizes of floating point registers. */
|
|
|
|
|
|
|
|
enum
|
|
|
|
{
|
|
|
|
MIPS_FPU_SINGLE_REGSIZE = 4,
|
|
|
|
MIPS_FPU_DOUBLE_REGSIZE = 8
|
|
|
|
};
|
|
|
|
|
2000-05-11 05:40:08 +02:00
|
|
|
|
2002-06-19 18:48:47 +02:00
|
|
|
static const char *mips_abi_string;
|
|
|
|
|
|
|
|
static const char *mips_abi_strings[] = {
|
|
|
|
"auto",
|
|
|
|
"n32",
|
|
|
|
"o32",
|
2002-07-31 20:13:24 +02:00
|
|
|
"n64",
|
2002-06-19 18:48:47 +02:00
|
|
|
"o64",
|
|
|
|
"eabi32",
|
|
|
|
"eabi64",
|
|
|
|
NULL
|
|
|
|
};
|
|
|
|
|
2000-05-08 04:53:04 +02:00
|
|
|
/* Various MIPS ISA options (related to stack analysis) can be
|
|
|
|
overridden dynamically. Establish an enum/array for managing
|
|
|
|
them. */
|
|
|
|
|
2000-06-08 02:52:56 +02:00
|
|
|
static const char size_auto[] = "auto";
|
|
|
|
static const char size_32[] = "32";
|
|
|
|
static const char size_64[] = "64";
|
2000-05-08 04:53:04 +02:00
|
|
|
|
2000-06-08 02:52:56 +02:00
|
|
|
static const char *size_enums[] = {
|
2000-05-08 04:53:04 +02:00
|
|
|
size_auto,
|
|
|
|
size_32,
|
|
|
|
size_64,
|
2000-04-09 16:35:35 +02:00
|
|
|
0
|
|
|
|
};
|
|
|
|
|
1999-04-26 20:34:20 +02:00
|
|
|
/* Some MIPS boards don't support floating point while others only
|
2004-04-30 01:39:52 +02:00
|
|
|
support single-precision floating-point operations. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
enum mips_fpu_type
|
2004-01-17 17:27:30 +01:00
|
|
|
{
|
|
|
|
MIPS_FPU_DOUBLE, /* Full double precision floating point. */
|
|
|
|
MIPS_FPU_SINGLE, /* Single precision floating point (R4650). */
|
|
|
|
MIPS_FPU_NONE /* No floating point. */
|
|
|
|
};
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
#ifndef MIPS_DEFAULT_FPU_TYPE
|
|
|
|
#define MIPS_DEFAULT_FPU_TYPE MIPS_FPU_DOUBLE
|
|
|
|
#endif
|
|
|
|
static int mips_fpu_type_auto = 1;
|
|
|
|
static enum mips_fpu_type mips_fpu_type = MIPS_DEFAULT_FPU_TYPE;
|
1999-04-26 20:34:20 +02:00
|
|
|
|
2000-06-17 17:18:21 +02:00
|
|
|
static int mips_debug = 0;
|
1999-04-26 20:34:20 +02:00
|
|
|
|
* Makefile.in (mips-tdep.o, target-descriptions.o): Update.
* target-descriptions.c (struct property): New.
(struct target_desc): Add properties member.
(tdesc_property, set_tdesc_property): New.
* target-descriptions.h (tdesc_property, set_tdesc_property):
Declare.
* mips-tdep.c (PROPERTY_GP32, PROPERTY_GP64): New constants.
(struct gdbarch_tdep): Add register_size_valid_p and register_size.
(mips_isa_regsize): Use them.
(mips_register_g_packet_guesses): New.
(mips_gdbarch_init): Call it. If a target description is supplied,
check for internal properties. Check for register size mismatches.
* remote.c (send_g_packet, process_g_packet): New functions, split
out from fetch_registers_using_g.
(fetch_registers_using_g): Use them.
(struct remote_g_packet_guess, remote_g_packet_guess_s)
(struct remote_g_packet_data, remote_g_packet_data_handle)
(remote_g_packet_data_init, register_remote_g_packet_guess)
(remote_read_description): New.
(init_remote_ops, init_remote_async_ops): Set to_read_description.
(_initialize_remote): Register remote_g_packet_data_handle.
* remote.h (register_remote_g_packet_guess): Declare.
2006-11-28 23:14:31 +01:00
|
|
|
/* Properties (for struct target_desc) describing the g/G packet
|
|
|
|
layout. */
|
|
|
|
#define PROPERTY_GP32 "internal: transfers-32bit-registers"
|
|
|
|
#define PROPERTY_GP64 "internal: transfers-64bit-registers"
|
|
|
|
|
1999-12-07 04:56:43 +01:00
|
|
|
/* MIPS specific per-architecture information */
|
|
|
|
struct gdbarch_tdep
|
2004-01-17 17:27:30 +01:00
|
|
|
{
|
|
|
|
/* from the elf header */
|
|
|
|
int elf_flags;
|
|
|
|
|
|
|
|
/* mips options */
|
|
|
|
enum mips_abi mips_abi;
|
|
|
|
enum mips_abi found_abi;
|
|
|
|
enum mips_fpu_type mips_fpu_type;
|
|
|
|
int mips_last_arg_regnum;
|
|
|
|
int mips_last_fp_arg_regnum;
|
|
|
|
int default_mask_address_p;
|
|
|
|
/* Is the target using 64-bit raw integer registers but only
|
|
|
|
storing a left-aligned 32-bit value in each? */
|
|
|
|
int mips64_transfers_32bit_regs_p;
|
|
|
|
/* Indexes for various registers. IRIX and embedded have
|
|
|
|
different values. This contains the "public" fields. Don't
|
|
|
|
add any that do not need to be public. */
|
|
|
|
const struct mips_regnum *regnum;
|
|
|
|
/* Register names table for the current register set. */
|
|
|
|
const char **mips_processor_reg_names;
|
* Makefile.in (mips-tdep.o, target-descriptions.o): Update.
* target-descriptions.c (struct property): New.
(struct target_desc): Add properties member.
(tdesc_property, set_tdesc_property): New.
* target-descriptions.h (tdesc_property, set_tdesc_property):
Declare.
* mips-tdep.c (PROPERTY_GP32, PROPERTY_GP64): New constants.
(struct gdbarch_tdep): Add register_size_valid_p and register_size.
(mips_isa_regsize): Use them.
(mips_register_g_packet_guesses): New.
(mips_gdbarch_init): Call it. If a target description is supplied,
check for internal properties. Check for register size mismatches.
* remote.c (send_g_packet, process_g_packet): New functions, split
out from fetch_registers_using_g.
(fetch_registers_using_g): Use them.
(struct remote_g_packet_guess, remote_g_packet_guess_s)
(struct remote_g_packet_data, remote_g_packet_data_handle)
(remote_g_packet_data_init, register_remote_g_packet_guess)
(remote_read_description): New.
(init_remote_ops, init_remote_async_ops): Set to_read_description.
(_initialize_remote): Register remote_g_packet_data_handle.
* remote.h (register_remote_g_packet_guess): Declare.
2006-11-28 23:14:31 +01:00
|
|
|
|
|
|
|
/* The size of register data available from the target, if known.
|
|
|
|
This doesn't quite obsolete the manual
|
|
|
|
mips64_transfers_32bit_regs_p, since that is documented to force
|
|
|
|
left alignment even for big endian (very strange). */
|
|
|
|
int register_size_valid_p;
|
|
|
|
int register_size;
|
2004-01-17 17:27:30 +01:00
|
|
|
};
|
1999-12-07 04:56:43 +01:00
|
|
|
|
2004-08-09 07:45:20 +02:00
|
|
|
static int
|
|
|
|
n32n64_floatformat_always_valid (const struct floatformat *fmt,
|
2005-09-21 22:45:46 +02:00
|
|
|
const void *from)
|
2004-08-09 07:45:20 +02:00
|
|
|
{
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* FIXME: brobecker/2004-08-08: Long Double values are 128 bit long.
|
|
|
|
They are implemented as a pair of 64bit doubles where the high
|
|
|
|
part holds the result of the operation rounded to double, and
|
|
|
|
the low double holds the difference between the exact result and
|
|
|
|
the rounded result. So "high" + "low" contains the result with
|
|
|
|
added precision. Unfortunately, the floatformat structure used
|
|
|
|
by GDB is not powerful enough to describe this format. As a temporary
|
|
|
|
measure, we define a 128bit floatformat that only uses the high part.
|
|
|
|
We lose a bit of precision but that's probably the best we can do
|
|
|
|
for now with the current infrastructure. */
|
|
|
|
|
|
|
|
static const struct floatformat floatformat_n32n64_long_double_big =
|
|
|
|
{
|
|
|
|
floatformat_big, 128, 0, 1, 11, 1023, 2047, 12, 52,
|
|
|
|
floatformat_intbit_no,
|
* doublest.c (floatformat_from_length): Use the right element from
gdbarch floatformats.
(floatformat_from_type, extract_typed_floating)
(store_typed_floating): Likewise.
* doublest.h: Remove declarations for undefined floatformat arrays.
* gdbarch.sh (float_format, double_format, long_double_format): Change
to pairs.
(pformat): Update for pairs.
* gdbarch.c, gdbarch.h: Regenerated.
* gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
(floatformats_ieee_double_littlebyte_bigword)
(floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
(floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
(floatformats_vax_d): New variables.
(builtin_type_ieee_single, builtin_type_ieee_double)
(builtin_type_arm_ext, builtin_type_ia64_spill)
(builtin_type_ia64_quad): Replace arrays with individual types.
(builtin_type_ieee_single_big, builtin_type_ieee_single_little)
(builtin_type_ieee_double_big, builtin_type_ieee_double_little)
(builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
(builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
(builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
(builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
(builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
unused and endian-specific types.
(recursive_dump_type): Update for floatformat pairs.
(build_flt): Move higher. Handle bit == -1. Take a floatformat pair.
(build_gdbtypes): Use build_flt.
(_initialize_gdbtypes): Update set of initialized types.
* gdbtypes.h: Update declarations to match gdbtypes.c.
(struct main_type): Store a pointer to two floatformats.
* arch-utils.c (default_float_format, default_double_format): Delete.
* arch-utils.h (default_float_format, default_double_format): Delete.
* arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
ia64-tdep.c, iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
2007-01-29 18:31:06 +01:00
|
|
|
"floatformat_n32n64_long_double_big",
|
2004-08-09 07:45:20 +02:00
|
|
|
n32n64_floatformat_always_valid
|
|
|
|
};
|
|
|
|
|
* doublest.c (floatformat_from_length): Use the right element from
gdbarch floatformats.
(floatformat_from_type, extract_typed_floating)
(store_typed_floating): Likewise.
* doublest.h: Remove declarations for undefined floatformat arrays.
* gdbarch.sh (float_format, double_format, long_double_format): Change
to pairs.
(pformat): Update for pairs.
* gdbarch.c, gdbarch.h: Regenerated.
* gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
(floatformats_ieee_double_littlebyte_bigword)
(floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
(floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
(floatformats_vax_d): New variables.
(builtin_type_ieee_single, builtin_type_ieee_double)
(builtin_type_arm_ext, builtin_type_ia64_spill)
(builtin_type_ia64_quad): Replace arrays with individual types.
(builtin_type_ieee_single_big, builtin_type_ieee_single_little)
(builtin_type_ieee_double_big, builtin_type_ieee_double_little)
(builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
(builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
(builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
(builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
(builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
unused and endian-specific types.
(recursive_dump_type): Update for floatformat pairs.
(build_flt): Move higher. Handle bit == -1. Take a floatformat pair.
(build_gdbtypes): Use build_flt.
(_initialize_gdbtypes): Update set of initialized types.
* gdbtypes.h: Update declarations to match gdbtypes.c.
(struct main_type): Store a pointer to two floatformats.
* arch-utils.c (default_float_format, default_double_format): Delete.
* arch-utils.h (default_float_format, default_double_format): Delete.
* arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
ia64-tdep.c, iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
2007-01-29 18:31:06 +01:00
|
|
|
static const struct floatformat *floatformats_n32n64_long[BFD_ENDIAN_UNKNOWN] =
|
|
|
|
{
|
|
|
|
&floatformat_n32n64_long_double_big,
|
|
|
|
&floatformat_n32n64_long_double_big
|
|
|
|
};
|
|
|
|
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
const struct mips_regnum *
|
|
|
|
mips_regnum (struct gdbarch *gdbarch)
|
|
|
|
{
|
|
|
|
return gdbarch_tdep (gdbarch)->regnum;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int
|
|
|
|
mips_fpa0_regnum (struct gdbarch *gdbarch)
|
|
|
|
{
|
|
|
|
return mips_regnum (gdbarch)->fp0 + 12;
|
|
|
|
}
|
|
|
|
|
2000-05-11 05:40:08 +02:00
|
|
|
#define MIPS_EABI (gdbarch_tdep (current_gdbarch)->mips_abi == MIPS_ABI_EABI32 \
|
2000-05-12 06:51:22 +02:00
|
|
|
|| gdbarch_tdep (current_gdbarch)->mips_abi == MIPS_ABI_EABI64)
|
1999-12-07 04:56:43 +01:00
|
|
|
|
|
|
|
#define MIPS_LAST_FP_ARG_REGNUM (gdbarch_tdep (current_gdbarch)->mips_last_fp_arg_regnum)
|
|
|
|
|
|
|
|
#define MIPS_LAST_ARG_REGNUM (gdbarch_tdep (current_gdbarch)->mips_last_arg_regnum)
|
|
|
|
|
|
|
|
#define MIPS_FPU_TYPE (gdbarch_tdep (current_gdbarch)->mips_fpu_type)
|
|
|
|
|
2003-06-01 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (is_mips16_addr): New function.
(make_mips16_addr, unmake_mips16_addr): New functions.
(pc_is_mips16, mips_fetch_instruction): Use.
(gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
(gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
(mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
TARGET_MIPS.
* config/mips/tm-mips.h: Update copyright.
(TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
(DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
(IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
* config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
(TM_PRINT_INSN_MACH): Delete.
* config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
2003-06-01 17:45:57 +02:00
|
|
|
/* MIPS16 function addresses are odd (bit 0 is set). Here are some
|
|
|
|
functions to test, set, or clear bit 0 of addresses. */
|
|
|
|
|
|
|
|
static CORE_ADDR
|
|
|
|
is_mips16_addr (CORE_ADDR addr)
|
|
|
|
{
|
|
|
|
return ((addr) & 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
static CORE_ADDR
|
|
|
|
unmake_mips16_addr (CORE_ADDR addr)
|
|
|
|
{
|
2006-03-15 17:55:05 +01:00
|
|
|
return ((addr) & ~(CORE_ADDR) 1);
|
2003-06-01 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (is_mips16_addr): New function.
(make_mips16_addr, unmake_mips16_addr): New functions.
(pc_is_mips16, mips_fetch_instruction): Use.
(gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
(gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
(mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
TARGET_MIPS.
* config/mips/tm-mips.h: Update copyright.
(TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
(DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
(IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
* config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
(TM_PRINT_INSN_MACH): Delete.
* config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
2003-06-01 17:45:57 +02:00
|
|
|
}
|
|
|
|
|
2003-05-08 22:38:07 +02:00
|
|
|
/* Return the contents of register REGNUM as a signed integer. */
|
|
|
|
|
|
|
|
static LONGEST
|
|
|
|
read_signed_register (int regnum)
|
|
|
|
{
|
2004-10-30 17:55:36 +02:00
|
|
|
LONGEST val;
|
|
|
|
regcache_cooked_read_signed (current_regcache, regnum, &val);
|
|
|
|
return val;
|
2003-05-08 22:38:07 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
static LONGEST
|
|
|
|
read_signed_register_pid (int regnum, ptid_t ptid)
|
|
|
|
{
|
|
|
|
ptid_t save_ptid;
|
|
|
|
LONGEST retval;
|
|
|
|
|
|
|
|
if (ptid_equal (ptid, inferior_ptid))
|
|
|
|
return read_signed_register (regnum);
|
|
|
|
|
|
|
|
save_ptid = inferior_ptid;
|
|
|
|
|
|
|
|
inferior_ptid = ptid;
|
|
|
|
|
|
|
|
retval = read_signed_register (regnum);
|
|
|
|
|
|
|
|
inferior_ptid = save_ptid;
|
|
|
|
|
|
|
|
return retval;
|
|
|
|
}
|
|
|
|
|
2002-12-05 06:17:39 +01:00
|
|
|
/* Return the MIPS ABI associated with GDBARCH. */
|
|
|
|
enum mips_abi
|
|
|
|
mips_abi (struct gdbarch *gdbarch)
|
|
|
|
{
|
|
|
|
return gdbarch_tdep (gdbarch)->mips_abi;
|
|
|
|
}
|
|
|
|
|
2003-11-15 23:09:07 +01:00
|
|
|
int
|
2004-04-29 20:28:43 +02:00
|
|
|
mips_isa_regsize (struct gdbarch *gdbarch)
|
2003-11-15 23:09:07 +01:00
|
|
|
{
|
* Makefile.in (mips-tdep.o, target-descriptions.o): Update.
* target-descriptions.c (struct property): New.
(struct target_desc): Add properties member.
(tdesc_property, set_tdesc_property): New.
* target-descriptions.h (tdesc_property, set_tdesc_property):
Declare.
* mips-tdep.c (PROPERTY_GP32, PROPERTY_GP64): New constants.
(struct gdbarch_tdep): Add register_size_valid_p and register_size.
(mips_isa_regsize): Use them.
(mips_register_g_packet_guesses): New.
(mips_gdbarch_init): Call it. If a target description is supplied,
check for internal properties. Check for register size mismatches.
* remote.c (send_g_packet, process_g_packet): New functions, split
out from fetch_registers_using_g.
(fetch_registers_using_g): Use them.
(struct remote_g_packet_guess, remote_g_packet_guess_s)
(struct remote_g_packet_data, remote_g_packet_data_handle)
(remote_g_packet_data_init, register_remote_g_packet_guess)
(remote_read_description): New.
(init_remote_ops, init_remote_async_ops): Set to_read_description.
(_initialize_remote): Register remote_g_packet_data_handle.
* remote.h (register_remote_g_packet_guess): Declare.
2006-11-28 23:14:31 +01:00
|
|
|
struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
|
|
|
|
|
|
|
|
/* If we know how big the registers are, use that size. */
|
|
|
|
if (tdep->register_size_valid_p)
|
|
|
|
return tdep->register_size;
|
|
|
|
|
|
|
|
/* Fall back to the previous behavior. */
|
2003-11-15 23:09:07 +01:00
|
|
|
return (gdbarch_bfd_arch_info (gdbarch)->bits_per_word
|
|
|
|
/ gdbarch_bfd_arch_info (gdbarch)->bits_per_byte);
|
|
|
|
}
|
|
|
|
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
/* Return the currently configured (or set) saved register size. */
|
|
|
|
|
2004-04-29 20:28:43 +02:00
|
|
|
static const char *mips_abi_regsize_string = size_auto;
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
|
2004-10-30 22:11:36 +02:00
|
|
|
unsigned int
|
2004-04-29 21:42:01 +02:00
|
|
|
mips_abi_regsize (struct gdbarch *gdbarch)
|
2000-05-08 04:53:04 +02:00
|
|
|
{
|
2004-04-29 20:28:43 +02:00
|
|
|
if (mips_abi_regsize_string == size_auto)
|
2004-04-29 21:42:01 +02:00
|
|
|
switch (mips_abi (gdbarch))
|
|
|
|
{
|
|
|
|
case MIPS_ABI_EABI32:
|
|
|
|
case MIPS_ABI_O32:
|
|
|
|
return 4;
|
|
|
|
case MIPS_ABI_N32:
|
|
|
|
case MIPS_ABI_N64:
|
|
|
|
case MIPS_ABI_O64:
|
|
|
|
case MIPS_ABI_EABI64:
|
|
|
|
return 8;
|
|
|
|
case MIPS_ABI_UNKNOWN:
|
|
|
|
case MIPS_ABI_LAST:
|
|
|
|
default:
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
internal_error (__FILE__, __LINE__, _("bad switch"));
|
2004-04-29 21:42:01 +02:00
|
|
|
}
|
2004-04-29 20:28:43 +02:00
|
|
|
else if (mips_abi_regsize_string == size_64)
|
2000-05-08 04:53:04 +02:00
|
|
|
return 8;
|
2004-04-29 20:28:43 +02:00
|
|
|
else /* if (mips_abi_regsize_string == size_32) */
|
2000-05-08 04:53:04 +02:00
|
|
|
return 4;
|
|
|
|
}
|
|
|
|
|
2002-08-22 00:18:25 +02:00
|
|
|
/* Functions for setting and testing a bit in a minimal symbol that
|
2002-08-21 03:08:23 +02:00
|
|
|
marks it as 16-bit function. The MSB of the minimal symbol's
|
2003-11-11 21:04:52 +01:00
|
|
|
"info" field is used for this purpose.
|
2002-08-21 03:08:23 +02:00
|
|
|
|
|
|
|
ELF_MAKE_MSYMBOL_SPECIAL tests whether an ELF symbol is "special",
|
|
|
|
i.e. refers to a 16-bit function, and sets a "special" bit in a
|
|
|
|
minimal symbol to mark it as a 16-bit function
|
|
|
|
|
2003-11-11 21:04:52 +01:00
|
|
|
MSYMBOL_IS_SPECIAL tests the "special" bit in a minimal symbol */
|
2002-08-21 03:08:23 +02:00
|
|
|
|
|
|
|
static void
|
2004-01-17 17:27:30 +01:00
|
|
|
mips_elf_make_msymbol_special (asymbol * sym, struct minimal_symbol *msym)
|
|
|
|
{
|
|
|
|
if (((elf_symbol_type *) (sym))->internal_elf_sym.st_other == STO_MIPS16)
|
|
|
|
{
|
|
|
|
MSYMBOL_INFO (msym) = (char *)
|
|
|
|
(((long) MSYMBOL_INFO (msym)) | 0x80000000);
|
|
|
|
SYMBOL_VALUE_ADDRESS (msym) |= 1;
|
|
|
|
}
|
2002-08-21 03:08:23 +02:00
|
|
|
}
|
|
|
|
|
2002-08-22 00:18:25 +02:00
|
|
|
static int
|
|
|
|
msymbol_is_special (struct minimal_symbol *msym)
|
|
|
|
{
|
|
|
|
return (((long) MSYMBOL_INFO (msym) & 0x80000000) != 0);
|
|
|
|
}
|
|
|
|
|
2002-08-19 23:25:43 +02:00
|
|
|
/* XFER a value from the big/little/left end of the register.
|
|
|
|
Depending on the size of the value it might occupy the entire
|
|
|
|
register or just part of it. Make an allowance for this, aligning
|
|
|
|
things accordingly. */
|
|
|
|
|
|
|
|
static void
|
|
|
|
mips_xfer_register (struct regcache *regcache, int reg_num, int length,
|
2005-06-25 13:58:35 +02:00
|
|
|
enum bfd_endian endian, gdb_byte *in,
|
|
|
|
const gdb_byte *out, int buf_offset)
|
2002-08-19 23:25:43 +02:00
|
|
|
{
|
|
|
|
int reg_offset = 0;
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
gdb_assert (reg_num >= NUM_REGS);
|
2002-08-20 18:11:49 +02:00
|
|
|
/* Need to transfer the left or right part of the register, based on
|
|
|
|
the targets byte order. */
|
2002-08-19 23:25:43 +02:00
|
|
|
switch (endian)
|
|
|
|
{
|
|
|
|
case BFD_ENDIAN_BIG:
|
2003-11-16 17:13:50 +01:00
|
|
|
reg_offset = register_size (current_gdbarch, reg_num) - length;
|
2002-08-19 23:25:43 +02:00
|
|
|
break;
|
|
|
|
case BFD_ENDIAN_LITTLE:
|
|
|
|
reg_offset = 0;
|
|
|
|
break;
|
2004-01-17 17:27:30 +01:00
|
|
|
case BFD_ENDIAN_UNKNOWN: /* Indicates no alignment. */
|
2002-08-19 23:25:43 +02:00
|
|
|
reg_offset = 0;
|
|
|
|
break;
|
|
|
|
default:
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
internal_error (__FILE__, __LINE__, _("bad switch"));
|
2002-08-19 23:25:43 +02:00
|
|
|
}
|
|
|
|
if (mips_debug)
|
2002-08-20 18:11:49 +02:00
|
|
|
fprintf_unfiltered (gdb_stderr,
|
|
|
|
"xfer $%d, reg offset %d, buf offset %d, length %d, ",
|
|
|
|
reg_num, reg_offset, buf_offset, length);
|
2002-08-19 23:25:43 +02:00
|
|
|
if (mips_debug && out != NULL)
|
|
|
|
{
|
|
|
|
int i;
|
2002-08-20 18:11:49 +02:00
|
|
|
fprintf_unfiltered (gdb_stdlog, "out ");
|
2002-08-19 23:25:43 +02:00
|
|
|
for (i = 0; i < length; i++)
|
2002-08-20 18:11:49 +02:00
|
|
|
fprintf_unfiltered (gdb_stdlog, "%02x", out[buf_offset + i]);
|
2002-08-19 23:25:43 +02:00
|
|
|
}
|
|
|
|
if (in != NULL)
|
2004-01-17 17:27:30 +01:00
|
|
|
regcache_cooked_read_part (regcache, reg_num, reg_offset, length,
|
|
|
|
in + buf_offset);
|
2002-08-19 23:25:43 +02:00
|
|
|
if (out != NULL)
|
2004-01-17 17:27:30 +01:00
|
|
|
regcache_cooked_write_part (regcache, reg_num, reg_offset, length,
|
|
|
|
out + buf_offset);
|
2002-08-19 23:25:43 +02:00
|
|
|
if (mips_debug && in != NULL)
|
|
|
|
{
|
|
|
|
int i;
|
2002-08-20 18:11:49 +02:00
|
|
|
fprintf_unfiltered (gdb_stdlog, "in ");
|
2002-08-19 23:25:43 +02:00
|
|
|
for (i = 0; i < length; i++)
|
2002-08-20 18:11:49 +02:00
|
|
|
fprintf_unfiltered (gdb_stdlog, "%02x", in[buf_offset + i]);
|
2002-08-19 23:25:43 +02:00
|
|
|
}
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, "\n");
|
|
|
|
}
|
|
|
|
|
2002-03-10 18:00:27 +01:00
|
|
|
/* Determine if a MIPS3 or later cpu is operating in MIPS{1,2} FPU
|
|
|
|
compatiblity mode. A return value of 1 means that we have
|
|
|
|
physical 64-bit registers, but should treat them as 32-bit registers. */
|
|
|
|
|
|
|
|
static int
|
|
|
|
mips2_fp_compat (void)
|
|
|
|
{
|
|
|
|
/* MIPS1 and MIPS2 have only 32 bit FPRs, and the FR bit is not
|
|
|
|
meaningful. */
|
2004-01-17 17:27:30 +01:00
|
|
|
if (register_size (current_gdbarch, mips_regnum (current_gdbarch)->fp0) ==
|
|
|
|
4)
|
2002-03-10 18:00:27 +01:00
|
|
|
return 0;
|
|
|
|
|
|
|
|
#if 0
|
|
|
|
/* FIXME drow 2002-03-10: This is disabled until we can do it consistently,
|
|
|
|
in all the places we deal with FP registers. PR gdb/413. */
|
|
|
|
/* Otherwise check the FR bit in the status register - it controls
|
|
|
|
the FP compatiblity mode. If it is clear we are in compatibility
|
|
|
|
mode. */
|
2004-10-31 00:54:40 +02:00
|
|
|
if ((read_register (MIPS_PS_REGNUM) & ST0_FR) == 0)
|
2002-03-10 18:00:27 +01:00
|
|
|
return 1;
|
|
|
|
#endif
|
2002-05-11 16:18:15 +02:00
|
|
|
|
2002-03-10 18:00:27 +01:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2000-05-08 04:53:04 +02:00
|
|
|
/* The amount of space reserved on the stack for registers. This is
|
2004-04-29 20:28:43 +02:00
|
|
|
different to MIPS_ABI_REGSIZE as it determines the alignment of
|
2000-05-08 04:53:04 +02:00
|
|
|
data allocated after the registers have run out. */
|
|
|
|
|
2000-06-08 02:52:56 +02:00
|
|
|
static const char *mips_stack_argsize_string = size_auto;
|
2000-05-08 04:53:04 +02:00
|
|
|
|
|
|
|
static unsigned int
|
2004-04-29 21:42:01 +02:00
|
|
|
mips_stack_argsize (struct gdbarch *gdbarch)
|
2000-05-08 04:53:04 +02:00
|
|
|
{
|
|
|
|
if (mips_stack_argsize_string == size_auto)
|
2004-04-29 21:42:01 +02:00
|
|
|
return mips_abi_regsize (gdbarch);
|
2000-05-08 04:53:04 +02:00
|
|
|
else if (mips_stack_argsize_string == size_64)
|
|
|
|
return 8;
|
2004-01-17 17:27:30 +01:00
|
|
|
else /* if (mips_stack_argsize_string == size_32) */
|
2000-05-08 04:53:04 +02:00
|
|
|
return 4;
|
|
|
|
}
|
|
|
|
|
1999-04-26 20:34:20 +02:00
|
|
|
#define VM_MIN_ADDRESS (CORE_ADDR)0x400000
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2000-05-28 03:12:42 +02:00
|
|
|
static CORE_ADDR heuristic_proc_start (CORE_ADDR);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2000-05-28 03:12:42 +02:00
|
|
|
static CORE_ADDR read_next_frame_reg (struct frame_info *, int);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2000-05-28 03:12:42 +02:00
|
|
|
static void reinit_frame_cache_sfunc (char *, int, struct cmd_list_element *);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2002-05-10 00:26:00 +02:00
|
|
|
static struct type *mips_float_register_type (void);
|
|
|
|
static struct type *mips_double_register_type (void);
|
|
|
|
|
2000-07-11 13:02:11 +02:00
|
|
|
/* The list of available "set mips " and "show mips " commands */
|
|
|
|
|
|
|
|
static struct cmd_list_element *setmipscmdlist = NULL;
|
|
|
|
static struct cmd_list_element *showmipscmdlist = NULL;
|
|
|
|
|
2003-03-19 07:21:14 +01:00
|
|
|
/* Integer registers 0 thru 31 are handled explicitly by
|
|
|
|
mips_register_name(). Processor specific registers 32 and above
|
2003-11-16 23:46:49 +01:00
|
|
|
are listed in the followign tables. */
|
|
|
|
|
2004-01-17 17:27:30 +01:00
|
|
|
enum
|
|
|
|
{ NUM_MIPS_PROCESSOR_REGS = (90 - 32) };
|
2003-11-16 23:46:49 +01:00
|
|
|
|
|
|
|
/* Generic MIPS. */
|
|
|
|
|
|
|
|
static const char *mips_generic_reg_names[NUM_MIPS_PROCESSOR_REGS] = {
|
2004-01-17 17:27:30 +01:00
|
|
|
"sr", "lo", "hi", "bad", "cause", "pc",
|
|
|
|
"f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7",
|
|
|
|
"f8", "f9", "f10", "f11", "f12", "f13", "f14", "f15",
|
|
|
|
"f16", "f17", "f18", "f19", "f20", "f21", "f22", "f23",
|
|
|
|
"f24", "f25", "f26", "f27", "f28", "f29", "f30", "f31",
|
|
|
|
"fsr", "fir", "" /*"fp" */ , "",
|
|
|
|
"", "", "", "", "", "", "", "",
|
|
|
|
"", "", "", "", "", "", "", "",
|
2003-11-16 23:46:49 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
/* Names of IDT R3041 registers. */
|
|
|
|
|
|
|
|
static const char *mips_r3041_reg_names[] = {
|
2004-01-17 17:27:30 +01:00
|
|
|
"sr", "lo", "hi", "bad", "cause", "pc",
|
|
|
|
"f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7",
|
|
|
|
"f8", "f9", "f10", "f11", "f12", "f13", "f14", "f15",
|
|
|
|
"f16", "f17", "f18", "f19", "f20", "f21", "f22", "f23",
|
|
|
|
"f24", "f25", "f26", "f27", "f28", "f29", "f30", "f31",
|
|
|
|
"fsr", "fir", "", /*"fp" */ "",
|
|
|
|
"", "", "bus", "ccfg", "", "", "", "",
|
|
|
|
"", "", "port", "cmp", "", "", "epc", "prid",
|
2003-11-16 23:46:49 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
/* Names of tx39 registers. */
|
|
|
|
|
|
|
|
static const char *mips_tx39_reg_names[NUM_MIPS_PROCESSOR_REGS] = {
|
2004-01-17 17:27:30 +01:00
|
|
|
"sr", "lo", "hi", "bad", "cause", "pc",
|
|
|
|
"", "", "", "", "", "", "", "",
|
|
|
|
"", "", "", "", "", "", "", "",
|
|
|
|
"", "", "", "", "", "", "", "",
|
|
|
|
"", "", "", "", "", "", "", "",
|
|
|
|
"", "", "", "",
|
|
|
|
"", "", "", "", "", "", "", "",
|
|
|
|
"", "", "config", "cache", "debug", "depc", "epc", ""
|
2003-11-16 23:46:49 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
/* Names of IRIX registers. */
|
|
|
|
static const char *mips_irix_reg_names[NUM_MIPS_PROCESSOR_REGS] = {
|
2004-01-17 17:27:30 +01:00
|
|
|
"f0", "f1", "f2", "f3", "f4", "f5", "f6", "f7",
|
|
|
|
"f8", "f9", "f10", "f11", "f12", "f13", "f14", "f15",
|
|
|
|
"f16", "f17", "f18", "f19", "f20", "f21", "f22", "f23",
|
|
|
|
"f24", "f25", "f26", "f27", "f28", "f29", "f30", "f31",
|
|
|
|
"pc", "cause", "bad", "hi", "lo", "fsr", "fir"
|
2003-11-16 23:46:49 +01:00
|
|
|
};
|
|
|
|
|
1999-06-07 21:19:32 +02:00
|
|
|
|
2003-03-19 07:21:14 +01:00
|
|
|
/* Return the name of the register corresponding to REGNO. */
|
2002-08-21 03:08:23 +02:00
|
|
|
static const char *
|
2003-03-19 07:21:14 +01:00
|
|
|
mips_register_name (int regno)
|
1999-06-07 21:19:32 +02:00
|
|
|
{
|
2003-11-16 23:46:49 +01:00
|
|
|
struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
|
2003-03-19 07:21:14 +01:00
|
|
|
/* GPR names for all ABIs other than n32/n64. */
|
|
|
|
static char *mips_gpr_names[] = {
|
2004-01-17 17:27:30 +01:00
|
|
|
"zero", "at", "v0", "v1", "a0", "a1", "a2", "a3",
|
|
|
|
"t0", "t1", "t2", "t3", "t4", "t5", "t6", "t7",
|
|
|
|
"s0", "s1", "s2", "s3", "s4", "s5", "s6", "s7",
|
|
|
|
"t8", "t9", "k0", "k1", "gp", "sp", "s8", "ra",
|
2003-03-19 07:21:14 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
/* GPR names for n32 and n64 ABIs. */
|
|
|
|
static char *mips_n32_n64_gpr_names[] = {
|
2004-01-17 17:27:30 +01:00
|
|
|
"zero", "at", "v0", "v1", "a0", "a1", "a2", "a3",
|
|
|
|
"a4", "a5", "a6", "a7", "t0", "t1", "t2", "t3",
|
|
|
|
"s0", "s1", "s2", "s3", "s4", "s5", "s6", "s7",
|
|
|
|
"t8", "t9", "k0", "k1", "gp", "sp", "s8", "ra"
|
2003-03-19 07:21:14 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
enum mips_abi abi = mips_abi (current_gdbarch);
|
|
|
|
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
/* Map [NUM_REGS .. 2*NUM_REGS) onto the raw registers, but then
|
|
|
|
don't make the raw register names visible. */
|
|
|
|
int rawnum = regno % NUM_REGS;
|
|
|
|
if (regno < NUM_REGS)
|
|
|
|
return "";
|
|
|
|
|
2003-03-19 07:21:14 +01:00
|
|
|
/* The MIPS integer registers are always mapped from 0 to 31. The
|
|
|
|
names of the registers (which reflects the conventions regarding
|
|
|
|
register use) vary depending on the ABI. */
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
if (0 <= rawnum && rawnum < 32)
|
2003-03-19 07:21:14 +01:00
|
|
|
{
|
|
|
|
if (abi == MIPS_ABI_N32 || abi == MIPS_ABI_N64)
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
return mips_n32_n64_gpr_names[rawnum];
|
2003-03-19 07:21:14 +01:00
|
|
|
else
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
return mips_gpr_names[rawnum];
|
2003-03-19 07:21:14 +01:00
|
|
|
}
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
else if (32 <= rawnum && rawnum < NUM_REGS)
|
2003-11-16 23:46:49 +01:00
|
|
|
{
|
|
|
|
gdb_assert (rawnum - 32 < NUM_MIPS_PROCESSOR_REGS);
|
|
|
|
return tdep->mips_processor_reg_names[rawnum - 32];
|
|
|
|
}
|
2003-03-19 07:21:14 +01:00
|
|
|
else
|
|
|
|
internal_error (__FILE__, __LINE__,
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
_("mips_register_name: bad register number %d"), rawnum);
|
1999-06-07 21:19:32 +02:00
|
|
|
}
|
2003-03-19 07:21:14 +01:00
|
|
|
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
/* Return the groups that a MIPS register can be categorised into. */
|
1999-07-07 22:19:36 +02:00
|
|
|
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
static int
|
|
|
|
mips_register_reggroup_p (struct gdbarch *gdbarch, int regnum,
|
|
|
|
struct reggroup *reggroup)
|
|
|
|
{
|
|
|
|
int vector_p;
|
|
|
|
int float_p;
|
|
|
|
int raw_p;
|
|
|
|
int rawnum = regnum % NUM_REGS;
|
|
|
|
int pseudo = regnum / NUM_REGS;
|
|
|
|
if (reggroup == all_reggroup)
|
|
|
|
return pseudo;
|
|
|
|
vector_p = TYPE_VECTOR (register_type (gdbarch, regnum));
|
|
|
|
float_p = TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT;
|
|
|
|
/* FIXME: cagney/2003-04-13: Can't yet use gdbarch_num_regs
|
|
|
|
(gdbarch), as not all architectures are multi-arch. */
|
|
|
|
raw_p = rawnum < NUM_REGS;
|
2004-01-17 17:27:30 +01:00
|
|
|
if (REGISTER_NAME (regnum) == NULL || REGISTER_NAME (regnum)[0] == '\0')
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
return 0;
|
|
|
|
if (reggroup == float_reggroup)
|
|
|
|
return float_p && pseudo;
|
|
|
|
if (reggroup == vector_reggroup)
|
|
|
|
return vector_p && pseudo;
|
|
|
|
if (reggroup == general_reggroup)
|
|
|
|
return (!vector_p && !float_p) && pseudo;
|
|
|
|
/* Save the pseudo registers. Need to make certain that any code
|
|
|
|
extracting register values from a saved register cache also uses
|
|
|
|
pseudo registers. */
|
|
|
|
if (reggroup == save_reggroup)
|
|
|
|
return raw_p && pseudo;
|
|
|
|
/* Restore the same pseudo register. */
|
|
|
|
if (reggroup == restore_reggroup)
|
|
|
|
return raw_p && pseudo;
|
2004-01-17 17:27:30 +01:00
|
|
|
return 0;
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Map the symbol table registers which live in the range [1 *
|
|
|
|
NUM_REGS .. 2 * NUM_REGS) back onto the corresponding raw
|
2003-11-23 00:24:16 +01:00
|
|
|
registers. Take care of alignment and size problems. */
|
1999-07-07 22:19:36 +02:00
|
|
|
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
static void
|
|
|
|
mips_pseudo_register_read (struct gdbarch *gdbarch, struct regcache *regcache,
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
int cookednum, gdb_byte *buf)
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
{
|
2003-11-23 00:24:16 +01:00
|
|
|
int rawnum = cookednum % NUM_REGS;
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
gdb_assert (cookednum >= NUM_REGS && cookednum < 2 * NUM_REGS);
|
2003-11-23 00:24:16 +01:00
|
|
|
if (register_size (gdbarch, rawnum) == register_size (gdbarch, cookednum))
|
2004-01-12 21:13:25 +01:00
|
|
|
regcache_raw_read (regcache, rawnum, buf);
|
2004-01-17 17:27:30 +01:00
|
|
|
else if (register_size (gdbarch, rawnum) >
|
|
|
|
register_size (gdbarch, cookednum))
|
2003-11-23 00:24:16 +01:00
|
|
|
{
|
|
|
|
if (gdbarch_tdep (gdbarch)->mips64_transfers_32bit_regs_p
|
|
|
|
|| TARGET_BYTE_ORDER == BFD_ENDIAN_LITTLE)
|
|
|
|
regcache_raw_read_part (regcache, rawnum, 0, 4, buf);
|
|
|
|
else
|
|
|
|
regcache_raw_read_part (regcache, rawnum, 4, 4, buf);
|
|
|
|
}
|
|
|
|
else
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
internal_error (__FILE__, __LINE__, _("bad register size"));
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2004-01-17 17:27:30 +01:00
|
|
|
mips_pseudo_register_write (struct gdbarch *gdbarch,
|
|
|
|
struct regcache *regcache, int cookednum,
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
const gdb_byte *buf)
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
{
|
2003-11-23 00:24:16 +01:00
|
|
|
int rawnum = cookednum % NUM_REGS;
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
gdb_assert (cookednum >= NUM_REGS && cookednum < 2 * NUM_REGS);
|
2003-11-23 00:24:16 +01:00
|
|
|
if (register_size (gdbarch, rawnum) == register_size (gdbarch, cookednum))
|
2004-01-12 21:13:25 +01:00
|
|
|
regcache_raw_write (regcache, rawnum, buf);
|
2004-01-17 17:27:30 +01:00
|
|
|
else if (register_size (gdbarch, rawnum) >
|
|
|
|
register_size (gdbarch, cookednum))
|
2003-11-23 00:24:16 +01:00
|
|
|
{
|
|
|
|
if (gdbarch_tdep (gdbarch)->mips64_transfers_32bit_regs_p
|
|
|
|
|| TARGET_BYTE_ORDER == BFD_ENDIAN_LITTLE)
|
|
|
|
regcache_raw_write_part (regcache, rawnum, 0, 4, buf);
|
|
|
|
else
|
|
|
|
regcache_raw_write_part (regcache, rawnum, 4, 4, buf);
|
|
|
|
}
|
|
|
|
else
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
internal_error (__FILE__, __LINE__, _("bad register size"));
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
}
|
1999-07-07 22:19:36 +02:00
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
/* Table to translate MIPS16 register field to actual register number. */
|
2004-01-17 17:27:30 +01:00
|
|
|
static int mips16_to_32_reg[8] = { 16, 17, 2, 3, 4, 5, 6, 7 };
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
/* Heuristic_proc_start may hunt through the text section for a long
|
|
|
|
time across a 2400 baud serial line. Allows the user to limit this
|
|
|
|
search. */
|
|
|
|
|
|
|
|
static unsigned int heuristic_fence_post = 0;
|
|
|
|
|
2001-12-10 05:58:31 +01:00
|
|
|
/* Number of bytes of storage in the actual machine representation for
|
2003-11-16 17:13:50 +01:00
|
|
|
register N. NOTE: This defines the pseudo register type so need to
|
|
|
|
rebuild the architecture vector. */
|
1999-07-12 13:15:22 +02:00
|
|
|
|
|
|
|
static int mips64_transfers_32bit_regs_p = 0;
|
|
|
|
|
2003-11-16 17:13:50 +01:00
|
|
|
static void
|
|
|
|
set_mips64_transfers_32bit_regs (char *args, int from_tty,
|
|
|
|
struct cmd_list_element *c)
|
1999-07-12 13:15:22 +02:00
|
|
|
{
|
2003-11-16 17:13:50 +01:00
|
|
|
struct gdbarch_info info;
|
|
|
|
gdbarch_info_init (&info);
|
|
|
|
/* FIXME: cagney/2003-11-15: Should be setting a field in "info"
|
|
|
|
instead of relying on globals. Doing that would let generic code
|
|
|
|
handle the search for this specific architecture. */
|
|
|
|
if (!gdbarch_update_p (info))
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
{
|
2003-11-16 17:13:50 +01:00
|
|
|
mips64_transfers_32bit_regs_p = 0;
|
2005-02-10 Andrew Cagney <cagney@gnu.org>
Mark up all error and warning messages.
* ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
* bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
* core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
* cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
* dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
* dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
* event-top.c, exec.c, expprint.c, f-lang.c: Update.
* f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
* frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
* gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
* hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
* hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
* hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
* i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
* ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
* infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
* kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
* linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
* m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
* m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
* maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
* nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
* observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
* p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
* ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
* remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
* remote-rdp.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote-utils.h, remote.c: Update.
* rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
* ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
* sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
* solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
* solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
* somread.c, somsolib.c, source.c, stabsread.c: Update.
* stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
* symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
* uw-thread.c, valarith.c, valops.c, valprint.c: Update.
* value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
* xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
* cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
* cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
* mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
* mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
* mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
* tui/tui-win.c: Update.
2005-02-11 05:06:14 +01:00
|
|
|
error (_("32-bit compatibility mode not supported"));
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2003-11-23 00:24:16 +01:00
|
|
|
/* Convert to/from a register and the corresponding memory value. */
|
1999-07-12 13:15:22 +02:00
|
|
|
|
2003-06-14 Andrew Cagney <cagney@redhat.com>
Mark Kettenis <kettenis@gnu.org>
* gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
(REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
parameter with "frame".
* gdbarch.h, gdbarch.c: Re-generate.
* frame.h (put_frame_register): Declare.
* frame.c (put_frame_register): New function.
* arch-utils.c (legacy_convert_register_p): Add "type" parameter.
(legacy_register_to_value): Rewrite, use "frame" to get the
register value.
(legacy_value_to_register): Rewrite, use "frame" to find the
register's location before storing.
* arch-utils.h (legacy_convert_register_p): Update.
(legacy_register_to_value, legacy_value_to_register): Update.
* findvar.c (value_from_register): Rewrite, eliminate use of
REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
"frame" to REGISTER_TO_VALUE.
* valops.c (value_assign): Move the CONVERT_REGISTER code to the
lval_reg_frame_relative + lval_register branch of the switch. Do
not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
* i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
I386_EDI_REGNUM): New defines.
(i386_next_regnum, i386_convert_register_p,
i386_register_to_value, i386_value_to_register): New functions.
(i386_register_convertible, i386_register_convert_to_virtual,
i386_convert_to_raw): Remove functions.
(i386_gdbarch_init): Set convert_register_p, register_to_value and
value_to_register instead of register_convertible,
register_convert_to_virtual and register_convert_to_raw.
* mips-tdep.c (mips_convert_register_p): New function.
(mips_value_to_register): Replace mips_register_convert_from_type.
(mips_register_to_value): Replace mips_register_convert_to_type.
(mips_gdbarch_init): Set conver_register_p, value_to_register and
register_to_value.
* alpha-tdep.c (alpha_convert_register_p): Update.
(alpha_value_to_register): Update, store the register.
(alpha_register_to_value): Update, fetch the register.
2003-06-15 00:35:25 +02:00
|
|
|
static int
|
|
|
|
mips_convert_register_p (int regnum, struct type *type)
|
|
|
|
{
|
|
|
|
return (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG
|
2003-11-16 17:13:50 +01:00
|
|
|
&& register_size (current_gdbarch, regnum) == 4
|
2004-01-14 03:51:42 +01:00
|
|
|
&& (regnum % NUM_REGS) >= mips_regnum (current_gdbarch)->fp0
|
|
|
|
&& (regnum % NUM_REGS) < mips_regnum (current_gdbarch)->fp0 + 32
|
2004-01-17 17:27:30 +01:00
|
|
|
&& TYPE_CODE (type) == TYPE_CODE_FLT && TYPE_LENGTH (type) == 8);
|
2003-06-14 Andrew Cagney <cagney@redhat.com>
Mark Kettenis <kettenis@gnu.org>
* gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
(REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
parameter with "frame".
* gdbarch.h, gdbarch.c: Re-generate.
* frame.h (put_frame_register): Declare.
* frame.c (put_frame_register): New function.
* arch-utils.c (legacy_convert_register_p): Add "type" parameter.
(legacy_register_to_value): Rewrite, use "frame" to get the
register value.
(legacy_value_to_register): Rewrite, use "frame" to find the
register's location before storing.
* arch-utils.h (legacy_convert_register_p): Update.
(legacy_register_to_value, legacy_value_to_register): Update.
* findvar.c (value_from_register): Rewrite, eliminate use of
REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
"frame" to REGISTER_TO_VALUE.
* valops.c (value_assign): Move the CONVERT_REGISTER code to the
lval_reg_frame_relative + lval_register branch of the switch. Do
not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
* i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
I386_EDI_REGNUM): New defines.
(i386_next_regnum, i386_convert_register_p,
i386_register_to_value, i386_value_to_register): New functions.
(i386_register_convertible, i386_register_convert_to_virtual,
i386_convert_to_raw): Remove functions.
(i386_gdbarch_init): Set convert_register_p, register_to_value and
value_to_register instead of register_convertible,
register_convert_to_virtual and register_convert_to_raw.
* mips-tdep.c (mips_convert_register_p): New function.
(mips_value_to_register): Replace mips_register_convert_from_type.
(mips_register_to_value): Replace mips_register_convert_to_type.
(mips_gdbarch_init): Set conver_register_p, value_to_register and
register_to_value.
* alpha-tdep.c (alpha_convert_register_p): Update.
(alpha_value_to_register): Update, store the register.
(alpha_register_to_value): Update, fetch the register.
2003-06-15 00:35:25 +02:00
|
|
|
}
|
|
|
|
|
2003-06-15 02:27:54 +02:00
|
|
|
static void
|
2003-06-14 Andrew Cagney <cagney@redhat.com>
Mark Kettenis <kettenis@gnu.org>
* gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
(REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
parameter with "frame".
* gdbarch.h, gdbarch.c: Re-generate.
* frame.h (put_frame_register): Declare.
* frame.c (put_frame_register): New function.
* arch-utils.c (legacy_convert_register_p): Add "type" parameter.
(legacy_register_to_value): Rewrite, use "frame" to get the
register value.
(legacy_value_to_register): Rewrite, use "frame" to find the
register's location before storing.
* arch-utils.h (legacy_convert_register_p): Update.
(legacy_register_to_value, legacy_value_to_register): Update.
* findvar.c (value_from_register): Rewrite, eliminate use of
REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
"frame" to REGISTER_TO_VALUE.
* valops.c (value_assign): Move the CONVERT_REGISTER code to the
lval_reg_frame_relative + lval_register branch of the switch. Do
not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
* i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
I386_EDI_REGNUM): New defines.
(i386_next_regnum, i386_convert_register_p,
i386_register_to_value, i386_value_to_register): New functions.
(i386_register_convertible, i386_register_convert_to_virtual,
i386_convert_to_raw): Remove functions.
(i386_gdbarch_init): Set convert_register_p, register_to_value and
value_to_register instead of register_convertible,
register_convert_to_virtual and register_convert_to_raw.
* mips-tdep.c (mips_convert_register_p): New function.
(mips_value_to_register): Replace mips_register_convert_from_type.
(mips_register_to_value): Replace mips_register_convert_to_type.
(mips_gdbarch_init): Set conver_register_p, value_to_register and
register_to_value.
* alpha-tdep.c (alpha_convert_register_p): Update.
(alpha_value_to_register): Update, store the register.
(alpha_register_to_value): Update, fetch the register.
2003-06-15 00:35:25 +02:00
|
|
|
mips_register_to_value (struct frame_info *frame, int regnum,
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
struct type *type, gdb_byte *to)
|
2002-08-16 06:10:23 +02:00
|
|
|
{
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
get_frame_register (frame, regnum + 0, to + 4);
|
|
|
|
get_frame_register (frame, regnum + 1, to + 0);
|
2002-08-16 06:10:23 +02:00
|
|
|
}
|
|
|
|
|
2003-06-15 02:27:54 +02:00
|
|
|
static void
|
2003-06-14 Andrew Cagney <cagney@redhat.com>
Mark Kettenis <kettenis@gnu.org>
* gdbarch.sh (CONVERT_REGISTER_P): Add "type" parameter.
(REGISTER_TO_VALUE, VALUE_TO_REGISTER): Replace raw buffer
parameter with "frame".
* gdbarch.h, gdbarch.c: Re-generate.
* frame.h (put_frame_register): Declare.
* frame.c (put_frame_register): New function.
* arch-utils.c (legacy_convert_register_p): Add "type" parameter.
(legacy_register_to_value): Rewrite, use "frame" to get the
register value.
(legacy_value_to_register): Rewrite, use "frame" to find the
register's location before storing.
* arch-utils.h (legacy_convert_register_p): Update.
(legacy_register_to_value, legacy_value_to_register): Update.
* findvar.c (value_from_register): Rewrite, eliminate use of
REGISTER_CONVERT_TO_TYPE, pass "type" to CONVERT_REGISTER_P, pass
"frame" to REGISTER_TO_VALUE.
* valops.c (value_assign): Move the CONVERT_REGISTER code to the
lval_reg_frame_relative + lval_register branch of the switch. Do
not use REGISTER_CONVERT_FROM_TYPE. Use put_frame_register.
* i386-tdep.c (I386_EBX_REGNUM, I386_ECX_REGNUM, I386_ESI_REGNUM,
I386_EDI_REGNUM): New defines.
(i386_next_regnum, i386_convert_register_p,
i386_register_to_value, i386_value_to_register): New functions.
(i386_register_convertible, i386_register_convert_to_virtual,
i386_convert_to_raw): Remove functions.
(i386_gdbarch_init): Set convert_register_p, register_to_value and
value_to_register instead of register_convertible,
register_convert_to_virtual and register_convert_to_raw.
* mips-tdep.c (mips_convert_register_p): New function.
(mips_value_to_register): Replace mips_register_convert_from_type.
(mips_register_to_value): Replace mips_register_convert_to_type.
(mips_gdbarch_init): Set conver_register_p, value_to_register and
register_to_value.
* alpha-tdep.c (alpha_convert_register_p): Update.
(alpha_value_to_register): Update, store the register.
(alpha_register_to_value): Update, fetch the register.
2003-06-15 00:35:25 +02:00
|
|
|
mips_value_to_register (struct frame_info *frame, int regnum,
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
struct type *type, const gdb_byte *from)
|
2002-08-16 06:10:23 +02:00
|
|
|
{
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
put_frame_register (frame, regnum + 0, from + 4);
|
|
|
|
put_frame_register (frame, regnum + 1, from + 0);
|
2002-08-16 06:10:23 +02:00
|
|
|
}
|
|
|
|
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
/* Return the GDB type object for the "standard" data type of data in
|
|
|
|
register REG. */
|
2002-08-01 21:57:41 +02:00
|
|
|
|
|
|
|
static struct type *
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
mips_register_type (struct gdbarch *gdbarch, int regnum)
|
|
|
|
{
|
2003-11-16 05:57:25 +01:00
|
|
|
gdb_assert (regnum >= 0 && regnum < 2 * NUM_REGS);
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
if ((regnum % NUM_REGS) >= mips_regnum (current_gdbarch)->fp0
|
|
|
|
&& (regnum % NUM_REGS) < mips_regnum (current_gdbarch)->fp0 + 32)
|
2002-08-02 01:10:34 +02:00
|
|
|
{
|
2003-11-16 05:57:25 +01:00
|
|
|
/* The floating-point registers raw, or cooked, always match
|
2004-04-29 20:28:43 +02:00
|
|
|
mips_isa_regsize(), and also map 1:1, byte for byte. */
|
* doublest.c (floatformat_from_length): Use the right element from
gdbarch floatformats.
(floatformat_from_type, extract_typed_floating)
(store_typed_floating): Likewise.
* doublest.h: Remove declarations for undefined floatformat arrays.
* gdbarch.sh (float_format, double_format, long_double_format): Change
to pairs.
(pformat): Update for pairs.
* gdbarch.c, gdbarch.h: Regenerated.
* gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
(floatformats_ieee_double_littlebyte_bigword)
(floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
(floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
(floatformats_vax_d): New variables.
(builtin_type_ieee_single, builtin_type_ieee_double)
(builtin_type_arm_ext, builtin_type_ia64_spill)
(builtin_type_ia64_quad): Replace arrays with individual types.
(builtin_type_ieee_single_big, builtin_type_ieee_single_little)
(builtin_type_ieee_double_big, builtin_type_ieee_double_little)
(builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
(builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
(builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
(builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
(builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
unused and endian-specific types.
(recursive_dump_type): Update for floatformat pairs.
(build_flt): Move higher. Handle bit == -1. Take a floatformat pair.
(build_gdbtypes): Use build_flt.
(_initialize_gdbtypes): Update set of initialized types.
* gdbtypes.h: Update declarations to match gdbtypes.c.
(struct main_type): Store a pointer to two floatformats.
* arch-utils.c (default_float_format, default_double_format): Delete.
* arch-utils.h (default_float_format, default_double_format): Delete.
* arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
ia64-tdep.c, iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
2007-01-29 18:31:06 +01:00
|
|
|
if (mips_isa_regsize (gdbarch) == 4)
|
|
|
|
return builtin_type_ieee_single;
|
|
|
|
else
|
|
|
|
return builtin_type_ieee_double;
|
2002-08-02 01:10:34 +02:00
|
|
|
}
|
2004-04-30 02:43:09 +02:00
|
|
|
else if (regnum < NUM_REGS)
|
|
|
|
{
|
|
|
|
/* The raw or ISA registers. These are all sized according to
|
|
|
|
the ISA regsize. */
|
|
|
|
if (mips_isa_regsize (gdbarch) == 4)
|
|
|
|
return builtin_type_int32;
|
|
|
|
else
|
|
|
|
return builtin_type_int64;
|
|
|
|
}
|
2002-08-01 21:57:41 +02:00
|
|
|
else
|
2004-04-30 02:43:09 +02:00
|
|
|
{
|
|
|
|
/* The cooked or ABI registers. These are sized according to
|
|
|
|
the ABI (with a few complications). */
|
|
|
|
if (regnum >= (NUM_REGS
|
|
|
|
+ mips_regnum (current_gdbarch)->fp_control_status)
|
2004-10-31 01:08:18 +02:00
|
|
|
&& regnum <= NUM_REGS + MIPS_LAST_EMBED_REGNUM)
|
2004-04-30 02:43:09 +02:00
|
|
|
/* The pseudo/cooked view of the embedded registers is always
|
|
|
|
32-bit. The raw view is handled below. */
|
|
|
|
return builtin_type_int32;
|
|
|
|
else if (gdbarch_tdep (gdbarch)->mips64_transfers_32bit_regs_p)
|
|
|
|
/* The target, while possibly using a 64-bit register buffer,
|
|
|
|
is only transfering 32-bits of each integer register.
|
|
|
|
Reflect this in the cooked/pseudo (ABI) register value. */
|
|
|
|
return builtin_type_int32;
|
|
|
|
else if (mips_abi_regsize (gdbarch) == 4)
|
|
|
|
/* The ABI is restricted to 32-bit registers (the ISA could be
|
|
|
|
32- or 64-bit). */
|
|
|
|
return builtin_type_int32;
|
|
|
|
else
|
|
|
|
/* 64-bit ABI. */
|
|
|
|
return builtin_type_int64;
|
|
|
|
}
|
2002-08-01 21:57:41 +02:00
|
|
|
}
|
|
|
|
|
2002-08-16 04:36:49 +02:00
|
|
|
/* TARGET_READ_SP -- Remove useless bits from the stack pointer. */
|
|
|
|
|
|
|
|
static CORE_ADDR
|
|
|
|
mips_read_sp (void)
|
|
|
|
{
|
2004-06-22 02:01:04 +02:00
|
|
|
return read_signed_register (MIPS_SP_REGNUM);
|
2002-08-16 04:36:49 +02:00
|
|
|
}
|
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
/* Should the upper word of 64-bit addresses be zeroed? */
|
2002-06-15 20:45:32 +02:00
|
|
|
enum auto_boolean mask_address_var = AUTO_BOOLEAN_AUTO;
|
2000-07-11 11:25:22 +02:00
|
|
|
|
|
|
|
static int
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
mips_mask_address_p (struct gdbarch_tdep *tdep)
|
2000-07-11 11:25:22 +02:00
|
|
|
{
|
|
|
|
switch (mask_address_var)
|
|
|
|
{
|
2002-06-15 20:45:32 +02:00
|
|
|
case AUTO_BOOLEAN_TRUE:
|
2000-07-11 11:25:22 +02:00
|
|
|
return 1;
|
2002-06-15 20:45:32 +02:00
|
|
|
case AUTO_BOOLEAN_FALSE:
|
2000-07-11 11:25:22 +02:00
|
|
|
return 0;
|
|
|
|
break;
|
2002-06-15 20:45:32 +02:00
|
|
|
case AUTO_BOOLEAN_AUTO:
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
return tdep->default_mask_address_p;
|
2000-07-11 11:25:22 +02:00
|
|
|
default:
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
internal_error (__FILE__, __LINE__, _("mips_mask_address_p: bad switch"));
|
2000-07-11 11:25:22 +02:00
|
|
|
return -1;
|
2002-05-11 16:18:15 +02:00
|
|
|
}
|
2000-07-11 11:25:22 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2005-02-16 18:20:59 +01:00
|
|
|
show_mask_address (struct ui_file *file, int from_tty,
|
|
|
|
struct cmd_list_element *c, const char *value)
|
2000-07-11 11:25:22 +02:00
|
|
|
{
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
|
2005-02-16 18:20:59 +01:00
|
|
|
|
|
|
|
deprecated_show_value_hack (file, from_tty, c, value);
|
2000-07-11 11:25:22 +02:00
|
|
|
switch (mask_address_var)
|
|
|
|
{
|
2002-06-15 20:45:32 +02:00
|
|
|
case AUTO_BOOLEAN_TRUE:
|
2000-07-11 11:25:22 +02:00
|
|
|
printf_filtered ("The 32 bit mips address mask is enabled\n");
|
|
|
|
break;
|
2002-06-15 20:45:32 +02:00
|
|
|
case AUTO_BOOLEAN_FALSE:
|
2000-07-11 11:25:22 +02:00
|
|
|
printf_filtered ("The 32 bit mips address mask is disabled\n");
|
|
|
|
break;
|
2002-06-15 20:45:32 +02:00
|
|
|
case AUTO_BOOLEAN_AUTO:
|
2004-01-17 17:27:30 +01:00
|
|
|
printf_filtered
|
|
|
|
("The 32 bit address mask is set automatically. Currently %s\n",
|
|
|
|
mips_mask_address_p (tdep) ? "enabled" : "disabled");
|
2000-07-11 11:25:22 +02:00
|
|
|
break;
|
|
|
|
default:
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
internal_error (__FILE__, __LINE__, _("show_mask_address: bad switch"));
|
2000-07-11 11:25:22 +02:00
|
|
|
break;
|
2002-05-11 16:18:15 +02:00
|
|
|
}
|
2000-07-11 11:25:22 +02:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
/* Tell if the program counter value in MEMADDR is in a MIPS16 function. */
|
|
|
|
|
2004-10-30 19:53:47 +02:00
|
|
|
int
|
|
|
|
mips_pc_is_mips16 (CORE_ADDR memaddr)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
|
|
|
struct minimal_symbol *sym;
|
|
|
|
|
|
|
|
/* If bit 0 of the address is set, assume this is a MIPS16 address. */
|
2003-06-01 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (is_mips16_addr): New function.
(make_mips16_addr, unmake_mips16_addr): New functions.
(pc_is_mips16, mips_fetch_instruction): Use.
(gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
(gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
(mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
TARGET_MIPS.
* config/mips/tm-mips.h: Update copyright.
(TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
(DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
(IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
* config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
(TM_PRINT_INSN_MACH): Delete.
* config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
2003-06-01 17:45:57 +02:00
|
|
|
if (is_mips16_addr (memaddr))
|
1999-04-16 03:35:26 +02:00
|
|
|
return 1;
|
|
|
|
|
|
|
|
/* A flag indicating that this is a MIPS16 function is stored by elfread.c in
|
|
|
|
the high bit of the info field. Use this to decide if the function is
|
|
|
|
MIPS16 or normal MIPS. */
|
|
|
|
sym = lookup_minimal_symbol_by_pc (memaddr);
|
|
|
|
if (sym)
|
2002-08-22 00:18:25 +02:00
|
|
|
return msymbol_is_special (sym);
|
1999-04-16 03:35:26 +02:00
|
|
|
else
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2004-07-10 03:17:53 +02:00
|
|
|
/* MIPS believes that the PC has a sign extended value. Perhaps the
|
2000-07-11 12:24:25 +02:00
|
|
|
all registers should be sign extended for simplicity? */
|
|
|
|
|
|
|
|
static CORE_ADDR
|
2001-05-04 06:15:33 +02:00
|
|
|
mips_read_pc (ptid_t ptid)
|
2000-07-11 12:24:25 +02:00
|
|
|
{
|
2004-01-17 17:40:42 +01:00
|
|
|
return read_signed_register_pid (mips_regnum (current_gdbarch)->pc, ptid);
|
|
|
|
}
|
|
|
|
|
2004-02-08 22:04:39 +01:00
|
|
|
static CORE_ADDR
|
|
|
|
mips_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame)
|
|
|
|
{
|
2004-02-09 06:29:53 +01:00
|
|
|
return frame_unwind_register_signed (next_frame,
|
|
|
|
NUM_REGS + mips_regnum (gdbarch)->pc);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Assuming NEXT_FRAME->prev is a dummy, return the frame ID of that
|
|
|
|
dummy frame. The frame ID's base needs to match the TOS value
|
|
|
|
saved by save_dummy_frame_tos(), and the PC match the dummy frame's
|
|
|
|
breakpoint. */
|
|
|
|
|
|
|
|
static struct frame_id
|
|
|
|
mips_unwind_dummy_id (struct gdbarch *gdbarch, struct frame_info *next_frame)
|
|
|
|
{
|
2004-06-22 02:01:04 +02:00
|
|
|
return frame_id_build (frame_unwind_register_signed (next_frame, NUM_REGS + MIPS_SP_REGNUM),
|
2004-02-09 06:29:53 +01:00
|
|
|
frame_pc_unwind (next_frame));
|
2004-02-08 22:04:39 +01:00
|
|
|
}
|
|
|
|
|
2004-01-17 17:40:42 +01:00
|
|
|
static void
|
|
|
|
mips_write_pc (CORE_ADDR pc, ptid_t ptid)
|
|
|
|
{
|
|
|
|
write_register_pid (mips_regnum (current_gdbarch)->pc, pc, ptid);
|
2000-07-11 12:24:25 +02:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
/* Fetch and return instruction from the specified location. If the PC
|
|
|
|
is odd, assume it's a MIPS16 instruction; otherwise MIPS32. */
|
|
|
|
|
2004-10-31 00:11:18 +02:00
|
|
|
static ULONGEST
|
2000-07-11 13:02:11 +02:00
|
|
|
mips_fetch_instruction (CORE_ADDR addr)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
gdb_byte buf[MIPS_INSN32_SIZE];
|
1999-04-16 03:35:26 +02:00
|
|
|
int instlen;
|
|
|
|
int status;
|
|
|
|
|
2004-10-30 19:53:47 +02:00
|
|
|
if (mips_pc_is_mips16 (addr))
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2004-10-30 22:54:54 +02:00
|
|
|
instlen = MIPS_INSN16_SIZE;
|
2003-06-01 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (is_mips16_addr): New function.
(make_mips16_addr, unmake_mips16_addr): New functions.
(pc_is_mips16, mips_fetch_instruction): Use.
(gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
(gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
(mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
TARGET_MIPS.
* config/mips/tm-mips.h: Update copyright.
(TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
(DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
(IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
* config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
(TM_PRINT_INSN_MACH): Delete.
* config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
2003-06-01 17:45:57 +02:00
|
|
|
addr = unmake_mips16_addr (addr);
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
else
|
2004-10-30 22:54:54 +02:00
|
|
|
instlen = MIPS_INSN32_SIZE;
|
2006-08-08 23:32:48 +02:00
|
|
|
status = read_memory_nobpt (addr, buf, instlen);
|
1999-04-16 03:35:26 +02:00
|
|
|
if (status)
|
|
|
|
memory_error (status, addr);
|
|
|
|
return extract_unsigned_integer (buf, instlen);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* These the fields of 32 bit mips instructions */
|
2001-07-06 07:35:17 +02:00
|
|
|
#define mips32_op(x) (x >> 26)
|
|
|
|
#define itype_op(x) (x >> 26)
|
|
|
|
#define itype_rs(x) ((x >> 21) & 0x1f)
|
1999-04-16 03:35:26 +02:00
|
|
|
#define itype_rt(x) ((x >> 16) & 0x1f)
|
2001-07-06 07:35:17 +02:00
|
|
|
#define itype_immediate(x) (x & 0xffff)
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2001-07-06 07:35:17 +02:00
|
|
|
#define jtype_op(x) (x >> 26)
|
|
|
|
#define jtype_target(x) (x & 0x03ffffff)
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2001-07-06 07:35:17 +02:00
|
|
|
#define rtype_op(x) (x >> 26)
|
|
|
|
#define rtype_rs(x) ((x >> 21) & 0x1f)
|
|
|
|
#define rtype_rt(x) ((x >> 16) & 0x1f)
|
|
|
|
#define rtype_rd(x) ((x >> 11) & 0x1f)
|
|
|
|
#define rtype_shamt(x) ((x >> 6) & 0x1f)
|
|
|
|
#define rtype_funct(x) (x & 0x3f)
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-11-10 18:48:23 +01:00
|
|
|
static LONGEST
|
|
|
|
mips32_relative_offset (ULONGEST inst)
|
1999-07-07 22:19:36 +02:00
|
|
|
{
|
2004-11-10 18:48:23 +01:00
|
|
|
return ((itype_immediate (inst) ^ 0x8000) - 0x8000) << 2;
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
2006-06-01 01:15:50 +02:00
|
|
|
/* Determine where to set a single step breakpoint while considering
|
|
|
|
branch prediction. */
|
2002-08-21 03:08:23 +02:00
|
|
|
static CORE_ADDR
|
1999-07-07 22:19:36 +02:00
|
|
|
mips32_next_pc (CORE_ADDR pc)
|
|
|
|
{
|
|
|
|
unsigned long inst;
|
|
|
|
int op;
|
|
|
|
inst = mips_fetch_instruction (pc);
|
2001-07-06 07:35:17 +02:00
|
|
|
if ((inst & 0xe0000000) != 0) /* Not a special, jump or branch instruction */
|
1999-07-07 22:19:36 +02:00
|
|
|
{
|
2001-07-06 07:35:17 +02:00
|
|
|
if (itype_op (inst) >> 2 == 5)
|
2004-01-17 17:27:30 +01:00
|
|
|
/* BEQL, BNEL, BLEZL, BGTZL: bits 0101xx */
|
1999-07-07 22:19:36 +02:00
|
|
|
{
|
2001-07-06 07:35:17 +02:00
|
|
|
op = (itype_op (inst) & 0x03);
|
1999-04-16 03:35:26 +02:00
|
|
|
switch (op)
|
|
|
|
{
|
2001-07-06 07:35:17 +02:00
|
|
|
case 0: /* BEQL */
|
|
|
|
goto equal_branch;
|
|
|
|
case 1: /* BNEL */
|
|
|
|
goto neq_branch;
|
|
|
|
case 2: /* BLEZL */
|
|
|
|
goto less_branch;
|
|
|
|
case 3: /* BGTZ */
|
|
|
|
goto greater_branch;
|
1999-07-07 22:19:36 +02:00
|
|
|
default:
|
|
|
|
pc += 4;
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
}
|
2001-07-06 07:35:17 +02:00
|
|
|
else if (itype_op (inst) == 17 && itype_rs (inst) == 8)
|
2004-01-17 17:27:30 +01:00
|
|
|
/* BC1F, BC1FL, BC1T, BC1TL: 010001 01000 */
|
2001-07-06 07:35:17 +02:00
|
|
|
{
|
|
|
|
int tf = itype_rt (inst) & 0x01;
|
|
|
|
int cnum = itype_rt (inst) >> 2;
|
2004-01-17 17:27:30 +01:00
|
|
|
int fcrcs =
|
|
|
|
read_signed_register (mips_regnum (current_gdbarch)->
|
|
|
|
fp_control_status);
|
2001-07-06 07:35:17 +02:00
|
|
|
int cond = ((fcrcs >> 24) & 0x0e) | ((fcrcs >> 23) & 0x01);
|
|
|
|
|
|
|
|
if (((cond >> cnum) & 0x01) == tf)
|
|
|
|
pc += mips32_relative_offset (inst) + 4;
|
|
|
|
else
|
|
|
|
pc += 8;
|
|
|
|
}
|
1999-07-07 22:19:36 +02:00
|
|
|
else
|
|
|
|
pc += 4; /* Not a branch, next instruction is easy */
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
else
|
1999-07-07 22:19:36 +02:00
|
|
|
{ /* This gets way messy */
|
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
/* Further subdivide into SPECIAL, REGIMM and other */
|
2001-07-06 07:35:17 +02:00
|
|
|
switch (op = itype_op (inst) & 0x07) /* extract bits 28,27,26 */
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
1999-07-07 22:19:36 +02:00
|
|
|
case 0: /* SPECIAL */
|
|
|
|
op = rtype_funct (inst);
|
|
|
|
switch (op)
|
|
|
|
{
|
|
|
|
case 8: /* JR */
|
|
|
|
case 9: /* JALR */
|
2000-07-11 12:24:25 +02:00
|
|
|
/* Set PC to that address */
|
|
|
|
pc = read_signed_register (rtype_rs (inst));
|
1999-07-07 22:19:36 +02:00
|
|
|
break;
|
|
|
|
default:
|
|
|
|
pc += 4;
|
|
|
|
}
|
|
|
|
|
2004-01-17 17:27:30 +01:00
|
|
|
break; /* end SPECIAL */
|
1999-07-07 22:19:36 +02:00
|
|
|
case 1: /* REGIMM */
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2001-07-06 07:35:17 +02:00
|
|
|
op = itype_rt (inst); /* branch condition */
|
|
|
|
switch (op)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
1999-07-07 22:19:36 +02:00
|
|
|
case 0: /* BLTZ */
|
2001-07-06 07:35:17 +02:00
|
|
|
case 2: /* BLTZL */
|
|
|
|
case 16: /* BLTZAL */
|
1999-07-07 22:19:36 +02:00
|
|
|
case 18: /* BLTZALL */
|
1999-04-16 03:35:26 +02:00
|
|
|
less_branch:
|
2000-07-11 12:24:25 +02:00
|
|
|
if (read_signed_register (itype_rs (inst)) < 0)
|
1999-07-07 22:19:36 +02:00
|
|
|
pc += mips32_relative_offset (inst) + 4;
|
|
|
|
else
|
|
|
|
pc += 8; /* after the delay slot */
|
|
|
|
break;
|
2001-07-06 07:35:17 +02:00
|
|
|
case 1: /* BGEZ */
|
1999-07-07 22:19:36 +02:00
|
|
|
case 3: /* BGEZL */
|
|
|
|
case 17: /* BGEZAL */
|
|
|
|
case 19: /* BGEZALL */
|
2000-07-11 12:24:25 +02:00
|
|
|
if (read_signed_register (itype_rs (inst)) >= 0)
|
1999-07-07 22:19:36 +02:00
|
|
|
pc += mips32_relative_offset (inst) + 4;
|
|
|
|
else
|
|
|
|
pc += 8; /* after the delay slot */
|
|
|
|
break;
|
2001-07-06 07:35:17 +02:00
|
|
|
/* All of the other instructions in the REGIMM category */
|
1999-07-07 22:19:36 +02:00
|
|
|
default:
|
|
|
|
pc += 4;
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
}
|
2004-01-17 17:27:30 +01:00
|
|
|
break; /* end REGIMM */
|
1999-07-07 22:19:36 +02:00
|
|
|
case 2: /* J */
|
|
|
|
case 3: /* JAL */
|
|
|
|
{
|
|
|
|
unsigned long reg;
|
|
|
|
reg = jtype_target (inst) << 2;
|
2001-07-06 07:35:17 +02:00
|
|
|
/* Upper four bits get never changed... */
|
2006-03-15 17:55:05 +01:00
|
|
|
pc = reg + ((pc + 4) & ~(CORE_ADDR) 0x0fffffff);
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
1999-07-07 22:19:36 +02:00
|
|
|
break;
|
|
|
|
/* FIXME case JALX : */
|
|
|
|
{
|
|
|
|
unsigned long reg;
|
|
|
|
reg = jtype_target (inst) << 2;
|
2006-03-15 17:55:05 +01:00
|
|
|
pc = reg + ((pc + 4) & ~(CORE_ADDR) 0x0fffffff) + 1; /* yes, +1 */
|
1999-04-16 03:35:26 +02:00
|
|
|
/* Add 1 to indicate 16 bit mode - Invert ISA mode */
|
|
|
|
}
|
1999-07-07 22:19:36 +02:00
|
|
|
break; /* The new PC will be alternate mode */
|
2001-07-06 07:35:17 +02:00
|
|
|
case 4: /* BEQ, BEQL */
|
1999-07-07 22:19:36 +02:00
|
|
|
equal_branch:
|
2000-07-11 12:24:25 +02:00
|
|
|
if (read_signed_register (itype_rs (inst)) ==
|
|
|
|
read_signed_register (itype_rt (inst)))
|
1999-07-07 22:19:36 +02:00
|
|
|
pc += mips32_relative_offset (inst) + 4;
|
|
|
|
else
|
|
|
|
pc += 8;
|
|
|
|
break;
|
2001-07-06 07:35:17 +02:00
|
|
|
case 5: /* BNE, BNEL */
|
1999-07-07 22:19:36 +02:00
|
|
|
neq_branch:
|
2000-07-11 12:24:25 +02:00
|
|
|
if (read_signed_register (itype_rs (inst)) !=
|
2001-07-06 07:35:17 +02:00
|
|
|
read_signed_register (itype_rt (inst)))
|
1999-07-07 22:19:36 +02:00
|
|
|
pc += mips32_relative_offset (inst) + 4;
|
|
|
|
else
|
|
|
|
pc += 8;
|
|
|
|
break;
|
2001-07-06 07:35:17 +02:00
|
|
|
case 6: /* BLEZ, BLEZL */
|
2004-10-07 19:17:08 +02:00
|
|
|
if (read_signed_register (itype_rs (inst)) <= 0)
|
1999-07-07 22:19:36 +02:00
|
|
|
pc += mips32_relative_offset (inst) + 4;
|
|
|
|
else
|
|
|
|
pc += 8;
|
|
|
|
break;
|
|
|
|
case 7:
|
2001-07-06 07:35:17 +02:00
|
|
|
default:
|
|
|
|
greater_branch: /* BGTZ, BGTZL */
|
2004-10-07 19:17:08 +02:00
|
|
|
if (read_signed_register (itype_rs (inst)) > 0)
|
1999-07-07 22:19:36 +02:00
|
|
|
pc += mips32_relative_offset (inst) + 4;
|
|
|
|
else
|
|
|
|
pc += 8;
|
|
|
|
break;
|
|
|
|
} /* switch */
|
|
|
|
} /* else */
|
|
|
|
return pc;
|
|
|
|
} /* mips32_next_pc */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
/* Decoding the next place to set a breakpoint is irregular for the
|
2000-10-24 00:49:29 +02:00
|
|
|
mips 16 variant, but fortunately, there fewer instructions. We have to cope
|
1999-04-16 03:35:26 +02:00
|
|
|
ith extensions for 16 bit instructions and a pair of actual 32 bit instructions.
|
|
|
|
We dont want to set a single step instruction on the extend instruction
|
|
|
|
either.
|
1999-07-07 22:19:36 +02:00
|
|
|
*/
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
/* Lots of mips16 instruction formats */
|
|
|
|
/* Predicting jumps requires itype,ritype,i8type
|
|
|
|
and their extensions extItype,extritype,extI8type
|
1999-07-07 22:19:36 +02:00
|
|
|
*/
|
1999-04-16 03:35:26 +02:00
|
|
|
enum mips16_inst_fmts
|
|
|
|
{
|
1999-07-07 22:19:36 +02:00
|
|
|
itype, /* 0 immediate 5,10 */
|
|
|
|
ritype, /* 1 5,3,8 */
|
|
|
|
rrtype, /* 2 5,3,3,5 */
|
|
|
|
rritype, /* 3 5,3,3,5 */
|
|
|
|
rrrtype, /* 4 5,3,3,3,2 */
|
|
|
|
rriatype, /* 5 5,3,3,1,4 */
|
|
|
|
shifttype, /* 6 5,3,3,3,2 */
|
|
|
|
i8type, /* 7 5,3,8 */
|
|
|
|
i8movtype, /* 8 5,3,3,5 */
|
|
|
|
i8mov32rtype, /* 9 5,3,5,3 */
|
|
|
|
i64type, /* 10 5,3,8 */
|
|
|
|
ri64type, /* 11 5,3,3,5 */
|
|
|
|
jalxtype, /* 12 5,1,5,5,16 - a 32 bit instruction */
|
|
|
|
exiItype, /* 13 5,6,5,5,1,1,1,1,1,1,5 */
|
|
|
|
extRitype, /* 14 5,6,5,5,3,1,1,1,5 */
|
|
|
|
extRRItype, /* 15 5,5,5,5,3,3,5 */
|
|
|
|
extRRIAtype, /* 16 5,7,4,5,3,3,1,4 */
|
|
|
|
EXTshifttype, /* 17 5,5,1,1,1,1,1,1,5,3,3,1,1,1,2 */
|
|
|
|
extI8type, /* 18 5,6,5,5,3,1,1,1,5 */
|
|
|
|
extI64type, /* 19 5,6,5,5,3,1,1,1,5 */
|
|
|
|
extRi64type, /* 20 5,6,5,5,3,3,5 */
|
|
|
|
extshift64type /* 21 5,5,1,1,1,1,1,1,5,1,1,1,3,5 */
|
|
|
|
};
|
2000-12-02 14:25:26 +01:00
|
|
|
/* I am heaping all the fields of the formats into one structure and
|
|
|
|
then, only the fields which are involved in instruction extension */
|
1999-04-16 03:35:26 +02:00
|
|
|
struct upk_mips16
|
2004-01-17 17:27:30 +01:00
|
|
|
{
|
|
|
|
CORE_ADDR offset;
|
|
|
|
unsigned int regx; /* Function in i8 type */
|
|
|
|
unsigned int regy;
|
|
|
|
};
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
|
2000-12-02 14:25:26 +01:00
|
|
|
/* The EXT-I, EXT-ri nad EXT-I8 instructions all have the same format
|
|
|
|
for the bits which make up the immediatate extension. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2000-12-02 14:25:26 +01:00
|
|
|
static CORE_ADDR
|
|
|
|
extended_offset (unsigned int extension)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2000-12-02 14:25:26 +01:00
|
|
|
CORE_ADDR value;
|
1999-07-07 22:19:36 +02:00
|
|
|
value = (extension >> 21) & 0x3f; /* * extract 15:11 */
|
|
|
|
value = value << 6;
|
|
|
|
value |= (extension >> 16) & 0x1f; /* extrace 10:5 */
|
|
|
|
value = value << 5;
|
|
|
|
value |= extension & 0x01f; /* extract 4:0 */
|
|
|
|
return value;
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Only call this function if you know that this is an extendable
|
|
|
|
instruction, It wont malfunction, but why make excess remote memory references?
|
|
|
|
If the immediate operands get sign extended or somthing, do it after
|
|
|
|
the extension is performed.
|
1999-07-07 22:19:36 +02:00
|
|
|
*/
|
1999-04-16 03:35:26 +02:00
|
|
|
/* FIXME: Every one of these cases needs to worry about sign extension
|
|
|
|
when the offset is to be used in relative addressing */
|
|
|
|
|
|
|
|
|
2000-12-02 14:25:26 +01:00
|
|
|
static unsigned int
|
1999-07-07 22:19:36 +02:00
|
|
|
fetch_mips_16 (CORE_ADDR pc)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
gdb_byte buf[8];
|
1999-07-07 22:19:36 +02:00
|
|
|
pc &= 0xfffffffe; /* clear the low order bit */
|
|
|
|
target_read_memory (pc, buf, 2);
|
|
|
|
return extract_unsigned_integer (buf, 2);
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
1999-07-07 22:19:36 +02:00
|
|
|
unpack_mips16 (CORE_ADDR pc,
|
2000-12-02 14:25:26 +01:00
|
|
|
unsigned int extension,
|
|
|
|
unsigned int inst,
|
2004-01-17 17:27:30 +01:00
|
|
|
enum mips16_inst_fmts insn_format, struct upk_mips16 *upk)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2000-12-02 14:25:26 +01:00
|
|
|
CORE_ADDR offset;
|
|
|
|
int regx;
|
|
|
|
int regy;
|
|
|
|
switch (insn_format)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
1999-07-07 22:19:36 +02:00
|
|
|
case itype:
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2000-12-02 14:25:26 +01:00
|
|
|
CORE_ADDR value;
|
|
|
|
if (extension)
|
1999-07-07 22:19:36 +02:00
|
|
|
{
|
|
|
|
value = extended_offset (extension);
|
|
|
|
value = value << 11; /* rom for the original value */
|
2004-01-17 17:27:30 +01:00
|
|
|
value |= inst & 0x7ff; /* eleven bits from instruction */
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
else
|
1999-07-07 22:19:36 +02:00
|
|
|
{
|
2000-12-02 14:25:26 +01:00
|
|
|
value = inst & 0x7ff;
|
1999-07-07 22:19:36 +02:00
|
|
|
/* FIXME : Consider sign extension */
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
2000-12-02 14:25:26 +01:00
|
|
|
offset = value;
|
|
|
|
regx = -1;
|
|
|
|
regy = -1;
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
1999-07-07 22:19:36 +02:00
|
|
|
break;
|
|
|
|
case ritype:
|
|
|
|
case i8type:
|
|
|
|
{ /* A register identifier and an offset */
|
1999-04-16 03:35:26 +02:00
|
|
|
/* Most of the fields are the same as I type but the
|
|
|
|
immediate value is of a different length */
|
2000-12-02 14:25:26 +01:00
|
|
|
CORE_ADDR value;
|
|
|
|
if (extension)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
1999-07-07 22:19:36 +02:00
|
|
|
value = extended_offset (extension);
|
|
|
|
value = value << 8; /* from the original instruction */
|
2000-12-02 14:25:26 +01:00
|
|
|
value |= inst & 0xff; /* eleven bits from instruction */
|
|
|
|
regx = (extension >> 8) & 0x07; /* or i8 funct */
|
1999-07-07 22:19:36 +02:00
|
|
|
if (value & 0x4000) /* test the sign bit , bit 26 */
|
|
|
|
{
|
|
|
|
value &= ~0x3fff; /* remove the sign bit */
|
|
|
|
value = -value;
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
}
|
1999-07-07 22:19:36 +02:00
|
|
|
else
|
|
|
|
{
|
2000-12-02 14:25:26 +01:00
|
|
|
value = inst & 0xff; /* 8 bits */
|
|
|
|
regx = (inst >> 8) & 0x07; /* or i8 funct */
|
1999-07-07 22:19:36 +02:00
|
|
|
/* FIXME: Do sign extension , this format needs it */
|
|
|
|
if (value & 0x80) /* THIS CONFUSES ME */
|
|
|
|
{
|
|
|
|
value &= 0xef; /* remove the sign bit */
|
|
|
|
value = -value;
|
|
|
|
}
|
|
|
|
}
|
2000-12-02 14:25:26 +01:00
|
|
|
offset = value;
|
|
|
|
regy = -1;
|
1999-07-07 22:19:36 +02:00
|
|
|
break;
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
1999-07-07 22:19:36 +02:00
|
|
|
case jalxtype:
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
1999-07-07 22:19:36 +02:00
|
|
|
unsigned long value;
|
2000-12-02 14:25:26 +01:00
|
|
|
unsigned int nexthalf;
|
|
|
|
value = ((inst & 0x1f) << 5) | ((inst >> 5) & 0x1f);
|
1999-07-07 22:19:36 +02:00
|
|
|
value = value << 16;
|
|
|
|
nexthalf = mips_fetch_instruction (pc + 2); /* low bit still set */
|
|
|
|
value |= nexthalf;
|
2000-12-02 14:25:26 +01:00
|
|
|
offset = value;
|
|
|
|
regx = -1;
|
|
|
|
regy = -1;
|
1999-07-07 22:19:36 +02:00
|
|
|
break;
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
default:
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
internal_error (__FILE__, __LINE__, _("bad switch"));
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
2000-12-02 14:25:26 +01:00
|
|
|
upk->offset = offset;
|
|
|
|
upk->regx = regx;
|
|
|
|
upk->regy = regy;
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
static CORE_ADDR
|
|
|
|
add_offset_16 (CORE_ADDR pc, int offset)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2006-03-15 17:55:05 +01:00
|
|
|
return ((offset << 2) | ((pc + 2) & (~(CORE_ADDR) 0x0fffffff)));
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
2000-12-02 14:25:26 +01:00
|
|
|
static CORE_ADDR
|
|
|
|
extended_mips16_next_pc (CORE_ADDR pc,
|
2004-01-17 17:27:30 +01:00
|
|
|
unsigned int extension, unsigned int insn)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2000-12-02 14:25:26 +01:00
|
|
|
int op = (insn >> 11);
|
|
|
|
switch (op)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2004-01-17 17:27:30 +01:00
|
|
|
case 2: /* Branch */
|
2000-12-02 14:25:26 +01:00
|
|
|
{
|
|
|
|
CORE_ADDR offset;
|
|
|
|
struct upk_mips16 upk;
|
|
|
|
unpack_mips16 (pc, extension, insn, itype, &upk);
|
|
|
|
offset = upk.offset;
|
|
|
|
if (offset & 0x800)
|
|
|
|
{
|
|
|
|
offset &= 0xeff;
|
|
|
|
offset = -offset;
|
|
|
|
}
|
|
|
|
pc += (offset << 1) + 2;
|
|
|
|
break;
|
|
|
|
}
|
2004-01-17 17:27:30 +01:00
|
|
|
case 3: /* JAL , JALX - Watch out, these are 32 bit instruction */
|
2000-12-02 14:25:26 +01:00
|
|
|
{
|
|
|
|
struct upk_mips16 upk;
|
|
|
|
unpack_mips16 (pc, extension, insn, jalxtype, &upk);
|
|
|
|
pc = add_offset_16 (pc, upk.offset);
|
|
|
|
if ((insn >> 10) & 0x01) /* Exchange mode */
|
|
|
|
pc = pc & ~0x01; /* Clear low bit, indicate 32 bit mode */
|
|
|
|
else
|
|
|
|
pc |= 0x01;
|
|
|
|
break;
|
|
|
|
}
|
2004-01-17 17:27:30 +01:00
|
|
|
case 4: /* beqz */
|
2000-12-02 14:25:26 +01:00
|
|
|
{
|
|
|
|
struct upk_mips16 upk;
|
|
|
|
int reg;
|
|
|
|
unpack_mips16 (pc, extension, insn, ritype, &upk);
|
|
|
|
reg = read_signed_register (upk.regx);
|
|
|
|
if (reg == 0)
|
|
|
|
pc += (upk.offset << 1) + 2;
|
|
|
|
else
|
|
|
|
pc += 2;
|
|
|
|
break;
|
|
|
|
}
|
2004-01-17 17:27:30 +01:00
|
|
|
case 5: /* bnez */
|
2000-12-02 14:25:26 +01:00
|
|
|
{
|
|
|
|
struct upk_mips16 upk;
|
|
|
|
int reg;
|
|
|
|
unpack_mips16 (pc, extension, insn, ritype, &upk);
|
|
|
|
reg = read_signed_register (upk.regx);
|
|
|
|
if (reg != 0)
|
|
|
|
pc += (upk.offset << 1) + 2;
|
|
|
|
else
|
|
|
|
pc += 2;
|
|
|
|
break;
|
|
|
|
}
|
2004-01-17 17:27:30 +01:00
|
|
|
case 12: /* I8 Formats btez btnez */
|
2000-12-02 14:25:26 +01:00
|
|
|
{
|
|
|
|
struct upk_mips16 upk;
|
|
|
|
int reg;
|
|
|
|
unpack_mips16 (pc, extension, insn, i8type, &upk);
|
|
|
|
/* upk.regx contains the opcode */
|
|
|
|
reg = read_signed_register (24); /* Test register is 24 */
|
|
|
|
if (((upk.regx == 0) && (reg == 0)) /* BTEZ */
|
|
|
|
|| ((upk.regx == 1) && (reg != 0))) /* BTNEZ */
|
|
|
|
/* pc = add_offset_16(pc,upk.offset) ; */
|
|
|
|
pc += (upk.offset << 1) + 2;
|
|
|
|
else
|
|
|
|
pc += 2;
|
|
|
|
break;
|
|
|
|
}
|
2004-01-17 17:27:30 +01:00
|
|
|
case 29: /* RR Formats JR, JALR, JALR-RA */
|
2000-12-02 14:25:26 +01:00
|
|
|
{
|
|
|
|
struct upk_mips16 upk;
|
|
|
|
/* upk.fmt = rrtype; */
|
|
|
|
op = insn & 0x1f;
|
|
|
|
if (op == 0)
|
1999-07-07 22:19:36 +02:00
|
|
|
{
|
2000-12-02 14:25:26 +01:00
|
|
|
int reg;
|
|
|
|
upk.regx = (insn >> 8) & 0x07;
|
|
|
|
upk.regy = (insn >> 5) & 0x07;
|
|
|
|
switch (upk.regy)
|
1999-07-07 22:19:36 +02:00
|
|
|
{
|
2000-12-02 14:25:26 +01:00
|
|
|
case 0:
|
|
|
|
reg = upk.regx;
|
|
|
|
break;
|
|
|
|
case 1:
|
|
|
|
reg = 31;
|
2004-01-17 17:27:30 +01:00
|
|
|
break; /* Function return instruction */
|
2000-12-02 14:25:26 +01:00
|
|
|
case 2:
|
|
|
|
reg = upk.regx;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
reg = 31;
|
2004-01-17 17:27:30 +01:00
|
|
|
break; /* BOGUS Guess */
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
2000-12-02 14:25:26 +01:00
|
|
|
pc = read_signed_register (reg);
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
2000-12-02 14:25:26 +01:00
|
|
|
else
|
1999-07-07 22:19:36 +02:00
|
|
|
pc += 2;
|
2000-12-02 14:25:26 +01:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
case 30:
|
|
|
|
/* This is an instruction extension. Fetch the real instruction
|
|
|
|
(which follows the extension) and decode things based on
|
|
|
|
that. */
|
|
|
|
{
|
|
|
|
pc += 2;
|
|
|
|
pc = extended_mips16_next_pc (pc, insn, fetch_mips_16 (pc));
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
default:
|
|
|
|
{
|
|
|
|
pc += 2;
|
|
|
|
break;
|
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
1999-07-07 22:19:36 +02:00
|
|
|
return pc;
|
2000-12-02 14:25:26 +01:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2002-08-21 03:08:23 +02:00
|
|
|
static CORE_ADDR
|
2000-12-02 14:25:26 +01:00
|
|
|
mips16_next_pc (CORE_ADDR pc)
|
|
|
|
{
|
|
|
|
unsigned int insn = fetch_mips_16 (pc);
|
|
|
|
return extended_mips16_next_pc (pc, 0, insn);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* The mips_next_pc function supports single_step when the remote
|
2000-10-27 17:02:42 +02:00
|
|
|
target monitor or stub is not developed enough to do a single_step.
|
2000-12-02 14:25:26 +01:00
|
|
|
It works by decoding the current instruction and predicting where a
|
|
|
|
branch will go. This isnt hard because all the data is available.
|
|
|
|
The MIPS32 and MIPS16 variants are quite different */
|
1999-07-07 22:19:36 +02:00
|
|
|
CORE_ADDR
|
|
|
|
mips_next_pc (CORE_ADDR pc)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
1999-07-07 22:19:36 +02:00
|
|
|
if (pc & 0x01)
|
|
|
|
return mips16_next_pc (pc);
|
|
|
|
else
|
|
|
|
return mips32_next_pc (pc);
|
2000-12-02 14:25:26 +01:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-02-09 06:29:53 +01:00
|
|
|
struct mips_frame_cache
|
|
|
|
{
|
|
|
|
CORE_ADDR base;
|
|
|
|
struct trad_frame_saved_reg *saved_regs;
|
|
|
|
};
|
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Set a register's saved stack address in temp_saved_regs. If an
|
|
|
|
address has already been set for this register, do nothing; this
|
|
|
|
way we will only recognize the first save of a given register in a
|
|
|
|
function prologue.
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
For simplicity, save the address in both [0 .. NUM_REGS) and
|
|
|
|
[NUM_REGS .. 2*NUM_REGS). Strictly speaking, only the second range
|
|
|
|
is used as it is only second range (the ABI instead of ISA
|
|
|
|
registers) that comes into play when finding saved registers in a
|
|
|
|
frame. */
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
|
|
|
static void
|
2004-10-15 09:25:04 +02:00
|
|
|
set_reg_offset (struct mips_frame_cache *this_cache, int regnum,
|
|
|
|
CORE_ADDR offset)
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
{
|
2004-10-15 09:25:04 +02:00
|
|
|
if (this_cache != NULL
|
|
|
|
&& this_cache->saved_regs[regnum].addr == -1)
|
|
|
|
{
|
|
|
|
this_cache->saved_regs[regnum + 0 * NUM_REGS].addr = offset;
|
|
|
|
this_cache->saved_regs[regnum + 1 * NUM_REGS].addr = offset;
|
|
|
|
}
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Fetch the immediate value from a MIPS16 instruction.
|
|
|
|
If the previous instruction was an EXTEND, use it to extend
|
|
|
|
the upper bits of the immediate value. This is a helper function
|
|
|
|
for mips16_scan_prologue. */
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static int
|
|
|
|
mips16_get_imm (unsigned short prev_inst, /* previous instruction */
|
|
|
|
unsigned short inst, /* current instruction */
|
|
|
|
int nbits, /* number of bits in imm field */
|
|
|
|
int scale, /* scale factor to be applied to imm */
|
|
|
|
int is_signed) /* is the imm field signed? */
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
{
|
2004-10-15 09:25:04 +02:00
|
|
|
int offset;
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
if ((prev_inst & 0xf800) == 0xf000) /* prev instruction was EXTEND? */
|
|
|
|
{
|
|
|
|
offset = ((prev_inst & 0x1f) << 11) | (prev_inst & 0x7e0);
|
|
|
|
if (offset & 0x8000) /* check for negative extend */
|
|
|
|
offset = 0 - (0x10000 - (offset & 0xffff));
|
|
|
|
return offset | (inst & 0x1f);
|
|
|
|
}
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
else
|
2004-10-15 09:25:04 +02:00
|
|
|
{
|
|
|
|
int max_imm = 1 << nbits;
|
|
|
|
int mask = max_imm - 1;
|
|
|
|
int sign_bit = max_imm >> 1;
|
2004-08-03 03:12:43 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
offset = inst & mask;
|
|
|
|
if (is_signed && (offset & sign_bit))
|
|
|
|
offset = 0 - (max_imm - offset);
|
|
|
|
return offset * scale;
|
|
|
|
}
|
|
|
|
}
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-09-16 02:35:55 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Analyze the function prologue from START_PC to LIMIT_PC. Builds
|
|
|
|
the associated FRAME_CACHE if not null.
|
|
|
|
Return the address of the first instruction past the prologue. */
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static CORE_ADDR
|
|
|
|
mips16_scan_prologue (CORE_ADDR start_pc, CORE_ADDR limit_pc,
|
|
|
|
struct frame_info *next_frame,
|
|
|
|
struct mips_frame_cache *this_cache)
|
|
|
|
{
|
|
|
|
CORE_ADDR cur_pc;
|
|
|
|
CORE_ADDR frame_addr = 0; /* Value of $r17, used as frame pointer */
|
|
|
|
CORE_ADDR sp;
|
|
|
|
long frame_offset = 0; /* Size of stack frame. */
|
|
|
|
long frame_adjust = 0; /* Offset of FP from SP. */
|
|
|
|
int frame_reg = MIPS_SP_REGNUM;
|
|
|
|
unsigned short prev_inst = 0; /* saved copy of previous instruction */
|
|
|
|
unsigned inst = 0; /* current instruction */
|
|
|
|
unsigned entry_inst = 0; /* the entry instruction */
|
|
|
|
int reg, offset;
|
2004-09-01 22:42:45 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
int extend_bytes = 0;
|
|
|
|
int prev_extend_bytes;
|
|
|
|
CORE_ADDR end_prologue_addr = 0;
|
2004-09-01 22:42:45 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Can be called when there's no process, and hence when there's no
|
|
|
|
NEXT_FRAME. */
|
|
|
|
if (next_frame != NULL)
|
|
|
|
sp = read_next_frame_reg (next_frame, NUM_REGS + MIPS_SP_REGNUM);
|
|
|
|
else
|
|
|
|
sp = 0;
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
if (limit_pc > start_pc + 200)
|
|
|
|
limit_pc = start_pc + 200;
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-10-30 22:54:54 +02:00
|
|
|
for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += MIPS_INSN16_SIZE)
|
2004-10-15 09:25:04 +02:00
|
|
|
{
|
|
|
|
/* Save the previous instruction. If it's an EXTEND, we'll extract
|
|
|
|
the immediate offset extension from it in mips16_get_imm. */
|
|
|
|
prev_inst = inst;
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Fetch and decode the instruction. */
|
|
|
|
inst = (unsigned short) mips_fetch_instruction (cur_pc);
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Normally we ignore extend instructions. However, if it is
|
|
|
|
not followed by a valid prologue instruction, then this
|
|
|
|
instruction is not part of the prologue either. We must
|
|
|
|
remember in this case to adjust the end_prologue_addr back
|
|
|
|
over the extend. */
|
|
|
|
if ((inst & 0xf800) == 0xf000) /* extend */
|
|
|
|
{
|
2004-10-30 22:54:54 +02:00
|
|
|
extend_bytes = MIPS_INSN16_SIZE;
|
2004-10-15 09:25:04 +02:00
|
|
|
continue;
|
|
|
|
}
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
prev_extend_bytes = extend_bytes;
|
|
|
|
extend_bytes = 0;
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
if ((inst & 0xff00) == 0x6300 /* addiu sp */
|
|
|
|
|| (inst & 0xff00) == 0xfb00) /* daddiu sp */
|
|
|
|
{
|
|
|
|
offset = mips16_get_imm (prev_inst, inst, 8, 8, 1);
|
|
|
|
if (offset < 0) /* negative stack adjustment? */
|
|
|
|
frame_offset -= offset;
|
|
|
|
else
|
|
|
|
/* Exit loop if a positive stack adjustment is found, which
|
|
|
|
usually means that the stack cleanup code in the function
|
|
|
|
epilogue is reached. */
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
else if ((inst & 0xf800) == 0xd000) /* sw reg,n($sp) */
|
|
|
|
{
|
|
|
|
offset = mips16_get_imm (prev_inst, inst, 8, 4, 0);
|
|
|
|
reg = mips16_to_32_reg[(inst & 0x700) >> 8];
|
|
|
|
set_reg_offset (this_cache, reg, sp + offset);
|
|
|
|
}
|
|
|
|
else if ((inst & 0xff00) == 0xf900) /* sd reg,n($sp) */
|
|
|
|
{
|
|
|
|
offset = mips16_get_imm (prev_inst, inst, 5, 8, 0);
|
|
|
|
reg = mips16_to_32_reg[(inst & 0xe0) >> 5];
|
|
|
|
set_reg_offset (this_cache, reg, sp + offset);
|
|
|
|
}
|
|
|
|
else if ((inst & 0xff00) == 0x6200) /* sw $ra,n($sp) */
|
|
|
|
{
|
|
|
|
offset = mips16_get_imm (prev_inst, inst, 8, 4, 0);
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
set_reg_offset (this_cache, MIPS_RA_REGNUM, sp + offset);
|
2004-10-15 09:25:04 +02:00
|
|
|
}
|
|
|
|
else if ((inst & 0xff00) == 0xfa00) /* sd $ra,n($sp) */
|
|
|
|
{
|
|
|
|
offset = mips16_get_imm (prev_inst, inst, 8, 8, 0);
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
set_reg_offset (this_cache, MIPS_RA_REGNUM, sp + offset);
|
2004-10-15 09:25:04 +02:00
|
|
|
}
|
|
|
|
else if (inst == 0x673d) /* move $s1, $sp */
|
|
|
|
{
|
|
|
|
frame_addr = sp;
|
|
|
|
frame_reg = 17;
|
|
|
|
}
|
|
|
|
else if ((inst & 0xff00) == 0x0100) /* addiu $s1,sp,n */
|
|
|
|
{
|
|
|
|
offset = mips16_get_imm (prev_inst, inst, 8, 4, 0);
|
|
|
|
frame_addr = sp + offset;
|
|
|
|
frame_reg = 17;
|
|
|
|
frame_adjust = offset;
|
|
|
|
}
|
|
|
|
else if ((inst & 0xFF00) == 0xd900) /* sw reg,offset($s1) */
|
|
|
|
{
|
|
|
|
offset = mips16_get_imm (prev_inst, inst, 5, 4, 0);
|
|
|
|
reg = mips16_to_32_reg[(inst & 0xe0) >> 5];
|
|
|
|
set_reg_offset (this_cache, reg, frame_addr + offset);
|
|
|
|
}
|
|
|
|
else if ((inst & 0xFF00) == 0x7900) /* sd reg,offset($s1) */
|
|
|
|
{
|
|
|
|
offset = mips16_get_imm (prev_inst, inst, 5, 8, 0);
|
|
|
|
reg = mips16_to_32_reg[(inst & 0xe0) >> 5];
|
|
|
|
set_reg_offset (this_cache, reg, frame_addr + offset);
|
|
|
|
}
|
|
|
|
else if ((inst & 0xf81f) == 0xe809
|
|
|
|
&& (inst & 0x700) != 0x700) /* entry */
|
|
|
|
entry_inst = inst; /* save for later processing */
|
|
|
|
else if ((inst & 0xf800) == 0x1800) /* jal(x) */
|
2004-10-30 22:54:54 +02:00
|
|
|
cur_pc += MIPS_INSN16_SIZE; /* 32-bit instruction */
|
2004-10-15 09:25:04 +02:00
|
|
|
else if ((inst & 0xff1c) == 0x6704) /* move reg,$a0-$a3 */
|
|
|
|
{
|
|
|
|
/* This instruction is part of the prologue, but we don't
|
|
|
|
need to do anything special to handle it. */
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* This instruction is not an instruction typically found
|
|
|
|
in a prologue, so we must have reached the end of the
|
|
|
|
prologue. */
|
|
|
|
if (end_prologue_addr == 0)
|
|
|
|
end_prologue_addr = cur_pc - prev_extend_bytes;
|
|
|
|
}
|
|
|
|
}
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* The entry instruction is typically the first instruction in a function,
|
|
|
|
and it stores registers at offsets relative to the value of the old SP
|
|
|
|
(before the prologue). But the value of the sp parameter to this
|
|
|
|
function is the new SP (after the prologue has been executed). So we
|
|
|
|
can't calculate those offsets until we've seen the entire prologue,
|
|
|
|
and can calculate what the old SP must have been. */
|
|
|
|
if (entry_inst != 0)
|
|
|
|
{
|
|
|
|
int areg_count = (entry_inst >> 8) & 7;
|
|
|
|
int sreg_count = (entry_inst >> 6) & 3;
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* The entry instruction always subtracts 32 from the SP. */
|
|
|
|
frame_offset += 32;
|
|
|
|
|
|
|
|
/* Now we can calculate what the SP must have been at the
|
|
|
|
start of the function prologue. */
|
|
|
|
sp += frame_offset;
|
|
|
|
|
|
|
|
/* Check if a0-a3 were saved in the caller's argument save area. */
|
|
|
|
for (reg = 4, offset = 0; reg < areg_count + 4; reg++)
|
|
|
|
{
|
|
|
|
set_reg_offset (this_cache, reg, sp + offset);
|
|
|
|
offset += mips_abi_regsize (current_gdbarch);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Check if the ra register was pushed on the stack. */
|
|
|
|
offset = -4;
|
|
|
|
if (entry_inst & 0x20)
|
|
|
|
{
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
set_reg_offset (this_cache, MIPS_RA_REGNUM, sp + offset);
|
2004-10-15 09:25:04 +02:00
|
|
|
offset -= mips_abi_regsize (current_gdbarch);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Check if the s0 and s1 registers were pushed on the stack. */
|
|
|
|
for (reg = 16; reg < sreg_count + 16; reg++)
|
|
|
|
{
|
|
|
|
set_reg_offset (this_cache, reg, sp + offset);
|
|
|
|
offset -= mips_abi_regsize (current_gdbarch);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (this_cache != NULL)
|
|
|
|
{
|
|
|
|
this_cache->base =
|
|
|
|
(frame_unwind_register_signed (next_frame, NUM_REGS + frame_reg)
|
|
|
|
+ frame_offset - frame_adjust);
|
|
|
|
/* FIXME: brobecker/2004-10-10: Just as in the mips32 case, we should
|
|
|
|
be able to get rid of the assignment below, evetually. But it's
|
|
|
|
still needed for now. */
|
|
|
|
this_cache->saved_regs[NUM_REGS + mips_regnum (current_gdbarch)->pc]
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
= this_cache->saved_regs[NUM_REGS + MIPS_RA_REGNUM];
|
2004-10-15 09:25:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* If we didn't reach the end of the prologue when scanning the function
|
|
|
|
instructions, then set end_prologue_addr to the address of the
|
|
|
|
instruction immediately after the last one we scanned. */
|
|
|
|
if (end_prologue_addr == 0)
|
|
|
|
end_prologue_addr = cur_pc;
|
|
|
|
|
|
|
|
return end_prologue_addr;
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
}
|
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Heuristic unwinder for 16-bit MIPS instruction set (aka MIPS16).
|
|
|
|
Procedures that use the 32-bit instruction set are handled by the
|
|
|
|
mips_insn32 unwinder. */
|
|
|
|
|
|
|
|
static struct mips_frame_cache *
|
|
|
|
mips_insn16_frame_cache (struct frame_info *next_frame, void **this_cache)
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
{
|
2004-10-15 09:25:04 +02:00
|
|
|
struct mips_frame_cache *cache;
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
|
|
|
if ((*this_cache) != NULL)
|
|
|
|
return (*this_cache);
|
2004-10-15 09:25:04 +02:00
|
|
|
cache = FRAME_OBSTACK_ZALLOC (struct mips_frame_cache);
|
|
|
|
(*this_cache) = cache;
|
|
|
|
cache->saved_regs = trad_frame_alloc_saved_regs (next_frame);
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Analyze the function prologue. */
|
|
|
|
{
|
|
|
|
const CORE_ADDR pc = frame_pc_unwind (next_frame);
|
|
|
|
CORE_ADDR start_addr;
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
find_pc_partial_function (pc, NULL, &start_addr, NULL);
|
|
|
|
if (start_addr == 0)
|
|
|
|
start_addr = heuristic_proc_start (pc);
|
|
|
|
/* We can't analyze the prologue if we couldn't find the begining
|
|
|
|
of the function. */
|
|
|
|
if (start_addr == 0)
|
|
|
|
return cache;
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
mips16_scan_prologue (start_addr, pc, next_frame, *this_cache);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* SP_REGNUM, contains the value and not the address. */
|
|
|
|
trad_frame_set_value (cache->saved_regs, NUM_REGS + MIPS_SP_REGNUM, cache->base);
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
return (*this_cache);
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2004-10-15 09:25:04 +02:00
|
|
|
mips_insn16_frame_this_id (struct frame_info *next_frame, void **this_cache,
|
|
|
|
struct frame_id *this_id)
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
{
|
2004-10-15 09:25:04 +02:00
|
|
|
struct mips_frame_cache *info = mips_insn16_frame_cache (next_frame,
|
|
|
|
this_cache);
|
|
|
|
(*this_id) = frame_id_build (info->base, frame_func_unwind (next_frame));
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2004-10-15 09:25:04 +02:00
|
|
|
mips_insn16_frame_prev_register (struct frame_info *next_frame,
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
void **this_cache,
|
|
|
|
int regnum, int *optimizedp,
|
|
|
|
enum lval_type *lvalp, CORE_ADDR *addrp,
|
2005-07-01 21:29:46 +02:00
|
|
|
int *realnump, gdb_byte *valuep)
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
{
|
2004-10-15 09:25:04 +02:00
|
|
|
struct mips_frame_cache *info = mips_insn16_frame_cache (next_frame,
|
|
|
|
this_cache);
|
|
|
|
trad_frame_get_prev_register (next_frame, info->saved_regs, regnum,
|
|
|
|
optimizedp, lvalp, addrp, realnump, valuep);
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
}
|
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static const struct frame_unwind mips_insn16_frame_unwind =
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
{
|
|
|
|
NORMAL_FRAME,
|
2004-10-15 09:25:04 +02:00
|
|
|
mips_insn16_frame_this_id,
|
|
|
|
mips_insn16_frame_prev_register
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
static const struct frame_unwind *
|
2004-10-15 09:25:04 +02:00
|
|
|
mips_insn16_frame_sniffer (struct frame_info *next_frame)
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
{
|
|
|
|
CORE_ADDR pc = frame_pc_unwind (next_frame);
|
2004-10-30 19:53:47 +02:00
|
|
|
if (mips_pc_is_mips16 (pc))
|
2004-10-15 09:25:04 +02:00
|
|
|
return &mips_insn16_frame_unwind;
|
|
|
|
return NULL;
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
static CORE_ADDR
|
2004-10-15 09:25:04 +02:00
|
|
|
mips_insn16_frame_base_address (struct frame_info *next_frame,
|
|
|
|
void **this_cache)
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
{
|
2004-10-15 09:25:04 +02:00
|
|
|
struct mips_frame_cache *info = mips_insn16_frame_cache (next_frame,
|
|
|
|
this_cache);
|
|
|
|
return info->base;
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
}
|
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static const struct frame_base mips_insn16_frame_base =
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
{
|
2004-10-15 09:25:04 +02:00
|
|
|
&mips_insn16_frame_unwind,
|
|
|
|
mips_insn16_frame_base_address,
|
|
|
|
mips_insn16_frame_base_address,
|
|
|
|
mips_insn16_frame_base_address
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
static const struct frame_base *
|
2004-10-15 09:25:04 +02:00
|
|
|
mips_insn16_frame_base_sniffer (struct frame_info *next_frame)
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
{
|
2004-10-15 09:25:04 +02:00
|
|
|
if (mips_insn16_frame_sniffer (next_frame) != NULL)
|
|
|
|
return &mips_insn16_frame_base;
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
else
|
|
|
|
return NULL;
|
2004-02-09 06:29:53 +01:00
|
|
|
}
|
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Mark all the registers as unset in the saved_regs array
|
|
|
|
of THIS_CACHE. Do nothing if THIS_CACHE is null. */
|
|
|
|
|
|
|
|
void
|
|
|
|
reset_saved_regs (struct mips_frame_cache *this_cache)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2004-10-15 09:25:04 +02:00
|
|
|
if (this_cache == NULL || this_cache->saved_regs == NULL)
|
|
|
|
return;
|
|
|
|
|
|
|
|
{
|
|
|
|
const int num_regs = NUM_REGS;
|
|
|
|
int i;
|
2002-09-14 00:15:33 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
for (i = 0; i < num_regs; i++)
|
|
|
|
{
|
|
|
|
this_cache->saved_regs[i].addr = -1;
|
|
|
|
}
|
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Analyze the function prologue from START_PC to LIMIT_PC. Builds
|
|
|
|
the associated FRAME_CACHE if not null.
|
|
|
|
Return the address of the first instruction past the prologue. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2001-06-16 00:10:21 +02:00
|
|
|
static CORE_ADDR
|
2004-10-15 09:25:04 +02:00
|
|
|
mips32_scan_prologue (CORE_ADDR start_pc, CORE_ADDR limit_pc,
|
|
|
|
struct frame_info *next_frame,
|
|
|
|
struct mips_frame_cache *this_cache)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2004-10-15 09:25:04 +02:00
|
|
|
CORE_ADDR cur_pc;
|
|
|
|
CORE_ADDR frame_addr = 0; /* Value of $r30. Used by gcc for frame-pointer */
|
|
|
|
CORE_ADDR sp;
|
|
|
|
long frame_offset;
|
|
|
|
int frame_reg = MIPS_SP_REGNUM;
|
2003-11-16 00:34:55 +01:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
CORE_ADDR end_prologue_addr = 0;
|
|
|
|
int seen_sp_adjust = 0;
|
|
|
|
int load_immediate_bytes = 0;
|
2003-11-16 00:34:55 +01:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Can be called when there's no process, and hence when there's no
|
|
|
|
NEXT_FRAME. */
|
|
|
|
if (next_frame != NULL)
|
|
|
|
sp = read_next_frame_reg (next_frame, NUM_REGS + MIPS_SP_REGNUM);
|
2003-11-16 00:34:55 +01:00
|
|
|
else
|
2004-10-15 09:25:04 +02:00
|
|
|
sp = 0;
|
2001-07-06 01:30:43 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
if (limit_pc > start_pc + 200)
|
|
|
|
limit_pc = start_pc + 200;
|
2001-07-06 01:30:43 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
restart:
|
2001-07-06 01:30:43 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
frame_offset = 0;
|
2004-10-30 22:54:54 +02:00
|
|
|
for (cur_pc = start_pc; cur_pc < limit_pc; cur_pc += MIPS_INSN32_SIZE)
|
2001-07-06 01:30:43 +02:00
|
|
|
{
|
2004-10-15 09:25:04 +02:00
|
|
|
unsigned long inst, high_word, low_word;
|
|
|
|
int reg;
|
2001-07-06 01:30:43 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Fetch the instruction. */
|
|
|
|
inst = (unsigned long) mips_fetch_instruction (cur_pc);
|
2001-07-06 01:30:43 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Save some code by pre-extracting some useful fields. */
|
|
|
|
high_word = (inst >> 16) & 0xffff;
|
|
|
|
low_word = inst & 0xffff;
|
|
|
|
reg = high_word & 0x1f;
|
2002-12-13 19:09:30 +01:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
if (high_word == 0x27bd /* addiu $sp,$sp,-i */
|
|
|
|
|| high_word == 0x23bd /* addi $sp,$sp,-i */
|
|
|
|
|| high_word == 0x67bd) /* daddiu $sp,$sp,-i */
|
|
|
|
{
|
|
|
|
if (low_word & 0x8000) /* negative stack adjustment? */
|
|
|
|
frame_offset += 0x10000 - low_word;
|
|
|
|
else
|
|
|
|
/* Exit loop if a positive stack adjustment is found, which
|
|
|
|
usually means that the stack cleanup code in the function
|
|
|
|
epilogue is reached. */
|
|
|
|
break;
|
|
|
|
seen_sp_adjust = 1;
|
|
|
|
}
|
|
|
|
else if ((high_word & 0xFFE0) == 0xafa0) /* sw reg,offset($sp) */
|
|
|
|
{
|
|
|
|
set_reg_offset (this_cache, reg, sp + low_word);
|
|
|
|
}
|
|
|
|
else if ((high_word & 0xFFE0) == 0xffa0) /* sd reg,offset($sp) */
|
|
|
|
{
|
|
|
|
/* Irix 6.2 N32 ABI uses sd instructions for saving $gp and $ra. */
|
|
|
|
set_reg_offset (this_cache, reg, sp + low_word);
|
|
|
|
}
|
|
|
|
else if (high_word == 0x27be) /* addiu $30,$sp,size */
|
|
|
|
{
|
|
|
|
/* Old gcc frame, r30 is virtual frame pointer. */
|
|
|
|
if ((long) low_word != frame_offset)
|
|
|
|
frame_addr = sp + low_word;
|
|
|
|
else if (frame_reg == MIPS_SP_REGNUM)
|
|
|
|
{
|
|
|
|
unsigned alloca_adjust;
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
frame_reg = 30;
|
|
|
|
frame_addr = read_next_frame_reg (next_frame, NUM_REGS + 30);
|
|
|
|
alloca_adjust = (unsigned) (frame_addr - (sp + low_word));
|
|
|
|
if (alloca_adjust > 0)
|
|
|
|
{
|
|
|
|
/* FP > SP + frame_size. This may be because of
|
|
|
|
an alloca or somethings similar. Fix sp to
|
|
|
|
"pre-alloca" value, and try again. */
|
|
|
|
sp += alloca_adjust;
|
|
|
|
/* Need to reset the status of all registers. Otherwise,
|
|
|
|
we will hit a guard that prevents the new address
|
|
|
|
for each register to be recomputed during the second
|
|
|
|
pass. */
|
|
|
|
reset_saved_regs (this_cache);
|
|
|
|
goto restart;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* move $30,$sp. With different versions of gas this will be either
|
|
|
|
`addu $30,$sp,$zero' or `or $30,$sp,$zero' or `daddu 30,sp,$0'.
|
|
|
|
Accept any one of these. */
|
|
|
|
else if (inst == 0x03A0F021 || inst == 0x03a0f025 || inst == 0x03a0f02d)
|
|
|
|
{
|
|
|
|
/* New gcc frame, virtual frame pointer is at r30 + frame_size. */
|
|
|
|
if (frame_reg == MIPS_SP_REGNUM)
|
|
|
|
{
|
|
|
|
unsigned alloca_adjust;
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
frame_reg = 30;
|
|
|
|
frame_addr = read_next_frame_reg (next_frame, NUM_REGS + 30);
|
|
|
|
alloca_adjust = (unsigned) (frame_addr - sp);
|
|
|
|
if (alloca_adjust > 0)
|
|
|
|
{
|
|
|
|
/* FP > SP + frame_size. This may be because of
|
|
|
|
an alloca or somethings similar. Fix sp to
|
|
|
|
"pre-alloca" value, and try again. */
|
|
|
|
sp = frame_addr;
|
|
|
|
/* Need to reset the status of all registers. Otherwise,
|
|
|
|
we will hit a guard that prevents the new address
|
|
|
|
for each register to be recomputed during the second
|
|
|
|
pass. */
|
|
|
|
reset_saved_regs (this_cache);
|
|
|
|
goto restart;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else if ((high_word & 0xFFE0) == 0xafc0) /* sw reg,offset($30) */
|
|
|
|
{
|
|
|
|
set_reg_offset (this_cache, reg, frame_addr + low_word);
|
|
|
|
}
|
|
|
|
else if ((high_word & 0xFFE0) == 0xE7A0 /* swc1 freg,n($sp) */
|
|
|
|
|| (high_word & 0xF3E0) == 0xA3C0 /* sx reg,n($s8) */
|
|
|
|
|| (inst & 0xFF9F07FF) == 0x00800021 /* move reg,$a0-$a3 */
|
|
|
|
|| high_word == 0x3c1c /* lui $gp,n */
|
|
|
|
|| high_word == 0x279c /* addiu $gp,$gp,n */
|
|
|
|
|| inst == 0x0399e021 /* addu $gp,$gp,$t9 */
|
|
|
|
|| inst == 0x033ce021 /* addu $gp,$t9,$gp */
|
|
|
|
)
|
|
|
|
{
|
|
|
|
/* These instructions are part of the prologue, but we don't
|
|
|
|
need to do anything special to handle them. */
|
|
|
|
}
|
|
|
|
/* The instructions below load $at or $t0 with an immediate
|
|
|
|
value in preparation for a stack adjustment via
|
|
|
|
subu $sp,$sp,[$at,$t0]. These instructions could also
|
|
|
|
initialize a local variable, so we accept them only before
|
|
|
|
a stack adjustment instruction was seen. */
|
|
|
|
else if (!seen_sp_adjust
|
|
|
|
&& (high_word == 0x3c01 /* lui $at,n */
|
|
|
|
|| high_word == 0x3c08 /* lui $t0,n */
|
|
|
|
|| high_word == 0x3421 /* ori $at,$at,n */
|
|
|
|
|| high_word == 0x3508 /* ori $t0,$t0,n */
|
|
|
|
|| high_word == 0x3401 /* ori $at,$zero,n */
|
|
|
|
|| high_word == 0x3408 /* ori $t0,$zero,n */
|
|
|
|
))
|
|
|
|
{
|
2004-10-30 22:54:54 +02:00
|
|
|
load_immediate_bytes += MIPS_INSN32_SIZE; /* FIXME! */
|
2004-10-15 09:25:04 +02:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* This instruction is not an instruction typically found
|
|
|
|
in a prologue, so we must have reached the end of the
|
|
|
|
prologue. */
|
|
|
|
/* FIXME: brobecker/2004-10-10: Can't we just break out of this
|
|
|
|
loop now? Why would we need to continue scanning the function
|
|
|
|
instructions? */
|
|
|
|
if (end_prologue_addr == 0)
|
|
|
|
end_prologue_addr = cur_pc;
|
|
|
|
}
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
if (this_cache != NULL)
|
|
|
|
{
|
|
|
|
this_cache->base =
|
|
|
|
(frame_unwind_register_signed (next_frame, NUM_REGS + frame_reg)
|
|
|
|
+ frame_offset);
|
|
|
|
/* FIXME: brobecker/2004-09-15: We should be able to get rid of
|
|
|
|
this assignment below, eventually. But it's still needed
|
|
|
|
for now. */
|
|
|
|
this_cache->saved_regs[NUM_REGS + mips_regnum (current_gdbarch)->pc]
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
= this_cache->saved_regs[NUM_REGS + MIPS_RA_REGNUM];
|
2004-10-15 09:25:04 +02:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* If we didn't reach the end of the prologue when scanning the function
|
|
|
|
instructions, then set end_prologue_addr to the address of the
|
|
|
|
instruction immediately after the last one we scanned. */
|
|
|
|
/* brobecker/2004-10-10: I don't think this would ever happen, but
|
|
|
|
we may as well be careful and do our best if we have a null
|
|
|
|
end_prologue_addr. */
|
|
|
|
if (end_prologue_addr == 0)
|
|
|
|
end_prologue_addr = cur_pc;
|
|
|
|
|
|
|
|
/* In a frameless function, we might have incorrectly
|
|
|
|
skipped some load immediate instructions. Undo the skipping
|
|
|
|
if the load immediate was not followed by a stack adjustment. */
|
|
|
|
if (load_immediate_bytes && !seen_sp_adjust)
|
|
|
|
end_prologue_addr -= load_immediate_bytes;
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
return end_prologue_addr;
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Heuristic unwinder for procedures using 32-bit instructions (covers
|
|
|
|
both 32-bit and 64-bit MIPS ISAs). Procedures using 16-bit
|
|
|
|
instructions (a.k.a. MIPS16) are handled by the mips_insn16
|
|
|
|
unwinder. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static struct mips_frame_cache *
|
|
|
|
mips_insn32_frame_cache (struct frame_info *next_frame, void **this_cache)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2004-10-15 09:25:04 +02:00
|
|
|
struct mips_frame_cache *cache;
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
if ((*this_cache) != NULL)
|
|
|
|
return (*this_cache);
|
1999-07-07 22:19:36 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
cache = FRAME_OBSTACK_ZALLOC (struct mips_frame_cache);
|
|
|
|
(*this_cache) = cache;
|
|
|
|
cache->saved_regs = trad_frame_alloc_saved_regs (next_frame);
|
1999-07-07 22:19:36 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Analyze the function prologue. */
|
|
|
|
{
|
|
|
|
const CORE_ADDR pc = frame_pc_unwind (next_frame);
|
|
|
|
CORE_ADDR start_addr;
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
find_pc_partial_function (pc, NULL, &start_addr, NULL);
|
|
|
|
if (start_addr == 0)
|
|
|
|
start_addr = heuristic_proc_start (pc);
|
|
|
|
/* We can't analyze the prologue if we couldn't find the begining
|
|
|
|
of the function. */
|
|
|
|
if (start_addr == 0)
|
|
|
|
return cache;
|
1999-07-07 22:19:36 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
mips32_scan_prologue (start_addr, pc, next_frame, *this_cache);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* SP_REGNUM, contains the value and not the address. */
|
|
|
|
trad_frame_set_value (cache->saved_regs, NUM_REGS + MIPS_SP_REGNUM, cache->base);
|
1999-07-07 22:19:36 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
return (*this_cache);
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static void
|
|
|
|
mips_insn32_frame_this_id (struct frame_info *next_frame, void **this_cache,
|
|
|
|
struct frame_id *this_id)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2004-10-15 09:25:04 +02:00
|
|
|
struct mips_frame_cache *info = mips_insn32_frame_cache (next_frame,
|
|
|
|
this_cache);
|
|
|
|
(*this_id) = frame_id_build (info->base, frame_func_unwind (next_frame));
|
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static void
|
|
|
|
mips_insn32_frame_prev_register (struct frame_info *next_frame,
|
|
|
|
void **this_cache,
|
|
|
|
int regnum, int *optimizedp,
|
|
|
|
enum lval_type *lvalp, CORE_ADDR *addrp,
|
2005-07-01 21:29:46 +02:00
|
|
|
int *realnump, gdb_byte *valuep)
|
2004-10-15 09:25:04 +02:00
|
|
|
{
|
|
|
|
struct mips_frame_cache *info = mips_insn32_frame_cache (next_frame,
|
|
|
|
this_cache);
|
|
|
|
trad_frame_get_prev_register (next_frame, info->saved_regs, regnum,
|
|
|
|
optimizedp, lvalp, addrp, realnump, valuep);
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static const struct frame_unwind mips_insn32_frame_unwind =
|
|
|
|
{
|
|
|
|
NORMAL_FRAME,
|
|
|
|
mips_insn32_frame_this_id,
|
|
|
|
mips_insn32_frame_prev_register
|
|
|
|
};
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static const struct frame_unwind *
|
|
|
|
mips_insn32_frame_sniffer (struct frame_info *next_frame)
|
|
|
|
{
|
|
|
|
CORE_ADDR pc = frame_pc_unwind (next_frame);
|
2004-10-30 19:53:47 +02:00
|
|
|
if (! mips_pc_is_mips16 (pc))
|
2004-10-15 09:25:04 +02:00
|
|
|
return &mips_insn32_frame_unwind;
|
|
|
|
return NULL;
|
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 06:29:23 +02:00
|
|
|
static CORE_ADDR
|
2004-10-15 09:25:04 +02:00
|
|
|
mips_insn32_frame_base_address (struct frame_info *next_frame,
|
|
|
|
void **this_cache)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2004-10-15 09:25:04 +02:00
|
|
|
struct mips_frame_cache *info = mips_insn32_frame_cache (next_frame,
|
|
|
|
this_cache);
|
|
|
|
return info->base;
|
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static const struct frame_base mips_insn32_frame_base =
|
|
|
|
{
|
|
|
|
&mips_insn32_frame_unwind,
|
|
|
|
mips_insn32_frame_base_address,
|
|
|
|
mips_insn32_frame_base_address,
|
|
|
|
mips_insn32_frame_base_address
|
|
|
|
};
|
2004-10-15 06:29:23 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static const struct frame_base *
|
|
|
|
mips_insn32_frame_base_sniffer (struct frame_info *next_frame)
|
|
|
|
{
|
|
|
|
if (mips_insn32_frame_sniffer (next_frame) != NULL)
|
|
|
|
return &mips_insn32_frame_base;
|
2004-10-15 09:09:10 +02:00
|
|
|
else
|
2004-10-15 09:25:04 +02:00
|
|
|
return NULL;
|
|
|
|
}
|
2004-10-15 09:09:10 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static struct trad_frame_cache *
|
|
|
|
mips_stub_frame_cache (struct frame_info *next_frame, void **this_cache)
|
|
|
|
{
|
|
|
|
CORE_ADDR pc;
|
|
|
|
CORE_ADDR start_addr;
|
|
|
|
CORE_ADDR stack_addr;
|
|
|
|
struct trad_frame_cache *this_trad_cache;
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
if ((*this_cache) != NULL)
|
|
|
|
return (*this_cache);
|
|
|
|
this_trad_cache = trad_frame_cache_zalloc (next_frame);
|
|
|
|
(*this_cache) = this_trad_cache;
|
2004-10-15 06:29:23 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* The return address is in the link register. */
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
trad_frame_set_reg_realreg (this_trad_cache, PC_REGNUM, MIPS_RA_REGNUM);
|
2004-10-15 06:29:23 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Frame ID, since it's a frameless / stackless function, no stack
|
|
|
|
space is allocated and SP on entry is the current SP. */
|
|
|
|
pc = frame_pc_unwind (next_frame);
|
|
|
|
find_pc_partial_function (pc, NULL, &start_addr, NULL);
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
stack_addr = frame_unwind_register_signed (next_frame, MIPS_SP_REGNUM);
|
2004-10-15 09:25:04 +02:00
|
|
|
trad_frame_set_id (this_trad_cache, frame_id_build (start_addr, stack_addr));
|
2004-10-15 06:29:23 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Assume that the frame's base is the same as the
|
|
|
|
stack-pointer. */
|
|
|
|
trad_frame_set_this_base (this_trad_cache, stack_addr);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
return this_trad_cache;
|
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static void
|
|
|
|
mips_stub_frame_this_id (struct frame_info *next_frame, void **this_cache,
|
|
|
|
struct frame_id *this_id)
|
|
|
|
{
|
|
|
|
struct trad_frame_cache *this_trad_cache
|
|
|
|
= mips_stub_frame_cache (next_frame, this_cache);
|
|
|
|
trad_frame_get_id (this_trad_cache, this_id);
|
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static void
|
|
|
|
mips_stub_frame_prev_register (struct frame_info *next_frame,
|
|
|
|
void **this_cache,
|
|
|
|
int regnum, int *optimizedp,
|
|
|
|
enum lval_type *lvalp, CORE_ADDR *addrp,
|
2005-07-01 21:29:46 +02:00
|
|
|
int *realnump, gdb_byte *valuep)
|
2004-10-15 09:25:04 +02:00
|
|
|
{
|
|
|
|
struct trad_frame_cache *this_trad_cache
|
|
|
|
= mips_stub_frame_cache (next_frame, this_cache);
|
|
|
|
trad_frame_get_register (this_trad_cache, next_frame, regnum, optimizedp,
|
|
|
|
lvalp, addrp, realnump, valuep);
|
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static const struct frame_unwind mips_stub_frame_unwind =
|
|
|
|
{
|
|
|
|
NORMAL_FRAME,
|
|
|
|
mips_stub_frame_this_id,
|
|
|
|
mips_stub_frame_prev_register
|
|
|
|
};
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static const struct frame_unwind *
|
|
|
|
mips_stub_frame_sniffer (struct frame_info *next_frame)
|
|
|
|
{
|
2005-05-09 05:36:10 +02:00
|
|
|
struct obj_section *s;
|
2004-10-15 09:25:04 +02:00
|
|
|
CORE_ADDR pc = frame_pc_unwind (next_frame);
|
2005-05-09 05:36:10 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
if (in_plt_section (pc, NULL))
|
|
|
|
return &mips_stub_frame_unwind;
|
2005-05-09 05:36:10 +02:00
|
|
|
|
|
|
|
/* Binutils for MIPS puts lazy resolution stubs into .MIPS.stubs. */
|
|
|
|
s = find_pc_section (pc);
|
|
|
|
|
|
|
|
if (s != NULL
|
|
|
|
&& strcmp (bfd_get_section_name (s->objfile->obfd, s->the_bfd_section),
|
|
|
|
".MIPS.stubs") == 0)
|
|
|
|
return &mips_stub_frame_unwind;
|
|
|
|
|
|
|
|
return NULL;
|
2004-10-15 09:25:04 +02:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static CORE_ADDR
|
|
|
|
mips_stub_frame_base_address (struct frame_info *next_frame,
|
|
|
|
void **this_cache)
|
|
|
|
{
|
|
|
|
struct trad_frame_cache *this_trad_cache
|
|
|
|
= mips_stub_frame_cache (next_frame, this_cache);
|
|
|
|
return trad_frame_get_this_base (this_trad_cache);
|
|
|
|
}
|
2004-10-11 03:00:58 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static const struct frame_base mips_stub_frame_base =
|
|
|
|
{
|
|
|
|
&mips_stub_frame_unwind,
|
|
|
|
mips_stub_frame_base_address,
|
|
|
|
mips_stub_frame_base_address,
|
|
|
|
mips_stub_frame_base_address
|
|
|
|
};
|
|
|
|
|
|
|
|
static const struct frame_base *
|
|
|
|
mips_stub_frame_base_sniffer (struct frame_info *next_frame)
|
|
|
|
{
|
|
|
|
if (mips_stub_frame_sniffer (next_frame) != NULL)
|
|
|
|
return &mips_stub_frame_base;
|
|
|
|
else
|
|
|
|
return NULL;
|
|
|
|
}
|
|
|
|
|
|
|
|
static CORE_ADDR
|
|
|
|
read_next_frame_reg (struct frame_info *fi, int regno)
|
|
|
|
{
|
|
|
|
/* Always a pseudo. */
|
|
|
|
gdb_assert (regno >= NUM_REGS);
|
|
|
|
if (fi == NULL)
|
2004-10-11 03:00:58 +02:00
|
|
|
{
|
2004-10-15 09:25:04 +02:00
|
|
|
LONGEST val;
|
|
|
|
regcache_cooked_read_signed (current_regcache, regno, &val);
|
|
|
|
return val;
|
2004-10-11 03:00:58 +02:00
|
|
|
}
|
2004-10-15 09:25:04 +02:00
|
|
|
else
|
|
|
|
return frame_unwind_register_signed (fi, regno);
|
2004-10-15 06:29:23 +02:00
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* mips_addr_bits_remove - remove useless address bits */
|
2004-09-16 02:35:55 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static CORE_ADDR
|
|
|
|
mips_addr_bits_remove (CORE_ADDR addr)
|
2004-09-16 02:35:55 +02:00
|
|
|
{
|
2004-10-15 09:25:04 +02:00
|
|
|
struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
|
|
|
|
if (mips_mask_address_p (tdep) && (((ULONGEST) addr) >> 32 == 0xffffffffUL))
|
|
|
|
/* This hack is a work-around for existing boards using PMON, the
|
|
|
|
simulator, and any other 64-bit targets that doesn't have true
|
|
|
|
64-bit addressing. On these targets, the upper 32 bits of
|
|
|
|
addresses are ignored by the hardware. Thus, the PC or SP are
|
|
|
|
likely to have been sign extended to all 1s by instruction
|
|
|
|
sequences that load 32-bit addresses. For example, a typical
|
|
|
|
piece of code that loads an address is this:
|
2004-09-16 02:35:55 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
lui $r2, <upper 16 bits>
|
|
|
|
ori $r2, <lower 16 bits>
|
2004-09-16 02:35:55 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
But the lui sign-extends the value such that the upper 32 bits
|
|
|
|
may be all 1s. The workaround is simply to mask off these
|
|
|
|
bits. In the future, gcc may be changed to support true 64-bit
|
|
|
|
addressing, and this masking will have to be disabled. */
|
|
|
|
return addr &= 0xffffffffUL;
|
|
|
|
else
|
|
|
|
return addr;
|
2004-09-16 02:35:55 +02:00
|
|
|
}
|
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* mips_software_single_step() is called just before we want to resume
|
|
|
|
the inferior, if we want to single-step it but there is no hardware
|
|
|
|
or kernel single-step support (MIPS on GNU/Linux for example). We find
|
|
|
|
the target of the coming instruction and breakpoint it.
|
2004-10-11 04:17:53 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
single_step is also called just after the inferior stops. If we had
|
|
|
|
set up a simulated single-step, we undo our damage. */
|
|
|
|
|
|
|
|
void
|
|
|
|
mips_software_single_step (enum target_signal sig, int insert_breakpoints_p)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
gdb/
* breakpoint.c (deprecated_read_memory_nobpt): Update to use
shadow_len.
(insert_bp_location, reattach_breakpoints, remove_breakpoint)
(delete_breakpoint): Update calls to changed methods.
(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
(single_step_breakpoints, insert_single_step_breakpoint)
(remove_single_step_breakpoints): New.
* breakpoint.h (struct bp_target_info): New.
(struct bp_location): Replace shadow_contents with
target_info and overlay_target_info.
(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
(insert_single_step_breakpoint, remove_single_step_breakpoints): New
prototypes.
* gdbarch.sh: Forward declare struct bp_target_info in gdbarch.h.
(memory_insert_breakpoint, memory_remove_breakpoint): Update second
argument.
* mem-break.c (default_memory_insert_breakpoint): Update. Set
placed_address, placed_size, and shadow_len.
(default_memory_remove_breakpoint): Update. Don't use
BREAKPOINT_FROM_PC.
(memory_insert_breakpoint, memory_remove_breakpoint): Update.
* target.c (update_current_target): Update prototypes for changed
functions.
(debug_to_insert_breakpoint, debug_to_remove_breakpoint)
(debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint):
Update.
* target.h: Forward declare struct bp_target_info.
(struct target_ops): Use a bp_target_info argument for
to_insert_breakpoint, to_remove_breakpoint,
to_insert_hw_breakpoint, and to_remove_hw_breakpoint.
(target_insert_breakpoint, target_remove_breakpoint)
(target_insert_hw_breakpoint, target_remove_hw_breakpoint)
(memory_insert_breakpoint, memory_remove_breakpoint)
(default_memory_insert_breakpoint, default_memory_remove_breakpoint):
Update.
* config/i386/nm-i386.h: Forward declare struct bp_target_info.
(i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update.
(target_insert_hw_breakpoint, target_remove_hw_breakpoint): Likewise.
* gdbarch.c, gdbarch.h: Regenerated.
* alpha-tdep.c (alpha_software_single_step): Use
insert_single_step_breakpoint and remove_single_step_breakpoints.
Remove unused statics.
* arm-tdep.c (arm_software_single_step): Likewise. Add a note.
* cris-tdep.c (cris_software_single_step): Likewise.
* mips-tdep.c (mips_software_single_step): Likewise.
* rs6000-tdep.c (rs6000_software_single_step): Likewise.
* sparc-tdep.c (sparc_software_single_step): Likewise.
* wince.c (struct thread_info_struct): Remove step_prev.
(undoSStep): Use remove_single_step_breakpoints.
(wince_software_single_step): Use insert_single_step_breakpoint.
* corelow.c (ignore): Remove unneeded prototype. Update arguments.
* exec.c (ignore): Likewise.
* sol-thread.c (ignore): Likewise.
* procfs.c (dbx_link_shadow_contents): Delete.
(dbx_link_bpt): New.
(procfs_mourn_inferior): Remove it if necessary.
(remove_dbx_link_breakpoint): Use it.
(insert_dbx_link_bpt_in_file): Set it.
(procfs_init_inferior): Don't update dbx_link_bpt_addr.
* rs6000-nat.c (exec_one_dummy_insn): Use
deprecated_insert_raw_breakpoint and
deprecated_remove_raw_breakpoint.
* solib-irix.c (shadow_contents, breakpoint_addr): Delete.
(base_breakpoint): New.
(disable_break): Use it.
(enable_break): Set it.
* i386-nat.c (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint):
Update.
* ia64-tdep.c (ia64_memory_insert_breakpoint)
(ia64_memory_remove_breakpoint): Likewise.
* m32r-tdep.c (m32r_memory_insert_breakpoint)
(m32r_memory_remove_breakpoint): Likewise.
* monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
Likewise. Remove unnecessary prototypes. Use placed_address
and placed_size. Removed useless read from memory.
* nto-procfs.c (procfs_insert_breakpoint)
(procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
(procfs_remove_hw_breakpoint): Update.
* ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
* ocd.h (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
* ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
* ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Likewise.
* remote-e7000.c (e7000_insert_breakpoint)
(e7000_remove_breakpoint): Likewise.
* remote-m32r-sdi.c (m32r_insert_breakpoint)
(m32r_remove_breakpoint): Likewise.
* remote-mips.c (mips_insert_breakpoint)
(mips_remove_breakpoint): Likewise.
* remote-rdp.c (remote_rdp_insert_breakpoint)
(remote_rdp_remove_breakpoint): Likewise.
(rdp_step): Use deprecated_insert_raw_breakpoint and
deprecated_remove_raw_breakpoint.
* remote-sds.c (sds_insert_breakpoint, sds_remove_breakpoint):
Update.
* remote-sim.c (gdbsim_insert_breakpoint, gdbsim_remove_breakpoint):
Delete.
(init_gdbsim_ops): Use memory_insert_breakpoint and
memory_remove_breakpoint.
* remote-st.c (st2000_insert_breakpoint)
(st2000_remove_breakpoint): Update. Remove unused
BREAKPOINT_FROM_PC.
* remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
Update. Use placed_address and placed_size.
(remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise.
gdb/doc/
* gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
and remove breakpoint prototypes.
(Watchpoints): Move description of target_insert_hw_breakpoint and
target_remove_hw_breakpoint ...
(Breakpoints): ... to here. Document target_insert_breakpoint and
target_remove_breakpoint.
2006-04-18 21:20:08 +02:00
|
|
|
CORE_ADDR pc, next_pc;
|
2004-09-16 02:35:55 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
if (insert_breakpoints_p)
|
|
|
|
{
|
|
|
|
pc = read_register (mips_regnum (current_gdbarch)->pc);
|
|
|
|
next_pc = mips_next_pc (pc);
|
2004-10-15 00:34:25 +02:00
|
|
|
|
gdb/
* breakpoint.c (deprecated_read_memory_nobpt): Update to use
shadow_len.
(insert_bp_location, reattach_breakpoints, remove_breakpoint)
(delete_breakpoint): Update calls to changed methods.
(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
(single_step_breakpoints, insert_single_step_breakpoint)
(remove_single_step_breakpoints): New.
* breakpoint.h (struct bp_target_info): New.
(struct bp_location): Replace shadow_contents with
target_info and overlay_target_info.
(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
(insert_single_step_breakpoint, remove_single_step_breakpoints): New
prototypes.
* gdbarch.sh: Forward declare struct bp_target_info in gdbarch.h.
(memory_insert_breakpoint, memory_remove_breakpoint): Update second
argument.
* mem-break.c (default_memory_insert_breakpoint): Update. Set
placed_address, placed_size, and shadow_len.
(default_memory_remove_breakpoint): Update. Don't use
BREAKPOINT_FROM_PC.
(memory_insert_breakpoint, memory_remove_breakpoint): Update.
* target.c (update_current_target): Update prototypes for changed
functions.
(debug_to_insert_breakpoint, debug_to_remove_breakpoint)
(debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint):
Update.
* target.h: Forward declare struct bp_target_info.
(struct target_ops): Use a bp_target_info argument for
to_insert_breakpoint, to_remove_breakpoint,
to_insert_hw_breakpoint, and to_remove_hw_breakpoint.
(target_insert_breakpoint, target_remove_breakpoint)
(target_insert_hw_breakpoint, target_remove_hw_breakpoint)
(memory_insert_breakpoint, memory_remove_breakpoint)
(default_memory_insert_breakpoint, default_memory_remove_breakpoint):
Update.
* config/i386/nm-i386.h: Forward declare struct bp_target_info.
(i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update.
(target_insert_hw_breakpoint, target_remove_hw_breakpoint): Likewise.
* gdbarch.c, gdbarch.h: Regenerated.
* alpha-tdep.c (alpha_software_single_step): Use
insert_single_step_breakpoint and remove_single_step_breakpoints.
Remove unused statics.
* arm-tdep.c (arm_software_single_step): Likewise. Add a note.
* cris-tdep.c (cris_software_single_step): Likewise.
* mips-tdep.c (mips_software_single_step): Likewise.
* rs6000-tdep.c (rs6000_software_single_step): Likewise.
* sparc-tdep.c (sparc_software_single_step): Likewise.
* wince.c (struct thread_info_struct): Remove step_prev.
(undoSStep): Use remove_single_step_breakpoints.
(wince_software_single_step): Use insert_single_step_breakpoint.
* corelow.c (ignore): Remove unneeded prototype. Update arguments.
* exec.c (ignore): Likewise.
* sol-thread.c (ignore): Likewise.
* procfs.c (dbx_link_shadow_contents): Delete.
(dbx_link_bpt): New.
(procfs_mourn_inferior): Remove it if necessary.
(remove_dbx_link_breakpoint): Use it.
(insert_dbx_link_bpt_in_file): Set it.
(procfs_init_inferior): Don't update dbx_link_bpt_addr.
* rs6000-nat.c (exec_one_dummy_insn): Use
deprecated_insert_raw_breakpoint and
deprecated_remove_raw_breakpoint.
* solib-irix.c (shadow_contents, breakpoint_addr): Delete.
(base_breakpoint): New.
(disable_break): Use it.
(enable_break): Set it.
* i386-nat.c (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint):
Update.
* ia64-tdep.c (ia64_memory_insert_breakpoint)
(ia64_memory_remove_breakpoint): Likewise.
* m32r-tdep.c (m32r_memory_insert_breakpoint)
(m32r_memory_remove_breakpoint): Likewise.
* monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
Likewise. Remove unnecessary prototypes. Use placed_address
and placed_size. Removed useless read from memory.
* nto-procfs.c (procfs_insert_breakpoint)
(procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
(procfs_remove_hw_breakpoint): Update.
* ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
* ocd.h (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
* ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
* ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Likewise.
* remote-e7000.c (e7000_insert_breakpoint)
(e7000_remove_breakpoint): Likewise.
* remote-m32r-sdi.c (m32r_insert_breakpoint)
(m32r_remove_breakpoint): Likewise.
* remote-mips.c (mips_insert_breakpoint)
(mips_remove_breakpoint): Likewise.
* remote-rdp.c (remote_rdp_insert_breakpoint)
(remote_rdp_remove_breakpoint): Likewise.
(rdp_step): Use deprecated_insert_raw_breakpoint and
deprecated_remove_raw_breakpoint.
* remote-sds.c (sds_insert_breakpoint, sds_remove_breakpoint):
Update.
* remote-sim.c (gdbsim_insert_breakpoint, gdbsim_remove_breakpoint):
Delete.
(init_gdbsim_ops): Use memory_insert_breakpoint and
memory_remove_breakpoint.
* remote-st.c (st2000_insert_breakpoint)
(st2000_remove_breakpoint): Update. Remove unused
BREAKPOINT_FROM_PC.
* remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
Update. Use placed_address and placed_size.
(remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise.
gdb/doc/
* gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
and remove breakpoint prototypes.
(Watchpoints): Move description of target_insert_hw_breakpoint and
target_remove_hw_breakpoint ...
(Breakpoints): ... to here. Document target_insert_breakpoint and
target_remove_breakpoint.
2006-04-18 21:20:08 +02:00
|
|
|
insert_single_step_breakpoint (next_pc);
|
2004-10-15 09:25:04 +02:00
|
|
|
}
|
2004-10-15 09:09:10 +02:00
|
|
|
else
|
gdb/
* breakpoint.c (deprecated_read_memory_nobpt): Update to use
shadow_len.
(insert_bp_location, reattach_breakpoints, remove_breakpoint)
(delete_breakpoint): Update calls to changed methods.
(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
(single_step_breakpoints, insert_single_step_breakpoint)
(remove_single_step_breakpoints): New.
* breakpoint.h (struct bp_target_info): New.
(struct bp_location): Replace shadow_contents with
target_info and overlay_target_info.
(deprecated_insert_raw_breakpoint, deprecated_remove_raw_breakpoint)
(insert_single_step_breakpoint, remove_single_step_breakpoints): New
prototypes.
* gdbarch.sh: Forward declare struct bp_target_info in gdbarch.h.
(memory_insert_breakpoint, memory_remove_breakpoint): Update second
argument.
* mem-break.c (default_memory_insert_breakpoint): Update. Set
placed_address, placed_size, and shadow_len.
(default_memory_remove_breakpoint): Update. Don't use
BREAKPOINT_FROM_PC.
(memory_insert_breakpoint, memory_remove_breakpoint): Update.
* target.c (update_current_target): Update prototypes for changed
functions.
(debug_to_insert_breakpoint, debug_to_remove_breakpoint)
(debug_to_insert_hw_breakpoint, debug_to_remove_hw_breakpoint):
Update.
* target.h: Forward declare struct bp_target_info.
(struct target_ops): Use a bp_target_info argument for
to_insert_breakpoint, to_remove_breakpoint,
to_insert_hw_breakpoint, and to_remove_hw_breakpoint.
(target_insert_breakpoint, target_remove_breakpoint)
(target_insert_hw_breakpoint, target_remove_hw_breakpoint)
(memory_insert_breakpoint, memory_remove_breakpoint)
(default_memory_insert_breakpoint, default_memory_remove_breakpoint):
Update.
* config/i386/nm-i386.h: Forward declare struct bp_target_info.
(i386_insert_hw_breakpoint, i386_remove_hw_breakpoint): Update.
(target_insert_hw_breakpoint, target_remove_hw_breakpoint): Likewise.
* gdbarch.c, gdbarch.h: Regenerated.
* alpha-tdep.c (alpha_software_single_step): Use
insert_single_step_breakpoint and remove_single_step_breakpoints.
Remove unused statics.
* arm-tdep.c (arm_software_single_step): Likewise. Add a note.
* cris-tdep.c (cris_software_single_step): Likewise.
* mips-tdep.c (mips_software_single_step): Likewise.
* rs6000-tdep.c (rs6000_software_single_step): Likewise.
* sparc-tdep.c (sparc_software_single_step): Likewise.
* wince.c (struct thread_info_struct): Remove step_prev.
(undoSStep): Use remove_single_step_breakpoints.
(wince_software_single_step): Use insert_single_step_breakpoint.
* corelow.c (ignore): Remove unneeded prototype. Update arguments.
* exec.c (ignore): Likewise.
* sol-thread.c (ignore): Likewise.
* procfs.c (dbx_link_shadow_contents): Delete.
(dbx_link_bpt): New.
(procfs_mourn_inferior): Remove it if necessary.
(remove_dbx_link_breakpoint): Use it.
(insert_dbx_link_bpt_in_file): Set it.
(procfs_init_inferior): Don't update dbx_link_bpt_addr.
* rs6000-nat.c (exec_one_dummy_insn): Use
deprecated_insert_raw_breakpoint and
deprecated_remove_raw_breakpoint.
* solib-irix.c (shadow_contents, breakpoint_addr): Delete.
(base_breakpoint): New.
(disable_break): Use it.
(enable_break): Set it.
* i386-nat.c (i386_insert_hw_breakpoint, i386_remove_hw_breakpoint):
Update.
* ia64-tdep.c (ia64_memory_insert_breakpoint)
(ia64_memory_remove_breakpoint): Likewise.
* m32r-tdep.c (m32r_memory_insert_breakpoint)
(m32r_memory_remove_breakpoint): Likewise.
* monitor.c (monitor_insert_breakpoint, monitor_remove_breakpoint):
Likewise. Remove unnecessary prototypes. Use placed_address
and placed_size. Removed useless read from memory.
* nto-procfs.c (procfs_insert_breakpoint)
(procfs_remove_breakpoint, procfs_insert_hw_breakpoint)
(procfs_remove_hw_breakpoint): Update.
* ocd.c (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
* ocd.h (ocd_insert_breakpoint, ocd_remove_breakpoint): Likewise.
* ppc-linux-tdep.c (ppc_linux_memory_remove_breakpoint): Likewise.
* ppc-tdep.h (ppc_linux_memory_remove_breakpoint): Likewise.
* remote-e7000.c (e7000_insert_breakpoint)
(e7000_remove_breakpoint): Likewise.
* remote-m32r-sdi.c (m32r_insert_breakpoint)
(m32r_remove_breakpoint): Likewise.
* remote-mips.c (mips_insert_breakpoint)
(mips_remove_breakpoint): Likewise.
* remote-rdp.c (remote_rdp_insert_breakpoint)
(remote_rdp_remove_breakpoint): Likewise.
(rdp_step): Use deprecated_insert_raw_breakpoint and
deprecated_remove_raw_breakpoint.
* remote-sds.c (sds_insert_breakpoint, sds_remove_breakpoint):
Update.
* remote-sim.c (gdbsim_insert_breakpoint, gdbsim_remove_breakpoint):
Delete.
(init_gdbsim_ops): Use memory_insert_breakpoint and
memory_remove_breakpoint.
* remote-st.c (st2000_insert_breakpoint)
(st2000_remove_breakpoint): Update. Remove unused
BREAKPOINT_FROM_PC.
* remote.c (remote_insert_breakpoint, remote_remove_breakpoint):
Update. Use placed_address and placed_size.
(remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise.
gdb/doc/
* gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
and remove breakpoint prototypes.
(Watchpoints): Move description of target_insert_hw_breakpoint and
target_remove_hw_breakpoint ...
(Breakpoints): ... to here. Document target_insert_breakpoint and
target_remove_breakpoint.
2006-04-18 21:20:08 +02:00
|
|
|
remove_single_step_breakpoints ();
|
2004-10-15 09:25:04 +02:00
|
|
|
}
|
2004-10-15 09:09:10 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* Test whether the PC points to the return instruction at the
|
|
|
|
end of a function. */
|
2004-09-16 02:35:55 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static int
|
|
|
|
mips_about_to_return (CORE_ADDR pc)
|
|
|
|
{
|
2004-10-30 19:53:47 +02:00
|
|
|
if (mips_pc_is_mips16 (pc))
|
2004-10-15 09:25:04 +02:00
|
|
|
/* This mips16 case isn't necessarily reliable. Sometimes the compiler
|
|
|
|
generates a "jr $ra"; other times it generates code to load
|
|
|
|
the return address from the stack to an accessible register (such
|
|
|
|
as $a3), then a "jr" using that register. This second case
|
|
|
|
is almost impossible to distinguish from an indirect jump
|
|
|
|
used for switch statements, so we don't even try. */
|
|
|
|
return mips_fetch_instruction (pc) == 0xe820; /* jr $ra */
|
|
|
|
else
|
|
|
|
return mips_fetch_instruction (pc) == 0x3e00008; /* jr $ra */
|
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* This fencepost looks highly suspicious to me. Removing it also
|
|
|
|
seems suspicious as it could affect remote debugging across serial
|
|
|
|
lines. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
static CORE_ADDR
|
|
|
|
heuristic_proc_start (CORE_ADDR pc)
|
|
|
|
{
|
|
|
|
CORE_ADDR start_pc;
|
|
|
|
CORE_ADDR fence;
|
|
|
|
int instlen;
|
|
|
|
int seen_adjsp = 0;
|
2004-09-16 02:35:55 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
pc = ADDR_BITS_REMOVE (pc);
|
|
|
|
start_pc = pc;
|
|
|
|
fence = start_pc - heuristic_fence_post;
|
|
|
|
if (start_pc == 0)
|
|
|
|
return 0;
|
2004-09-16 02:35:55 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
if (heuristic_fence_post == UINT_MAX || fence < VM_MIN_ADDRESS)
|
|
|
|
fence = VM_MIN_ADDRESS;
|
2004-09-16 02:35:55 +02:00
|
|
|
|
2004-10-30 22:54:54 +02:00
|
|
|
instlen = mips_pc_is_mips16 (pc) ? MIPS_INSN16_SIZE : MIPS_INSN32_SIZE;
|
2004-10-15 00:34:25 +02:00
|
|
|
|
2004-10-15 09:25:04 +02:00
|
|
|
/* search back for previous return */
|
|
|
|
for (start_pc -= instlen;; start_pc -= instlen)
|
|
|
|
if (start_pc < fence)
|
|
|
|
{
|
|
|
|
/* It's not clear to me why we reach this point when
|
|
|
|
stop_soon, but with this test, at least we
|
|
|
|
don't print out warnings for every child forked (eg, on
|
|
|
|
decstation). 22apr93 rich@cygnus.com. */
|
|
|
|
if (stop_soon == NO_STOP_QUIETLY)
|
|
|
|
{
|
|
|
|
static int blurb_printed = 0;
|
2004-10-15 00:34:25 +02:00
|
|
|
|
2005-02-10 Andrew Cagney <cagney@gnu.org>
Mark up all error and warning messages.
* ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
* bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
* core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
* cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
* dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
* dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
* event-top.c, exec.c, expprint.c, f-lang.c: Update.
* f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
* frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
* gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
* hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
* hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
* hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
* i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
* ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
* infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
* kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
* linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
* m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
* m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
* maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
* nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
* observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
* p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
* ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
* remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
* remote-rdp.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote-utils.h, remote.c: Update.
* rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
* ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
* sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
* solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
* solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
* somread.c, somsolib.c, source.c, stabsread.c: Update.
* stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
* symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
* uw-thread.c, valarith.c, valops.c, valprint.c: Update.
* value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
* xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
* cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
* cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
* mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
* mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
* mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
* tui/tui-win.c: Update.
2005-02-11 05:06:14 +01:00
|
|
|
warning (_("GDB can't find the start of the function at 0x%s."),
|
2004-10-15 09:25:04 +02:00
|
|
|
paddr_nz (pc));
|
|
|
|
|
|
|
|
if (!blurb_printed)
|
|
|
|
{
|
|
|
|
/* This actually happens frequently in embedded
|
|
|
|
development, when you first connect to a board
|
|
|
|
and your stack pointer and pc are nowhere in
|
|
|
|
particular. This message needs to give people
|
|
|
|
in that situation enough information to
|
|
|
|
determine that it's no big deal. */
|
|
|
|
printf_filtered ("\n\
|
|
|
|
GDB is unable to find the start of the function at 0x%s\n\
|
|
|
|
and thus can't determine the size of that function's stack frame.\n\
|
|
|
|
This means that GDB may be unable to access that stack frame, or\n\
|
|
|
|
the frames below it.\n\
|
|
|
|
This problem is most likely caused by an invalid program counter or\n\
|
|
|
|
stack pointer.\n\
|
|
|
|
However, if you think GDB should simply search farther back\n\
|
|
|
|
from 0x%s for code which looks like the beginning of a\n\
|
|
|
|
function, you can increase the range of the search using the `set\n\
|
|
|
|
heuristic-fence-post' command.\n", paddr_nz (pc), paddr_nz (pc));
|
|
|
|
blurb_printed = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
2004-10-30 19:53:47 +02:00
|
|
|
else if (mips_pc_is_mips16 (start_pc))
|
2004-10-15 09:25:04 +02:00
|
|
|
{
|
|
|
|
unsigned short inst;
|
|
|
|
|
|
|
|
/* On MIPS16, any one of the following is likely to be the
|
|
|
|
start of a function:
|
|
|
|
entry
|
|
|
|
addiu sp,-n
|
|
|
|
daddiu sp,-n
|
|
|
|
extend -n followed by 'addiu sp,+n' or 'daddiu sp,+n' */
|
|
|
|
inst = mips_fetch_instruction (start_pc);
|
|
|
|
if (((inst & 0xf81f) == 0xe809 && (inst & 0x700) != 0x700) /* entry */
|
|
|
|
|| (inst & 0xff80) == 0x6380 /* addiu sp,-n */
|
|
|
|
|| (inst & 0xff80) == 0xfb80 /* daddiu sp,-n */
|
|
|
|
|| ((inst & 0xf810) == 0xf010 && seen_adjsp)) /* extend -n */
|
|
|
|
break;
|
|
|
|
else if ((inst & 0xff00) == 0x6300 /* addiu sp */
|
|
|
|
|| (inst & 0xff00) == 0xfb00) /* daddiu sp */
|
|
|
|
seen_adjsp = 1;
|
|
|
|
else
|
|
|
|
seen_adjsp = 0;
|
|
|
|
}
|
|
|
|
else if (mips_about_to_return (start_pc))
|
|
|
|
{
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
/* Skip return and its delay slot. */
|
2004-10-30 22:54:54 +02:00
|
|
|
start_pc += 2 * MIPS_INSN32_SIZE;
|
2004-10-15 09:25:04 +02:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
return start_pc;
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
2002-06-13 21:16:25 +02:00
|
|
|
struct mips_objfile_private
|
|
|
|
{
|
|
|
|
bfd_size_type size;
|
|
|
|
char *contents;
|
|
|
|
};
|
|
|
|
|
2000-06-23 09:44:00 +02:00
|
|
|
/* According to the current ABI, should the type be passed in a
|
|
|
|
floating-point register (assuming that there is space)? When there
|
2006-05-19 22:42:47 +02:00
|
|
|
is no FPU, FP are not even considered as possible candidates for
|
2000-06-23 09:44:00 +02:00
|
|
|
FP registers and, consequently this returns false - forces FP
|
|
|
|
arguments into integer registers. */
|
|
|
|
|
|
|
|
static int
|
|
|
|
fp_register_arg_p (enum type_code typecode, struct type *arg_type)
|
|
|
|
{
|
|
|
|
return ((typecode == TYPE_CODE_FLT
|
|
|
|
|| (MIPS_EABI
|
2004-01-17 17:27:30 +01:00
|
|
|
&& (typecode == TYPE_CODE_STRUCT
|
|
|
|
|| typecode == TYPE_CODE_UNION)
|
2000-06-23 09:44:00 +02:00
|
|
|
&& TYPE_NFIELDS (arg_type) == 1
|
2006-06-08 21:22:46 +02:00
|
|
|
&& TYPE_CODE (check_typedef (TYPE_FIELD_TYPE (arg_type, 0)))
|
|
|
|
== TYPE_CODE_FLT))
|
2002-08-09 03:42:41 +02:00
|
|
|
&& MIPS_FPU_TYPE != MIPS_FPU_NONE);
|
2000-06-23 09:44:00 +02:00
|
|
|
}
|
|
|
|
|
2001-07-12 19:34:33 +02:00
|
|
|
/* On o32, argument passing in GPRs depends on the alignment of the type being
|
|
|
|
passed. Return 1 if this type must be aligned to a doubleword boundary. */
|
|
|
|
|
|
|
|
static int
|
|
|
|
mips_type_needs_double_align (struct type *type)
|
|
|
|
{
|
|
|
|
enum type_code typecode = TYPE_CODE (type);
|
2002-05-11 16:18:15 +02:00
|
|
|
|
2001-07-12 19:34:33 +02:00
|
|
|
if (typecode == TYPE_CODE_FLT && TYPE_LENGTH (type) == 8)
|
|
|
|
return 1;
|
|
|
|
else if (typecode == TYPE_CODE_STRUCT)
|
|
|
|
{
|
|
|
|
if (TYPE_NFIELDS (type) < 1)
|
|
|
|
return 0;
|
|
|
|
return mips_type_needs_double_align (TYPE_FIELD_TYPE (type, 0));
|
|
|
|
}
|
|
|
|
else if (typecode == TYPE_CODE_UNION)
|
|
|
|
{
|
2002-05-11 16:18:15 +02:00
|
|
|
int i, n;
|
2001-07-12 19:34:33 +02:00
|
|
|
|
|
|
|
n = TYPE_NFIELDS (type);
|
|
|
|
for (i = 0; i < n; i++)
|
|
|
|
if (mips_type_needs_double_align (TYPE_FIELD_TYPE (type, i)))
|
|
|
|
return 1;
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2002-09-18 17:37:18 +02:00
|
|
|
/* Adjust the address downward (direction of stack growth) so that it
|
|
|
|
is correctly aligned for a new stack frame. */
|
|
|
|
static CORE_ADDR
|
|
|
|
mips_frame_align (struct gdbarch *gdbarch, CORE_ADDR addr)
|
|
|
|
{
|
2003-09-19 18:22:39 +02:00
|
|
|
return align_down (addr, 16);
|
2002-09-18 17:37:18 +02:00
|
|
|
}
|
|
|
|
|
2002-08-19 Michael Snyder <msnyder@redhat.com>
* config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
(MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
(FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
(CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
CALL_DUMMY_ADDRESS): Delete.
* mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
mips_msymbol_is_special, mips_fix_call_dummy): New functions.
(mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
push_dummy_frame, fix_call_dummy, init_extra_frame_info,
push_return_address.
(mips_register_raw_size, mips_eabi_use_struct_convention,
mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
mips_init_extra_frame_info, mips_eabi_push_arguments,
mips_n32n64_push_arguments, mips_push_return_address,
mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2002-08-20 23:58:44 +02:00
|
|
|
static CORE_ADDR
|
2004-06-07 04:02:55 +02:00
|
|
|
mips_eabi_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
2004-01-17 17:27:30 +01:00
|
|
|
struct regcache *regcache, CORE_ADDR bp_addr,
|
|
|
|
int nargs, struct value **args, CORE_ADDR sp,
|
|
|
|
int struct_return, CORE_ADDR struct_addr)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
|
|
|
int argreg;
|
|
|
|
int float_argreg;
|
|
|
|
int argnum;
|
|
|
|
int len = 0;
|
|
|
|
int stack_offset = 0;
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
|
2004-06-07 04:02:55 +02:00
|
|
|
CORE_ADDR func_addr = find_function_addr (function, NULL);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2003-05-31 17:17:05 +02:00
|
|
|
/* For shared libraries, "t9" needs to point at the function
|
|
|
|
address. */
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
regcache_cooked_write_signed (regcache, MIPS_T9_REGNUM, func_addr);
|
2003-05-31 17:17:05 +02:00
|
|
|
|
|
|
|
/* Set the return address register to point to the entry point of
|
|
|
|
the program, where a breakpoint lies in wait. */
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
regcache_cooked_write_signed (regcache, MIPS_RA_REGNUM, bp_addr);
|
2003-05-31 17:17:05 +02:00
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
/* First ensure that the stack and structure return address (if any)
|
2002-08-10 02:34:04 +02:00
|
|
|
are properly aligned. The stack has to be at least 64-bit
|
|
|
|
aligned even on 32-bit machines, because doubles must be 64-bit
|
|
|
|
aligned. For n32 and n64, stack frames need to be 128-bit
|
|
|
|
aligned, so we round to this widest known alignment. */
|
|
|
|
|
2003-09-19 18:22:39 +02:00
|
|
|
sp = align_down (sp, 16);
|
|
|
|
struct_addr = align_down (struct_addr, 16);
|
1999-07-07 22:19:36 +02:00
|
|
|
|
2002-08-14 21:17:39 +02:00
|
|
|
/* Now make space on the stack for the args. We allocate more
|
1999-04-16 03:35:26 +02:00
|
|
|
than necessary for EABI, because the first few arguments are
|
2002-08-14 21:17:39 +02:00
|
|
|
passed in registers, but that's OK. */
|
1999-04-16 03:35:26 +02:00
|
|
|
for (argnum = 0; argnum < nargs; argnum++)
|
2004-11-12 Andrew Cagney <cagney@gnu.org>
* sparc-tdep.c: Replace VALUE_TYPE with value_type.
* v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
* sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
* h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
* hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
* m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
* frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
2004-11-13 03:15:33 +01:00
|
|
|
len += align_up (TYPE_LENGTH (value_type (args[argnum])),
|
2004-04-29 21:42:01 +02:00
|
|
|
mips_stack_argsize (gdbarch));
|
2003-09-19 18:22:39 +02:00
|
|
|
sp -= align_up (len, 16);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2000-06-17 17:18:21 +02:00
|
|
|
if (mips_debug)
|
2004-01-17 17:27:30 +01:00
|
|
|
fprintf_unfiltered (gdb_stdlog,
|
2003-09-19 18:22:39 +02:00
|
|
|
"mips_eabi_push_dummy_call: sp=0x%s allocated %ld\n",
|
|
|
|
paddr_nz (sp), (long) align_up (len, 16));
|
2000-06-17 17:18:21 +02:00
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
/* Initialize the integer and float register pointers. */
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
argreg = MIPS_A0_REGNUM;
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
float_argreg = mips_fpa0_regnum (current_gdbarch);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2002-08-14 21:17:39 +02:00
|
|
|
/* The struct_return pointer occupies the first parameter-passing reg. */
|
1999-04-16 03:35:26 +02:00
|
|
|
if (struct_return)
|
2000-06-17 17:18:21 +02:00
|
|
|
{
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog,
|
2003-05-31 17:17:05 +02:00
|
|
|
"mips_eabi_push_dummy_call: struct_return reg=%d 0x%s\n",
|
2002-08-10 02:34:04 +02:00
|
|
|
argreg, paddr_nz (struct_addr));
|
2000-06-17 17:18:21 +02:00
|
|
|
write_register (argreg++, struct_addr);
|
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
/* Now load as many as possible of the first arguments into
|
|
|
|
registers, and push the rest onto the stack. Loop thru args
|
|
|
|
from first to last. */
|
|
|
|
for (argnum = 0; argnum < nargs; argnum++)
|
|
|
|
{
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
const gdb_byte *val;
|
|
|
|
gdb_byte valbuf[MAX_REGISTER_SIZE];
|
2001-07-15 22:10:02 +02:00
|
|
|
struct value *arg = args[argnum];
|
2004-11-12 Andrew Cagney <cagney@gnu.org>
* sparc-tdep.c: Replace VALUE_TYPE with value_type.
* v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
* sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
* h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
* hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
* m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
* frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
2004-11-13 03:15:33 +01:00
|
|
|
struct type *arg_type = check_typedef (value_type (arg));
|
1999-04-16 03:35:26 +02:00
|
|
|
int len = TYPE_LENGTH (arg_type);
|
|
|
|
enum type_code typecode = TYPE_CODE (arg_type);
|
|
|
|
|
2000-06-17 17:18:21 +02:00
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog,
|
2003-05-31 17:17:05 +02:00
|
|
|
"mips_eabi_push_dummy_call: %d len=%d type=%d",
|
2000-07-11 13:02:11 +02:00
|
|
|
argnum + 1, len, (int) typecode);
|
2000-06-17 17:18:21 +02:00
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
/* The EABI passes structures that do not fit in a register by
|
2002-08-14 21:17:39 +02:00
|
|
|
reference. */
|
2004-04-29 21:42:01 +02:00
|
|
|
if (len > mips_abi_regsize (gdbarch)
|
2000-06-17 17:18:21 +02:00
|
|
|
&& (typecode == TYPE_CODE_STRUCT || typecode == TYPE_CODE_UNION))
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2004-04-29 21:42:01 +02:00
|
|
|
store_unsigned_integer (valbuf, mips_abi_regsize (gdbarch),
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
VALUE_ADDRESS (arg));
|
1999-04-16 03:35:26 +02:00
|
|
|
typecode = TYPE_CODE_PTR;
|
2004-04-29 21:42:01 +02:00
|
|
|
len = mips_abi_regsize (gdbarch);
|
1999-04-16 03:35:26 +02:00
|
|
|
val = valbuf;
|
2000-06-17 17:18:21 +02:00
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " push");
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
else
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
val = value_contents (arg);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
/* 32-bit ABIs always start floating point arguments in an
|
2000-07-11 13:02:11 +02:00
|
|
|
even-numbered floating point register. Round the FP register
|
|
|
|
up before the check to see if there are any FP registers
|
2002-08-14 21:17:39 +02:00
|
|
|
left. Non MIPS_EABI targets also pass the FP in the integer
|
|
|
|
registers so also round up normal registers. */
|
2004-04-30 01:39:52 +02:00
|
|
|
if (mips_abi_regsize (gdbarch) < 8
|
|
|
|
&& fp_register_arg_p (typecode, arg_type))
|
2000-07-11 13:02:11 +02:00
|
|
|
{
|
|
|
|
if ((float_argreg & 1))
|
|
|
|
float_argreg++;
|
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
/* Floating point arguments passed in registers have to be
|
|
|
|
treated specially. On 32-bit architectures, doubles
|
1999-07-07 22:19:36 +02:00
|
|
|
are passed in register pairs; the even register gets
|
|
|
|
the low word, and the odd register gets the high word.
|
|
|
|
On non-EABI processors, the first two floating point arguments are
|
|
|
|
also copied to general registers, because MIPS16 functions
|
|
|
|
don't use float registers for arguments. This duplication of
|
|
|
|
arguments in general registers can't hurt non-MIPS16 functions
|
|
|
|
because those registers are normally skipped. */
|
2001-06-04 09:53:08 +02:00
|
|
|
/* MIPS_EABI squeezes a struct that contains a single floating
|
|
|
|
point value into an FP register instead of pushing it onto the
|
2002-08-14 21:17:39 +02:00
|
|
|
stack. */
|
2000-06-23 09:44:00 +02:00
|
|
|
if (fp_register_arg_p (typecode, arg_type)
|
|
|
|
&& float_argreg <= MIPS_LAST_FP_ARG_REGNUM)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2006-06-19 20:50:09 +02:00
|
|
|
if (register_size (gdbarch, float_argreg) < 8 && len == 8)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2002-01-05 05:30:46 +01:00
|
|
|
int low_offset = TARGET_BYTE_ORDER == BFD_ENDIAN_BIG ? 4 : 0;
|
1999-04-16 03:35:26 +02:00
|
|
|
unsigned long regval;
|
|
|
|
|
|
|
|
/* Write the low word of the double to the even register(s). */
|
1999-07-07 22:19:36 +02:00
|
|
|
regval = extract_unsigned_integer (val + low_offset, 4);
|
2000-06-17 17:18:21 +02:00
|
|
|
if (mips_debug)
|
2000-07-11 13:02:11 +02:00
|
|
|
fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
|
2000-06-17 17:18:21 +02:00
|
|
|
float_argreg, phex (regval, 4));
|
1999-04-16 03:35:26 +02:00
|
|
|
write_register (float_argreg++, regval);
|
|
|
|
|
|
|
|
/* Write the high word of the double to the odd register(s). */
|
1999-07-07 22:19:36 +02:00
|
|
|
regval = extract_unsigned_integer (val + 4 - low_offset, 4);
|
2000-06-17 17:18:21 +02:00
|
|
|
if (mips_debug)
|
2000-07-11 13:02:11 +02:00
|
|
|
fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
|
2000-06-17 17:18:21 +02:00
|
|
|
float_argreg, phex (regval, 4));
|
1999-04-16 03:35:26 +02:00
|
|
|
write_register (float_argreg++, regval);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* This is a floating point value that fits entirely
|
|
|
|
in a single register. */
|
1999-08-24 00:40:00 +02:00
|
|
|
/* On 32 bit ABI's the float_argreg is further adjusted
|
2004-01-17 17:27:30 +01:00
|
|
|
above to ensure that it is even register aligned. */
|
2000-06-17 17:18:21 +02:00
|
|
|
LONGEST regval = extract_unsigned_integer (val, len);
|
|
|
|
if (mips_debug)
|
2000-07-11 13:02:11 +02:00
|
|
|
fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
|
2000-06-17 17:18:21 +02:00
|
|
|
float_argreg, phex (regval, len));
|
1999-04-16 03:35:26 +02:00
|
|
|
write_register (float_argreg++, regval);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* Copy the argument to general registers or the stack in
|
|
|
|
register-sized pieces. Large arguments are split between
|
|
|
|
registers and stack. */
|
2003-11-15 23:09:07 +01:00
|
|
|
/* Note: structs whose size is not a multiple of
|
2004-04-30 02:43:09 +02:00
|
|
|
mips_abi_regsize() are treated specially: Irix cc passes
|
|
|
|
them in registers where gcc sometimes puts them on the
|
|
|
|
stack. For maximum compatibility, we will put them in
|
|
|
|
both places. */
|
2004-04-29 21:42:01 +02:00
|
|
|
int odd_sized_struct = ((len > mips_abi_regsize (gdbarch))
|
|
|
|
&& (len % mips_abi_regsize (gdbarch) != 0));
|
2002-08-14 21:17:39 +02:00
|
|
|
|
2000-06-23 09:44:00 +02:00
|
|
|
/* Note: Floating-point values that didn't fit into an FP
|
2004-01-17 17:27:30 +01:00
|
|
|
register are only written to memory. */
|
1999-04-16 03:35:26 +02:00
|
|
|
while (len > 0)
|
|
|
|
{
|
2002-08-14 03:20:03 +02:00
|
|
|
/* Remember if the argument was written to the stack. */
|
2000-06-23 13:06:31 +02:00
|
|
|
int stack_used_p = 0;
|
2004-04-29 21:42:01 +02:00
|
|
|
int partial_len = (len < mips_abi_regsize (gdbarch)
|
|
|
|
? len : mips_abi_regsize (gdbarch));
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2000-07-11 13:02:11 +02:00
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " -- partial=%d",
|
|
|
|
partial_len);
|
|
|
|
|
2000-06-23 13:06:31 +02:00
|
|
|
/* Write this portion of the argument to the stack. */
|
2000-06-23 09:44:00 +02:00
|
|
|
if (argreg > MIPS_LAST_ARG_REGNUM
|
|
|
|
|| odd_sized_struct
|
|
|
|
|| fp_register_arg_p (typecode, arg_type))
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
|
|
|
/* Should shorter than int integer values be
|
|
|
|
promoted to int before being stored? */
|
|
|
|
int longword_offset = 0;
|
2000-06-17 17:18:21 +02:00
|
|
|
CORE_ADDR addr;
|
2000-06-23 13:06:31 +02:00
|
|
|
stack_used_p = 1;
|
2002-01-05 05:30:46 +01:00
|
|
|
if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
|
1999-04-26 20:34:20 +02:00
|
|
|
{
|
2004-04-29 21:42:01 +02:00
|
|
|
if (mips_stack_argsize (gdbarch) == 8
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
&& (typecode == TYPE_CODE_INT
|
|
|
|
|| typecode == TYPE_CODE_PTR
|
2004-01-17 17:27:30 +01:00
|
|
|
|| typecode == TYPE_CODE_FLT) && len <= 4)
|
2004-04-29 21:42:01 +02:00
|
|
|
longword_offset = mips_stack_argsize (gdbarch) - len;
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
else if ((typecode == TYPE_CODE_STRUCT
|
|
|
|
|| typecode == TYPE_CODE_UNION)
|
|
|
|
&& (TYPE_LENGTH (arg_type)
|
2004-04-29 21:42:01 +02:00
|
|
|
< mips_stack_argsize (gdbarch)))
|
|
|
|
longword_offset = mips_stack_argsize (gdbarch) - len;
|
1999-04-26 20:34:20 +02:00
|
|
|
}
|
1999-07-07 22:19:36 +02:00
|
|
|
|
2000-06-17 17:18:21 +02:00
|
|
|
if (mips_debug)
|
|
|
|
{
|
2002-08-10 02:34:04 +02:00
|
|
|
fprintf_unfiltered (gdb_stdlog, " - stack_offset=0x%s",
|
|
|
|
paddr_nz (stack_offset));
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " longword_offset=0x%s",
|
|
|
|
paddr_nz (longword_offset));
|
2000-06-17 17:18:21 +02:00
|
|
|
}
|
2002-05-11 16:18:15 +02:00
|
|
|
|
2000-06-17 17:18:21 +02:00
|
|
|
addr = sp + stack_offset + longword_offset;
|
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
{
|
|
|
|
int i;
|
2004-01-17 17:27:30 +01:00
|
|
|
fprintf_unfiltered (gdb_stdlog, " @0x%s ",
|
2002-08-10 02:34:04 +02:00
|
|
|
paddr_nz (addr));
|
2000-06-17 17:18:21 +02:00
|
|
|
for (i = 0; i < partial_len; i++)
|
|
|
|
{
|
2004-01-17 17:27:30 +01:00
|
|
|
fprintf_unfiltered (gdb_stdlog, "%02x",
|
2002-08-10 02:34:04 +02:00
|
|
|
val[i] & 0xff);
|
2000-06-17 17:18:21 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
write_memory (addr, val, partial_len);
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
2000-06-23 09:44:00 +02:00
|
|
|
/* Note!!! This is NOT an else clause. Odd sized
|
|
|
|
structs may go thru BOTH paths. Floating point
|
2002-08-14 21:17:39 +02:00
|
|
|
arguments will not. */
|
2000-06-23 13:06:31 +02:00
|
|
|
/* Write this portion of the argument to a general
|
2004-01-17 17:27:30 +01:00
|
|
|
purpose register. */
|
2000-06-23 09:44:00 +02:00
|
|
|
if (argreg <= MIPS_LAST_ARG_REGNUM
|
|
|
|
&& !fp_register_arg_p (typecode, arg_type))
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2004-01-17 17:27:30 +01:00
|
|
|
LONGEST regval =
|
|
|
|
extract_unsigned_integer (val, partial_len);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2000-06-17 17:18:21 +02:00
|
|
|
if (mips_debug)
|
2000-07-11 13:02:11 +02:00
|
|
|
fprintf_filtered (gdb_stdlog, " - reg=%d val=%s",
|
2000-06-17 17:18:21 +02:00
|
|
|
argreg,
|
2004-01-17 17:27:30 +01:00
|
|
|
phex (regval,
|
2004-04-29 21:42:01 +02:00
|
|
|
mips_abi_regsize (gdbarch)));
|
1999-04-16 03:35:26 +02:00
|
|
|
write_register (argreg, regval);
|
|
|
|
argreg++;
|
|
|
|
}
|
1999-07-07 22:19:36 +02:00
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
len -= partial_len;
|
|
|
|
val += partial_len;
|
|
|
|
|
2000-06-23 13:06:31 +02:00
|
|
|
/* Compute the the offset into the stack at which we
|
2004-01-17 17:27:30 +01:00
|
|
|
will copy the next parameter.
|
2000-06-23 13:06:31 +02:00
|
|
|
|
|
|
|
In the new EABI (and the NABI32), the stack_offset
|
2002-08-14 21:17:39 +02:00
|
|
|
only needs to be adjusted when it has been used. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2002-08-14 21:17:39 +02:00
|
|
|
if (stack_used_p)
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
stack_offset += align_up (partial_len,
|
2004-04-29 21:42:01 +02:00
|
|
|
mips_stack_argsize (gdbarch));
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
}
|
2000-06-17 17:18:21 +02:00
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, "\n");
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
2004-06-22 02:01:04 +02:00
|
|
|
regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp);
|
2003-06-01 21:02:19 +02:00
|
|
|
|
1999-06-14 20:08:47 +02:00
|
|
|
/* Return adjusted stack pointer. */
|
|
|
|
return sp;
|
|
|
|
}
|
|
|
|
|
2006-05-19 22:42:47 +02:00
|
|
|
/* Determine the return value convention being used. */
|
2004-01-17 17:27:30 +01:00
|
|
|
|
2004-10-30 18:27:43 +02:00
|
|
|
static enum return_value_convention
|
|
|
|
mips_eabi_return_value (struct gdbarch *gdbarch,
|
|
|
|
struct type *type, struct regcache *regcache,
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
gdb_byte *readbuf, const gdb_byte *writebuf)
|
2004-01-17 17:27:30 +01:00
|
|
|
{
|
2004-10-30 18:27:43 +02:00
|
|
|
if (TYPE_LENGTH (type) > 2 * mips_abi_regsize (gdbarch))
|
|
|
|
return RETURN_VALUE_STRUCT_CONVENTION;
|
|
|
|
if (readbuf)
|
|
|
|
memset (readbuf, 0, TYPE_LENGTH (type));
|
|
|
|
return RETURN_VALUE_REGISTER_CONVENTION;
|
2004-01-17 17:27:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* N32/N64 ABI stuff. */
|
2002-08-14 03:20:03 +02:00
|
|
|
|
2002-08-19 Michael Snyder <msnyder@redhat.com>
* config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
(MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
(FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
(CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
CALL_DUMMY_ADDRESS): Delete.
* mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
mips_msymbol_is_special, mips_fix_call_dummy): New functions.
(mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
push_dummy_frame, fix_call_dummy, init_extra_frame_info,
push_return_address.
(mips_register_raw_size, mips_eabi_use_struct_convention,
mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
mips_init_extra_frame_info, mips_eabi_push_arguments,
mips_n32n64_push_arguments, mips_push_return_address,
mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2002-08-20 23:58:44 +02:00
|
|
|
static CORE_ADDR
|
2004-06-07 04:02:55 +02:00
|
|
|
mips_n32n64_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
2004-01-17 17:27:30 +01:00
|
|
|
struct regcache *regcache, CORE_ADDR bp_addr,
|
|
|
|
int nargs, struct value **args, CORE_ADDR sp,
|
|
|
|
int struct_return, CORE_ADDR struct_addr)
|
2002-08-10 02:34:04 +02:00
|
|
|
{
|
|
|
|
int argreg;
|
|
|
|
int float_argreg;
|
|
|
|
int argnum;
|
|
|
|
int len = 0;
|
|
|
|
int stack_offset = 0;
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
|
2004-06-07 04:02:55 +02:00
|
|
|
CORE_ADDR func_addr = find_function_addr (function, NULL);
|
2002-08-10 02:34:04 +02:00
|
|
|
|
2003-05-31 17:17:05 +02:00
|
|
|
/* For shared libraries, "t9" needs to point at the function
|
|
|
|
address. */
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
regcache_cooked_write_signed (regcache, MIPS_T9_REGNUM, func_addr);
|
2003-05-31 17:17:05 +02:00
|
|
|
|
|
|
|
/* Set the return address register to point to the entry point of
|
|
|
|
the program, where a breakpoint lies in wait. */
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
regcache_cooked_write_signed (regcache, MIPS_RA_REGNUM, bp_addr);
|
2003-05-31 17:17:05 +02:00
|
|
|
|
2002-08-10 02:34:04 +02:00
|
|
|
/* First ensure that the stack and structure return address (if any)
|
|
|
|
are properly aligned. The stack has to be at least 64-bit
|
|
|
|
aligned even on 32-bit machines, because doubles must be 64-bit
|
|
|
|
aligned. For n32 and n64, stack frames need to be 128-bit
|
|
|
|
aligned, so we round to this widest known alignment. */
|
|
|
|
|
2003-09-19 18:22:39 +02:00
|
|
|
sp = align_down (sp, 16);
|
|
|
|
struct_addr = align_down (struct_addr, 16);
|
2002-08-10 02:34:04 +02:00
|
|
|
|
|
|
|
/* Now make space on the stack for the args. */
|
|
|
|
for (argnum = 0; argnum < nargs; argnum++)
|
2004-11-12 Andrew Cagney <cagney@gnu.org>
* sparc-tdep.c: Replace VALUE_TYPE with value_type.
* v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
* sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
* h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
* hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
* m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
* frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
2004-11-13 03:15:33 +01:00
|
|
|
len += align_up (TYPE_LENGTH (value_type (args[argnum])),
|
2004-04-29 21:42:01 +02:00
|
|
|
mips_stack_argsize (gdbarch));
|
2003-09-19 18:22:39 +02:00
|
|
|
sp -= align_up (len, 16);
|
2002-08-10 02:34:04 +02:00
|
|
|
|
|
|
|
if (mips_debug)
|
2004-01-17 17:27:30 +01:00
|
|
|
fprintf_unfiltered (gdb_stdlog,
|
2003-09-19 18:22:39 +02:00
|
|
|
"mips_n32n64_push_dummy_call: sp=0x%s allocated %ld\n",
|
|
|
|
paddr_nz (sp), (long) align_up (len, 16));
|
2002-08-10 02:34:04 +02:00
|
|
|
|
|
|
|
/* Initialize the integer and float register pointers. */
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
argreg = MIPS_A0_REGNUM;
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
float_argreg = mips_fpa0_regnum (current_gdbarch);
|
2002-08-10 02:34:04 +02:00
|
|
|
|
2002-08-14 21:17:39 +02:00
|
|
|
/* The struct_return pointer occupies the first parameter-passing reg. */
|
2002-08-10 02:34:04 +02:00
|
|
|
if (struct_return)
|
|
|
|
{
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog,
|
2003-05-31 17:17:05 +02:00
|
|
|
"mips_n32n64_push_dummy_call: struct_return reg=%d 0x%s\n",
|
2002-08-10 02:34:04 +02:00
|
|
|
argreg, paddr_nz (struct_addr));
|
|
|
|
write_register (argreg++, struct_addr);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Now load as many as possible of the first arguments into
|
|
|
|
registers, and push the rest onto the stack. Loop thru args
|
|
|
|
from first to last. */
|
|
|
|
for (argnum = 0; argnum < nargs; argnum++)
|
|
|
|
{
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
const gdb_byte *val;
|
2002-08-10 02:34:04 +02:00
|
|
|
struct value *arg = args[argnum];
|
2004-11-12 Andrew Cagney <cagney@gnu.org>
* sparc-tdep.c: Replace VALUE_TYPE with value_type.
* v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
* sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
* h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
* hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
* m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
* frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
2004-11-13 03:15:33 +01:00
|
|
|
struct type *arg_type = check_typedef (value_type (arg));
|
2002-08-10 02:34:04 +02:00
|
|
|
int len = TYPE_LENGTH (arg_type);
|
|
|
|
enum type_code typecode = TYPE_CODE (arg_type);
|
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog,
|
2003-05-31 17:17:05 +02:00
|
|
|
"mips_n32n64_push_dummy_call: %d len=%d type=%d",
|
2002-08-10 02:34:04 +02:00
|
|
|
argnum + 1, len, (int) typecode);
|
|
|
|
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
val = value_contents (arg);
|
2002-08-10 02:34:04 +02:00
|
|
|
|
|
|
|
if (fp_register_arg_p (typecode, arg_type)
|
|
|
|
&& float_argreg <= MIPS_LAST_FP_ARG_REGNUM)
|
|
|
|
{
|
|
|
|
/* This is a floating point value that fits entirely
|
|
|
|
in a single register. */
|
|
|
|
/* On 32 bit ABI's the float_argreg is further adjusted
|
|
|
|
above to ensure that it is even register aligned. */
|
|
|
|
LONGEST regval = extract_unsigned_integer (val, len);
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
|
|
|
|
float_argreg, phex (regval, len));
|
|
|
|
write_register (float_argreg++, regval);
|
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - reg=%d val=%s",
|
|
|
|
argreg, phex (regval, len));
|
|
|
|
write_register (argreg, regval);
|
|
|
|
argreg += 1;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* Copy the argument to general registers or the stack in
|
|
|
|
register-sized pieces. Large arguments are split between
|
|
|
|
registers and stack. */
|
2003-11-15 23:09:07 +01:00
|
|
|
/* Note: structs whose size is not a multiple of
|
2004-04-30 02:43:09 +02:00
|
|
|
mips_abi_regsize() are treated specially: Irix cc passes
|
|
|
|
them in registers where gcc sometimes puts them on the
|
|
|
|
stack. For maximum compatibility, we will put them in
|
|
|
|
both places. */
|
2004-04-29 21:42:01 +02:00
|
|
|
int odd_sized_struct = ((len > mips_abi_regsize (gdbarch))
|
|
|
|
&& (len % mips_abi_regsize (gdbarch) != 0));
|
2002-08-10 02:34:04 +02:00
|
|
|
/* Note: Floating-point values that didn't fit into an FP
|
2004-01-17 17:27:30 +01:00
|
|
|
register are only written to memory. */
|
2002-08-10 02:34:04 +02:00
|
|
|
while (len > 0)
|
|
|
|
{
|
|
|
|
/* Rememer if the argument was written to the stack. */
|
|
|
|
int stack_used_p = 0;
|
2004-04-29 21:42:01 +02:00
|
|
|
int partial_len = (len < mips_abi_regsize (gdbarch)
|
|
|
|
? len : mips_abi_regsize (gdbarch));
|
2002-08-10 02:34:04 +02:00
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " -- partial=%d",
|
|
|
|
partial_len);
|
|
|
|
|
|
|
|
/* Write this portion of the argument to the stack. */
|
|
|
|
if (argreg > MIPS_LAST_ARG_REGNUM
|
|
|
|
|| odd_sized_struct
|
|
|
|
|| fp_register_arg_p (typecode, arg_type))
|
|
|
|
{
|
|
|
|
/* Should shorter than int integer values be
|
|
|
|
promoted to int before being stored? */
|
|
|
|
int longword_offset = 0;
|
|
|
|
CORE_ADDR addr;
|
|
|
|
stack_used_p = 1;
|
|
|
|
if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
|
|
|
|
{
|
2004-04-29 21:42:01 +02:00
|
|
|
if (mips_stack_argsize (gdbarch) == 8
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
&& (typecode == TYPE_CODE_INT
|
|
|
|
|| typecode == TYPE_CODE_PTR
|
2004-01-17 17:27:30 +01:00
|
|
|
|| typecode == TYPE_CODE_FLT) && len <= 4)
|
2004-04-29 21:42:01 +02:00
|
|
|
longword_offset = mips_stack_argsize (gdbarch) - len;
|
2002-08-10 02:34:04 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
{
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - stack_offset=0x%s",
|
|
|
|
paddr_nz (stack_offset));
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " longword_offset=0x%s",
|
|
|
|
paddr_nz (longword_offset));
|
|
|
|
}
|
|
|
|
|
|
|
|
addr = sp + stack_offset + longword_offset;
|
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
{
|
|
|
|
int i;
|
2004-01-17 17:27:30 +01:00
|
|
|
fprintf_unfiltered (gdb_stdlog, " @0x%s ",
|
2002-08-10 02:34:04 +02:00
|
|
|
paddr_nz (addr));
|
|
|
|
for (i = 0; i < partial_len; i++)
|
|
|
|
{
|
2004-01-17 17:27:30 +01:00
|
|
|
fprintf_unfiltered (gdb_stdlog, "%02x",
|
2002-08-10 02:34:04 +02:00
|
|
|
val[i] & 0xff);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
write_memory (addr, val, partial_len);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Note!!! This is NOT an else clause. Odd sized
|
|
|
|
structs may go thru BOTH paths. Floating point
|
|
|
|
arguments will not. */
|
|
|
|
/* Write this portion of the argument to a general
|
2004-01-17 17:27:30 +01:00
|
|
|
purpose register. */
|
2002-08-10 02:34:04 +02:00
|
|
|
if (argreg <= MIPS_LAST_ARG_REGNUM
|
|
|
|
&& !fp_register_arg_p (typecode, arg_type))
|
|
|
|
{
|
2004-01-17 17:27:30 +01:00
|
|
|
LONGEST regval =
|
|
|
|
extract_unsigned_integer (val, partial_len);
|
2002-08-10 02:34:04 +02:00
|
|
|
|
|
|
|
/* A non-floating-point argument being passed in a
|
|
|
|
general register. If a struct or union, and if
|
|
|
|
the remaining length is smaller than the register
|
|
|
|
size, we have to adjust the register value on
|
|
|
|
big endian targets.
|
|
|
|
|
|
|
|
It does not seem to be necessary to do the
|
|
|
|
same for integral types.
|
|
|
|
|
|
|
|
cagney/2001-07-23: gdb/179: Also, GCC, when
|
|
|
|
outputting LE O32 with sizeof (struct) <
|
2004-04-29 20:28:43 +02:00
|
|
|
mips_abi_regsize(), generates a left shift as
|
2002-08-10 02:34:04 +02:00
|
|
|
part of storing the argument in a register a
|
|
|
|
register (the left shift isn't generated when
|
2004-04-29 20:28:43 +02:00
|
|
|
sizeof (struct) >= mips_abi_regsize()). Since
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
it is quite possible that this is GCC
|
|
|
|
contradicting the LE/O32 ABI, GDB has not been
|
|
|
|
adjusted to accommodate this. Either someone
|
|
|
|
needs to demonstrate that the LE/O32 ABI
|
|
|
|
specifies such a left shift OR this new ABI gets
|
|
|
|
identified as such and GDB gets tweaked
|
|
|
|
accordingly. */
|
2002-08-10 02:34:04 +02:00
|
|
|
|
|
|
|
if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG
|
2004-04-29 21:42:01 +02:00
|
|
|
&& partial_len < mips_abi_regsize (gdbarch)
|
2002-08-10 02:34:04 +02:00
|
|
|
&& (typecode == TYPE_CODE_STRUCT ||
|
|
|
|
typecode == TYPE_CODE_UNION))
|
2004-04-29 21:42:01 +02:00
|
|
|
regval <<= ((mips_abi_regsize (gdbarch) - partial_len) *
|
2002-08-10 02:34:04 +02:00
|
|
|
TARGET_CHAR_BIT);
|
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_filtered (gdb_stdlog, " - reg=%d val=%s",
|
|
|
|
argreg,
|
2004-01-17 17:27:30 +01:00
|
|
|
phex (regval,
|
2004-04-29 21:42:01 +02:00
|
|
|
mips_abi_regsize (gdbarch)));
|
2002-08-10 02:34:04 +02:00
|
|
|
write_register (argreg, regval);
|
|
|
|
argreg++;
|
|
|
|
}
|
|
|
|
|
|
|
|
len -= partial_len;
|
|
|
|
val += partial_len;
|
|
|
|
|
|
|
|
/* Compute the the offset into the stack at which we
|
2004-01-17 17:27:30 +01:00
|
|
|
will copy the next parameter.
|
2002-08-10 02:34:04 +02:00
|
|
|
|
|
|
|
In N32 (N64?), the stack_offset only needs to be
|
|
|
|
adjusted when it has been used. */
|
|
|
|
|
|
|
|
if (stack_used_p)
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
stack_offset += align_up (partial_len,
|
2004-04-29 21:42:01 +02:00
|
|
|
mips_stack_argsize (gdbarch));
|
2002-08-10 02:34:04 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, "\n");
|
|
|
|
}
|
|
|
|
|
2004-06-22 02:01:04 +02:00
|
|
|
regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp);
|
2003-06-01 21:02:19 +02:00
|
|
|
|
2002-08-10 02:34:04 +02:00
|
|
|
/* Return adjusted stack pointer. */
|
|
|
|
return sp;
|
|
|
|
}
|
|
|
|
|
2004-01-17 17:27:30 +01:00
|
|
|
static enum return_value_convention
|
|
|
|
mips_n32n64_return_value (struct gdbarch *gdbarch,
|
|
|
|
struct type *type, struct regcache *regcache,
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
gdb_byte *readbuf, const gdb_byte *writebuf)
|
2002-08-14 03:20:03 +02:00
|
|
|
{
|
2004-01-17 17:27:30 +01:00
|
|
|
struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
|
|
|
|
if (TYPE_CODE (type) == TYPE_CODE_STRUCT
|
|
|
|
|| TYPE_CODE (type) == TYPE_CODE_UNION
|
|
|
|
|| TYPE_CODE (type) == TYPE_CODE_ARRAY
|
2004-04-29 21:42:01 +02:00
|
|
|
|| TYPE_LENGTH (type) > 2 * mips_abi_regsize (gdbarch))
|
2004-01-17 17:27:30 +01:00
|
|
|
return RETURN_VALUE_STRUCT_CONVENTION;
|
2006-03-15 17:37:52 +01:00
|
|
|
else if (TYPE_CODE (type) == TYPE_CODE_FLT
|
|
|
|
&& TYPE_LENGTH (type) == 16
|
|
|
|
&& tdep->mips_fpu_type != MIPS_FPU_NONE)
|
|
|
|
{
|
|
|
|
/* A 128-bit floating-point value fills both $f0 and $f2. The
|
|
|
|
two registers are used in the same as memory order, so the
|
|
|
|
eight bytes with the lower memory address are in $f0. */
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stderr, "Return float in $f0 and $f2\n");
|
|
|
|
mips_xfer_register (regcache,
|
|
|
|
NUM_REGS + mips_regnum (current_gdbarch)->fp0,
|
|
|
|
8, TARGET_BYTE_ORDER, readbuf, writebuf, 0);
|
|
|
|
mips_xfer_register (regcache,
|
|
|
|
NUM_REGS + mips_regnum (current_gdbarch)->fp0 + 2,
|
|
|
|
8, TARGET_BYTE_ORDER, readbuf ? readbuf + 8 : readbuf,
|
|
|
|
writebuf ? writebuf + 8 : writebuf, 0);
|
|
|
|
return RETURN_VALUE_REGISTER_CONVENTION;
|
|
|
|
}
|
2004-01-17 17:27:30 +01:00
|
|
|
else if (TYPE_CODE (type) == TYPE_CODE_FLT
|
|
|
|
&& tdep->mips_fpu_type != MIPS_FPU_NONE)
|
|
|
|
{
|
|
|
|
/* A floating-point value belongs in the least significant part
|
|
|
|
of FP0. */
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stderr, "Return float in $fp0\n");
|
|
|
|
mips_xfer_register (regcache,
|
|
|
|
NUM_REGS + mips_regnum (current_gdbarch)->fp0,
|
|
|
|
TYPE_LENGTH (type),
|
|
|
|
TARGET_BYTE_ORDER, readbuf, writebuf, 0);
|
|
|
|
return RETURN_VALUE_REGISTER_CONVENTION;
|
|
|
|
}
|
|
|
|
else if (TYPE_CODE (type) == TYPE_CODE_STRUCT
|
|
|
|
&& TYPE_NFIELDS (type) <= 2
|
|
|
|
&& TYPE_NFIELDS (type) >= 1
|
|
|
|
&& ((TYPE_NFIELDS (type) == 1
|
|
|
|
&& (TYPE_CODE (TYPE_FIELD_TYPE (type, 0))
|
|
|
|
== TYPE_CODE_FLT))
|
|
|
|
|| (TYPE_NFIELDS (type) == 2
|
|
|
|
&& (TYPE_CODE (TYPE_FIELD_TYPE (type, 0))
|
|
|
|
== TYPE_CODE_FLT)
|
|
|
|
&& (TYPE_CODE (TYPE_FIELD_TYPE (type, 1))
|
|
|
|
== TYPE_CODE_FLT)))
|
|
|
|
&& tdep->mips_fpu_type != MIPS_FPU_NONE)
|
|
|
|
{
|
|
|
|
/* A struct that contains one or two floats. Each value is part
|
|
|
|
in the least significant part of their floating point
|
|
|
|
register.. */
|
|
|
|
int regnum;
|
|
|
|
int field;
|
|
|
|
for (field = 0, regnum = mips_regnum (current_gdbarch)->fp0;
|
|
|
|
field < TYPE_NFIELDS (type); field++, regnum += 2)
|
|
|
|
{
|
|
|
|
int offset = (FIELD_BITPOS (TYPE_FIELDS (type)[field])
|
|
|
|
/ TARGET_CHAR_BIT);
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stderr, "Return float struct+%d\n",
|
|
|
|
offset);
|
|
|
|
mips_xfer_register (regcache, NUM_REGS + regnum,
|
|
|
|
TYPE_LENGTH (TYPE_FIELD_TYPE (type, field)),
|
|
|
|
TARGET_BYTE_ORDER, readbuf, writebuf, offset);
|
|
|
|
}
|
|
|
|
return RETURN_VALUE_REGISTER_CONVENTION;
|
|
|
|
}
|
|
|
|
else if (TYPE_CODE (type) == TYPE_CODE_STRUCT
|
|
|
|
|| TYPE_CODE (type) == TYPE_CODE_UNION)
|
|
|
|
{
|
|
|
|
/* A structure or union. Extract the left justified value,
|
|
|
|
regardless of the byte order. I.e. DO NOT USE
|
|
|
|
mips_xfer_lower. */
|
|
|
|
int offset;
|
|
|
|
int regnum;
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
for (offset = 0, regnum = MIPS_V0_REGNUM;
|
2004-01-17 17:27:30 +01:00
|
|
|
offset < TYPE_LENGTH (type);
|
|
|
|
offset += register_size (current_gdbarch, regnum), regnum++)
|
|
|
|
{
|
|
|
|
int xfer = register_size (current_gdbarch, regnum);
|
|
|
|
if (offset + xfer > TYPE_LENGTH (type))
|
|
|
|
xfer = TYPE_LENGTH (type) - offset;
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stderr, "Return struct+%d:%d in $%d\n",
|
|
|
|
offset, xfer, regnum);
|
|
|
|
mips_xfer_register (regcache, NUM_REGS + regnum, xfer,
|
|
|
|
BFD_ENDIAN_UNKNOWN, readbuf, writebuf, offset);
|
|
|
|
}
|
|
|
|
return RETURN_VALUE_REGISTER_CONVENTION;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* A scalar extract each part but least-significant-byte
|
|
|
|
justified. */
|
|
|
|
int offset;
|
|
|
|
int regnum;
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
for (offset = 0, regnum = MIPS_V0_REGNUM;
|
2004-01-17 17:27:30 +01:00
|
|
|
offset < TYPE_LENGTH (type);
|
|
|
|
offset += register_size (current_gdbarch, regnum), regnum++)
|
|
|
|
{
|
|
|
|
int xfer = register_size (current_gdbarch, regnum);
|
|
|
|
if (offset + xfer > TYPE_LENGTH (type))
|
|
|
|
xfer = TYPE_LENGTH (type) - offset;
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stderr, "Return scalar+%d:%d in $%d\n",
|
|
|
|
offset, xfer, regnum);
|
|
|
|
mips_xfer_register (regcache, NUM_REGS + regnum, xfer,
|
|
|
|
TARGET_BYTE_ORDER, readbuf, writebuf, offset);
|
|
|
|
}
|
|
|
|
return RETURN_VALUE_REGISTER_CONVENTION;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* O32 ABI stuff. */
|
|
|
|
|
|
|
|
static CORE_ADDR
|
2004-06-07 04:02:55 +02:00
|
|
|
mips_o32_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
2004-01-17 17:27:30 +01:00
|
|
|
struct regcache *regcache, CORE_ADDR bp_addr,
|
|
|
|
int nargs, struct value **args, CORE_ADDR sp,
|
|
|
|
int struct_return, CORE_ADDR struct_addr)
|
|
|
|
{
|
|
|
|
int argreg;
|
|
|
|
int float_argreg;
|
|
|
|
int argnum;
|
|
|
|
int len = 0;
|
|
|
|
int stack_offset = 0;
|
|
|
|
struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
|
2004-06-07 04:02:55 +02:00
|
|
|
CORE_ADDR func_addr = find_function_addr (function, NULL);
|
2004-01-17 17:27:30 +01:00
|
|
|
|
|
|
|
/* For shared libraries, "t9" needs to point at the function
|
|
|
|
address. */
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
regcache_cooked_write_signed (regcache, MIPS_T9_REGNUM, func_addr);
|
2004-01-17 17:27:30 +01:00
|
|
|
|
|
|
|
/* Set the return address register to point to the entry point of
|
|
|
|
the program, where a breakpoint lies in wait. */
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
regcache_cooked_write_signed (regcache, MIPS_RA_REGNUM, bp_addr);
|
2004-01-17 17:27:30 +01:00
|
|
|
|
|
|
|
/* First ensure that the stack and structure return address (if any)
|
|
|
|
are properly aligned. The stack has to be at least 64-bit
|
|
|
|
aligned even on 32-bit machines, because doubles must be 64-bit
|
2002-08-14 03:20:03 +02:00
|
|
|
aligned. For n32 and n64, stack frames need to be 128-bit
|
|
|
|
aligned, so we round to this widest known alignment. */
|
|
|
|
|
2003-09-19 18:22:39 +02:00
|
|
|
sp = align_down (sp, 16);
|
|
|
|
struct_addr = align_down (struct_addr, 16);
|
2002-08-14 03:20:03 +02:00
|
|
|
|
|
|
|
/* Now make space on the stack for the args. */
|
|
|
|
for (argnum = 0; argnum < nargs; argnum++)
|
2004-11-12 Andrew Cagney <cagney@gnu.org>
* sparc-tdep.c: Replace VALUE_TYPE with value_type.
* v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
* sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
* h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
* hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
* m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
* frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
2004-11-13 03:15:33 +01:00
|
|
|
len += align_up (TYPE_LENGTH (value_type (args[argnum])),
|
2004-04-29 21:42:01 +02:00
|
|
|
mips_stack_argsize (gdbarch));
|
2003-09-19 18:22:39 +02:00
|
|
|
sp -= align_up (len, 16);
|
2002-08-14 03:20:03 +02:00
|
|
|
|
|
|
|
if (mips_debug)
|
2004-01-17 17:27:30 +01:00
|
|
|
fprintf_unfiltered (gdb_stdlog,
|
2003-09-19 18:22:39 +02:00
|
|
|
"mips_o32_push_dummy_call: sp=0x%s allocated %ld\n",
|
|
|
|
paddr_nz (sp), (long) align_up (len, 16));
|
2002-08-14 03:20:03 +02:00
|
|
|
|
|
|
|
/* Initialize the integer and float register pointers. */
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
argreg = MIPS_A0_REGNUM;
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
float_argreg = mips_fpa0_regnum (current_gdbarch);
|
2002-08-14 03:20:03 +02:00
|
|
|
|
2002-08-16 04:36:49 +02:00
|
|
|
/* The struct_return pointer occupies the first parameter-passing reg. */
|
2002-08-14 03:20:03 +02:00
|
|
|
if (struct_return)
|
|
|
|
{
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog,
|
2003-05-31 17:17:05 +02:00
|
|
|
"mips_o32_push_dummy_call: struct_return reg=%d 0x%s\n",
|
2002-08-14 03:20:03 +02:00
|
|
|
argreg, paddr_nz (struct_addr));
|
|
|
|
write_register (argreg++, struct_addr);
|
2004-04-29 21:42:01 +02:00
|
|
|
stack_offset += mips_stack_argsize (gdbarch);
|
2002-08-14 03:20:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Now load as many as possible of the first arguments into
|
|
|
|
registers, and push the rest onto the stack. Loop thru args
|
|
|
|
from first to last. */
|
|
|
|
for (argnum = 0; argnum < nargs; argnum++)
|
|
|
|
{
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
const gdb_byte *val;
|
2002-08-14 03:20:03 +02:00
|
|
|
struct value *arg = args[argnum];
|
2004-11-12 Andrew Cagney <cagney@gnu.org>
* sparc-tdep.c: Replace VALUE_TYPE with value_type.
* v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
* sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
* h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
* hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
* m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
* frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
2004-11-13 03:15:33 +01:00
|
|
|
struct type *arg_type = check_typedef (value_type (arg));
|
2002-08-14 03:20:03 +02:00
|
|
|
int len = TYPE_LENGTH (arg_type);
|
|
|
|
enum type_code typecode = TYPE_CODE (arg_type);
|
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog,
|
2003-05-31 17:17:05 +02:00
|
|
|
"mips_o32_push_dummy_call: %d len=%d type=%d",
|
2002-08-18 20:59:53 +02:00
|
|
|
argnum + 1, len, (int) typecode);
|
|
|
|
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
val = value_contents (arg);
|
2002-08-18 20:59:53 +02:00
|
|
|
|
|
|
|
/* 32-bit ABIs always start floating point arguments in an
|
|
|
|
even-numbered floating point register. Round the FP register
|
|
|
|
up before the check to see if there are any FP registers
|
|
|
|
left. O32/O64 targets also pass the FP in the integer
|
|
|
|
registers so also round up normal registers. */
|
2004-04-30 01:39:52 +02:00
|
|
|
if (mips_abi_regsize (gdbarch) < 8
|
|
|
|
&& fp_register_arg_p (typecode, arg_type))
|
2002-08-18 20:59:53 +02:00
|
|
|
{
|
|
|
|
if ((float_argreg & 1))
|
|
|
|
float_argreg++;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Floating point arguments passed in registers have to be
|
|
|
|
treated specially. On 32-bit architectures, doubles
|
|
|
|
are passed in register pairs; the even register gets
|
|
|
|
the low word, and the odd register gets the high word.
|
|
|
|
On O32/O64, the first two floating point arguments are
|
|
|
|
also copied to general registers, because MIPS16 functions
|
|
|
|
don't use float registers for arguments. This duplication of
|
|
|
|
arguments in general registers can't hurt non-MIPS16 functions
|
|
|
|
because those registers are normally skipped. */
|
|
|
|
|
|
|
|
if (fp_register_arg_p (typecode, arg_type)
|
|
|
|
&& float_argreg <= MIPS_LAST_FP_ARG_REGNUM)
|
|
|
|
{
|
2006-06-19 20:50:09 +02:00
|
|
|
if (register_size (gdbarch, float_argreg) < 8 && len == 8)
|
2002-08-18 20:59:53 +02:00
|
|
|
{
|
|
|
|
int low_offset = TARGET_BYTE_ORDER == BFD_ENDIAN_BIG ? 4 : 0;
|
|
|
|
unsigned long regval;
|
|
|
|
|
|
|
|
/* Write the low word of the double to the even register(s). */
|
|
|
|
regval = extract_unsigned_integer (val + low_offset, 4);
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
|
|
|
|
float_argreg, phex (regval, 4));
|
|
|
|
write_register (float_argreg++, regval);
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - reg=%d val=%s",
|
|
|
|
argreg, phex (regval, 4));
|
|
|
|
write_register (argreg++, regval);
|
|
|
|
|
|
|
|
/* Write the high word of the double to the odd register(s). */
|
|
|
|
regval = extract_unsigned_integer (val + 4 - low_offset, 4);
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
|
|
|
|
float_argreg, phex (regval, 4));
|
|
|
|
write_register (float_argreg++, regval);
|
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - reg=%d val=%s",
|
|
|
|
argreg, phex (regval, 4));
|
|
|
|
write_register (argreg++, regval);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* This is a floating point value that fits entirely
|
|
|
|
in a single register. */
|
|
|
|
/* On 32 bit ABI's the float_argreg is further adjusted
|
2004-01-17 17:27:30 +01:00
|
|
|
above to ensure that it is even register aligned. */
|
2002-08-18 20:59:53 +02:00
|
|
|
LONGEST regval = extract_unsigned_integer (val, len);
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
|
|
|
|
float_argreg, phex (regval, len));
|
|
|
|
write_register (float_argreg++, regval);
|
|
|
|
/* CAGNEY: 32 bit MIPS ABI's always reserve two FP
|
2004-01-17 17:27:30 +01:00
|
|
|
registers for each argument. The below is (my
|
|
|
|
guess) to ensure that the corresponding integer
|
|
|
|
register has reserved the same space. */
|
2002-08-18 20:59:53 +02:00
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - reg=%d val=%s",
|
|
|
|
argreg, phex (regval, len));
|
|
|
|
write_register (argreg, regval);
|
2004-04-30 01:39:52 +02:00
|
|
|
argreg += (mips_abi_regsize (gdbarch) == 8) ? 1 : 2;
|
2002-08-18 20:59:53 +02:00
|
|
|
}
|
|
|
|
/* Reserve space for the FP register. */
|
2004-04-29 21:42:01 +02:00
|
|
|
stack_offset += align_up (len, mips_stack_argsize (gdbarch));
|
2002-08-18 20:59:53 +02:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* Copy the argument to general registers or the stack in
|
|
|
|
register-sized pieces. Large arguments are split between
|
|
|
|
registers and stack. */
|
2003-11-15 23:09:07 +01:00
|
|
|
/* Note: structs whose size is not a multiple of
|
2004-04-30 02:43:09 +02:00
|
|
|
mips_abi_regsize() are treated specially: Irix cc passes
|
|
|
|
them in registers where gcc sometimes puts them on the
|
|
|
|
stack. For maximum compatibility, we will put them in
|
|
|
|
both places. */
|
2004-04-29 21:42:01 +02:00
|
|
|
int odd_sized_struct = ((len > mips_abi_regsize (gdbarch))
|
|
|
|
&& (len % mips_abi_regsize (gdbarch) != 0));
|
2002-08-18 20:59:53 +02:00
|
|
|
/* Structures should be aligned to eight bytes (even arg registers)
|
|
|
|
on MIPS_ABI_O32, if their first member has double precision. */
|
2004-04-29 21:42:01 +02:00
|
|
|
if (mips_abi_regsize (gdbarch) < 8
|
2002-08-18 20:59:53 +02:00
|
|
|
&& mips_type_needs_double_align (arg_type))
|
|
|
|
{
|
|
|
|
if ((argreg & 1))
|
2004-01-17 17:27:30 +01:00
|
|
|
argreg++;
|
2002-08-18 20:59:53 +02:00
|
|
|
}
|
|
|
|
/* Note: Floating-point values that didn't fit into an FP
|
2004-01-17 17:27:30 +01:00
|
|
|
register are only written to memory. */
|
2002-08-18 20:59:53 +02:00
|
|
|
while (len > 0)
|
|
|
|
{
|
|
|
|
/* Remember if the argument was written to the stack. */
|
|
|
|
int stack_used_p = 0;
|
2004-04-29 21:42:01 +02:00
|
|
|
int partial_len = (len < mips_abi_regsize (gdbarch)
|
|
|
|
? len : mips_abi_regsize (gdbarch));
|
2002-08-18 20:59:53 +02:00
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " -- partial=%d",
|
|
|
|
partial_len);
|
|
|
|
|
|
|
|
/* Write this portion of the argument to the stack. */
|
|
|
|
if (argreg > MIPS_LAST_ARG_REGNUM
|
|
|
|
|| odd_sized_struct
|
|
|
|
|| fp_register_arg_p (typecode, arg_type))
|
|
|
|
{
|
|
|
|
/* Should shorter than int integer values be
|
|
|
|
promoted to int before being stored? */
|
|
|
|
int longword_offset = 0;
|
|
|
|
CORE_ADDR addr;
|
|
|
|
stack_used_p = 1;
|
|
|
|
if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
|
|
|
|
{
|
2004-04-29 21:42:01 +02:00
|
|
|
if (mips_stack_argsize (gdbarch) == 8
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
&& (typecode == TYPE_CODE_INT
|
|
|
|
|| typecode == TYPE_CODE_PTR
|
2004-01-17 17:27:30 +01:00
|
|
|
|| typecode == TYPE_CODE_FLT) && len <= 4)
|
2004-04-29 21:42:01 +02:00
|
|
|
longword_offset = mips_stack_argsize (gdbarch) - len;
|
2002-08-18 20:59:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
{
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - stack_offset=0x%s",
|
|
|
|
paddr_nz (stack_offset));
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " longword_offset=0x%s",
|
|
|
|
paddr_nz (longword_offset));
|
|
|
|
}
|
|
|
|
|
|
|
|
addr = sp + stack_offset + longword_offset;
|
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
{
|
|
|
|
int i;
|
2004-01-17 17:27:30 +01:00
|
|
|
fprintf_unfiltered (gdb_stdlog, " @0x%s ",
|
2002-08-18 20:59:53 +02:00
|
|
|
paddr_nz (addr));
|
|
|
|
for (i = 0; i < partial_len; i++)
|
|
|
|
{
|
2004-01-17 17:27:30 +01:00
|
|
|
fprintf_unfiltered (gdb_stdlog, "%02x",
|
2002-08-18 20:59:53 +02:00
|
|
|
val[i] & 0xff);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
write_memory (addr, val, partial_len);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Note!!! This is NOT an else clause. Odd sized
|
|
|
|
structs may go thru BOTH paths. Floating point
|
|
|
|
arguments will not. */
|
|
|
|
/* Write this portion of the argument to a general
|
2004-01-17 17:27:30 +01:00
|
|
|
purpose register. */
|
2002-08-18 20:59:53 +02:00
|
|
|
if (argreg <= MIPS_LAST_ARG_REGNUM
|
|
|
|
&& !fp_register_arg_p (typecode, arg_type))
|
|
|
|
{
|
|
|
|
LONGEST regval = extract_signed_integer (val, partial_len);
|
2003-11-15 23:09:07 +01:00
|
|
|
/* Value may need to be sign extended, because
|
2004-04-29 20:28:43 +02:00
|
|
|
mips_isa_regsize() != mips_abi_regsize(). */
|
2002-08-18 20:59:53 +02:00
|
|
|
|
|
|
|
/* A non-floating-point argument being passed in a
|
|
|
|
general register. If a struct or union, and if
|
|
|
|
the remaining length is smaller than the register
|
|
|
|
size, we have to adjust the register value on
|
|
|
|
big endian targets.
|
|
|
|
|
|
|
|
It does not seem to be necessary to do the
|
|
|
|
same for integral types.
|
|
|
|
|
|
|
|
Also don't do this adjustment on O64 binaries.
|
|
|
|
|
|
|
|
cagney/2001-07-23: gdb/179: Also, GCC, when
|
|
|
|
outputting LE O32 with sizeof (struct) <
|
2004-04-29 20:28:43 +02:00
|
|
|
mips_abi_regsize(), generates a left shift as
|
2002-08-18 20:59:53 +02:00
|
|
|
part of storing the argument in a register a
|
|
|
|
register (the left shift isn't generated when
|
2004-04-29 20:28:43 +02:00
|
|
|
sizeof (struct) >= mips_abi_regsize()). Since
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
it is quite possible that this is GCC
|
|
|
|
contradicting the LE/O32 ABI, GDB has not been
|
|
|
|
adjusted to accommodate this. Either someone
|
|
|
|
needs to demonstrate that the LE/O32 ABI
|
|
|
|
specifies such a left shift OR this new ABI gets
|
|
|
|
identified as such and GDB gets tweaked
|
|
|
|
accordingly. */
|
|
|
|
|
2004-04-29 21:42:01 +02:00
|
|
|
if (mips_abi_regsize (gdbarch) < 8
|
2002-08-18 20:59:53 +02:00
|
|
|
&& TARGET_BYTE_ORDER == BFD_ENDIAN_BIG
|
2004-04-29 21:42:01 +02:00
|
|
|
&& partial_len < mips_abi_regsize (gdbarch)
|
2002-08-18 20:59:53 +02:00
|
|
|
&& (typecode == TYPE_CODE_STRUCT ||
|
|
|
|
typecode == TYPE_CODE_UNION))
|
2004-04-29 21:42:01 +02:00
|
|
|
regval <<= ((mips_abi_regsize (gdbarch) - partial_len) *
|
2002-08-18 20:59:53 +02:00
|
|
|
TARGET_CHAR_BIT);
|
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_filtered (gdb_stdlog, " - reg=%d val=%s",
|
|
|
|
argreg,
|
2004-01-17 17:27:30 +01:00
|
|
|
phex (regval,
|
2004-04-29 21:42:01 +02:00
|
|
|
mips_abi_regsize (gdbarch)));
|
2002-08-18 20:59:53 +02:00
|
|
|
write_register (argreg, regval);
|
|
|
|
argreg++;
|
|
|
|
|
|
|
|
/* Prevent subsequent floating point arguments from
|
|
|
|
being passed in floating point registers. */
|
|
|
|
float_argreg = MIPS_LAST_FP_ARG_REGNUM + 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
len -= partial_len;
|
|
|
|
val += partial_len;
|
|
|
|
|
|
|
|
/* Compute the the offset into the stack at which we
|
2004-01-17 17:27:30 +01:00
|
|
|
will copy the next parameter.
|
2002-08-18 20:59:53 +02:00
|
|
|
|
2004-01-17 17:27:30 +01:00
|
|
|
In older ABIs, the caller reserved space for
|
|
|
|
registers that contained arguments. This was loosely
|
|
|
|
refered to as their "home". Consequently, space is
|
|
|
|
always allocated. */
|
2002-08-18 20:59:53 +02:00
|
|
|
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
stack_offset += align_up (partial_len,
|
2004-04-29 21:42:01 +02:00
|
|
|
mips_stack_argsize (gdbarch));
|
2002-08-18 20:59:53 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, "\n");
|
|
|
|
}
|
|
|
|
|
2004-06-22 02:01:04 +02:00
|
|
|
regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp);
|
2003-06-01 21:02:19 +02:00
|
|
|
|
2002-08-18 20:59:53 +02:00
|
|
|
/* Return adjusted stack pointer. */
|
|
|
|
return sp;
|
|
|
|
}
|
|
|
|
|
2004-01-17 17:27:30 +01:00
|
|
|
static enum return_value_convention
|
|
|
|
mips_o32_return_value (struct gdbarch *gdbarch, struct type *type,
|
|
|
|
struct regcache *regcache,
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
gdb_byte *readbuf, const gdb_byte *writebuf)
|
2004-01-17 17:27:30 +01:00
|
|
|
{
|
|
|
|
struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
|
|
|
|
|
|
|
|
if (TYPE_CODE (type) == TYPE_CODE_STRUCT
|
|
|
|
|| TYPE_CODE (type) == TYPE_CODE_UNION
|
|
|
|
|| TYPE_CODE (type) == TYPE_CODE_ARRAY)
|
|
|
|
return RETURN_VALUE_STRUCT_CONVENTION;
|
|
|
|
else if (TYPE_CODE (type) == TYPE_CODE_FLT
|
|
|
|
&& TYPE_LENGTH (type) == 4 && tdep->mips_fpu_type != MIPS_FPU_NONE)
|
|
|
|
{
|
|
|
|
/* A single-precision floating-point value. It fits in the
|
|
|
|
least significant part of FP0. */
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stderr, "Return float in $fp0\n");
|
|
|
|
mips_xfer_register (regcache,
|
|
|
|
NUM_REGS + mips_regnum (current_gdbarch)->fp0,
|
|
|
|
TYPE_LENGTH (type),
|
|
|
|
TARGET_BYTE_ORDER, readbuf, writebuf, 0);
|
|
|
|
return RETURN_VALUE_REGISTER_CONVENTION;
|
|
|
|
}
|
|
|
|
else if (TYPE_CODE (type) == TYPE_CODE_FLT
|
|
|
|
&& TYPE_LENGTH (type) == 8 && tdep->mips_fpu_type != MIPS_FPU_NONE)
|
|
|
|
{
|
|
|
|
/* A double-precision floating-point value. The most
|
|
|
|
significant part goes in FP1, and the least significant in
|
|
|
|
FP0. */
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stderr, "Return float in $fp1/$fp0\n");
|
|
|
|
switch (TARGET_BYTE_ORDER)
|
|
|
|
{
|
|
|
|
case BFD_ENDIAN_LITTLE:
|
|
|
|
mips_xfer_register (regcache,
|
|
|
|
NUM_REGS + mips_regnum (current_gdbarch)->fp0 +
|
|
|
|
0, 4, TARGET_BYTE_ORDER, readbuf, writebuf, 0);
|
|
|
|
mips_xfer_register (regcache,
|
|
|
|
NUM_REGS + mips_regnum (current_gdbarch)->fp0 +
|
|
|
|
1, 4, TARGET_BYTE_ORDER, readbuf, writebuf, 4);
|
|
|
|
break;
|
|
|
|
case BFD_ENDIAN_BIG:
|
|
|
|
mips_xfer_register (regcache,
|
|
|
|
NUM_REGS + mips_regnum (current_gdbarch)->fp0 +
|
|
|
|
1, 4, TARGET_BYTE_ORDER, readbuf, writebuf, 0);
|
|
|
|
mips_xfer_register (regcache,
|
|
|
|
NUM_REGS + mips_regnum (current_gdbarch)->fp0 +
|
|
|
|
0, 4, TARGET_BYTE_ORDER, readbuf, writebuf, 4);
|
|
|
|
break;
|
|
|
|
default:
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
internal_error (__FILE__, __LINE__, _("bad switch"));
|
2004-01-17 17:27:30 +01:00
|
|
|
}
|
|
|
|
return RETURN_VALUE_REGISTER_CONVENTION;
|
|
|
|
}
|
|
|
|
#if 0
|
|
|
|
else if (TYPE_CODE (type) == TYPE_CODE_STRUCT
|
|
|
|
&& TYPE_NFIELDS (type) <= 2
|
|
|
|
&& TYPE_NFIELDS (type) >= 1
|
|
|
|
&& ((TYPE_NFIELDS (type) == 1
|
|
|
|
&& (TYPE_CODE (TYPE_FIELD_TYPE (type, 0))
|
|
|
|
== TYPE_CODE_FLT))
|
|
|
|
|| (TYPE_NFIELDS (type) == 2
|
|
|
|
&& (TYPE_CODE (TYPE_FIELD_TYPE (type, 0))
|
|
|
|
== TYPE_CODE_FLT)
|
|
|
|
&& (TYPE_CODE (TYPE_FIELD_TYPE (type, 1))
|
|
|
|
== TYPE_CODE_FLT)))
|
|
|
|
&& tdep->mips_fpu_type != MIPS_FPU_NONE)
|
|
|
|
{
|
|
|
|
/* A struct that contains one or two floats. Each value is part
|
|
|
|
in the least significant part of their floating point
|
|
|
|
register.. */
|
2005-06-25 13:58:35 +02:00
|
|
|
gdb_byte reg[MAX_REGISTER_SIZE];
|
2004-01-17 17:27:30 +01:00
|
|
|
int regnum;
|
|
|
|
int field;
|
|
|
|
for (field = 0, regnum = mips_regnum (current_gdbarch)->fp0;
|
|
|
|
field < TYPE_NFIELDS (type); field++, regnum += 2)
|
|
|
|
{
|
|
|
|
int offset = (FIELD_BITPOS (TYPE_FIELDS (type)[field])
|
|
|
|
/ TARGET_CHAR_BIT);
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stderr, "Return float struct+%d\n",
|
|
|
|
offset);
|
|
|
|
mips_xfer_register (regcache, NUM_REGS + regnum,
|
|
|
|
TYPE_LENGTH (TYPE_FIELD_TYPE (type, field)),
|
|
|
|
TARGET_BYTE_ORDER, readbuf, writebuf, offset);
|
|
|
|
}
|
|
|
|
return RETURN_VALUE_REGISTER_CONVENTION;
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
#if 0
|
|
|
|
else if (TYPE_CODE (type) == TYPE_CODE_STRUCT
|
|
|
|
|| TYPE_CODE (type) == TYPE_CODE_UNION)
|
|
|
|
{
|
|
|
|
/* A structure or union. Extract the left justified value,
|
|
|
|
regardless of the byte order. I.e. DO NOT USE
|
|
|
|
mips_xfer_lower. */
|
|
|
|
int offset;
|
|
|
|
int regnum;
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
for (offset = 0, regnum = MIPS_V0_REGNUM;
|
2004-01-17 17:27:30 +01:00
|
|
|
offset < TYPE_LENGTH (type);
|
|
|
|
offset += register_size (current_gdbarch, regnum), regnum++)
|
|
|
|
{
|
|
|
|
int xfer = register_size (current_gdbarch, regnum);
|
|
|
|
if (offset + xfer > TYPE_LENGTH (type))
|
|
|
|
xfer = TYPE_LENGTH (type) - offset;
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stderr, "Return struct+%d:%d in $%d\n",
|
|
|
|
offset, xfer, regnum);
|
|
|
|
mips_xfer_register (regcache, NUM_REGS + regnum, xfer,
|
|
|
|
BFD_ENDIAN_UNKNOWN, readbuf, writebuf, offset);
|
|
|
|
}
|
|
|
|
return RETURN_VALUE_REGISTER_CONVENTION;
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* A scalar extract each part but least-significant-byte
|
|
|
|
justified. o32 thinks registers are 4 byte, regardless of
|
|
|
|
the ISA. mips_stack_argsize controls this. */
|
|
|
|
int offset;
|
|
|
|
int regnum;
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
for (offset = 0, regnum = MIPS_V0_REGNUM;
|
2004-01-17 17:27:30 +01:00
|
|
|
offset < TYPE_LENGTH (type);
|
2004-04-29 21:42:01 +02:00
|
|
|
offset += mips_stack_argsize (gdbarch), regnum++)
|
2004-01-17 17:27:30 +01:00
|
|
|
{
|
2004-04-29 21:42:01 +02:00
|
|
|
int xfer = mips_stack_argsize (gdbarch);
|
2004-01-17 17:27:30 +01:00
|
|
|
if (offset + xfer > TYPE_LENGTH (type))
|
|
|
|
xfer = TYPE_LENGTH (type) - offset;
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stderr, "Return scalar+%d:%d in $%d\n",
|
|
|
|
offset, xfer, regnum);
|
|
|
|
mips_xfer_register (regcache, NUM_REGS + regnum, xfer,
|
|
|
|
TARGET_BYTE_ORDER, readbuf, writebuf, offset);
|
|
|
|
}
|
|
|
|
return RETURN_VALUE_REGISTER_CONVENTION;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* O64 ABI. This is a hacked up kind of 64-bit version of the o32
|
|
|
|
ABI. */
|
2002-08-18 20:59:53 +02:00
|
|
|
|
|
|
|
static CORE_ADDR
|
2004-06-07 04:02:55 +02:00
|
|
|
mips_o64_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
|
2004-01-17 17:27:30 +01:00
|
|
|
struct regcache *regcache, CORE_ADDR bp_addr,
|
|
|
|
int nargs,
|
|
|
|
struct value **args, CORE_ADDR sp,
|
|
|
|
int struct_return, CORE_ADDR struct_addr)
|
2002-08-18 20:59:53 +02:00
|
|
|
{
|
|
|
|
int argreg;
|
|
|
|
int float_argreg;
|
|
|
|
int argnum;
|
|
|
|
int len = 0;
|
|
|
|
int stack_offset = 0;
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
|
2004-06-07 04:02:55 +02:00
|
|
|
CORE_ADDR func_addr = find_function_addr (function, NULL);
|
2002-08-18 20:59:53 +02:00
|
|
|
|
2003-05-31 17:17:05 +02:00
|
|
|
/* For shared libraries, "t9" needs to point at the function
|
|
|
|
address. */
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
regcache_cooked_write_signed (regcache, MIPS_T9_REGNUM, func_addr);
|
2003-05-31 17:17:05 +02:00
|
|
|
|
|
|
|
/* Set the return address register to point to the entry point of
|
|
|
|
the program, where a breakpoint lies in wait. */
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
regcache_cooked_write_signed (regcache, MIPS_RA_REGNUM, bp_addr);
|
2003-05-31 17:17:05 +02:00
|
|
|
|
2002-08-18 20:59:53 +02:00
|
|
|
/* First ensure that the stack and structure return address (if any)
|
|
|
|
are properly aligned. The stack has to be at least 64-bit
|
|
|
|
aligned even on 32-bit machines, because doubles must be 64-bit
|
|
|
|
aligned. For n32 and n64, stack frames need to be 128-bit
|
|
|
|
aligned, so we round to this widest known alignment. */
|
|
|
|
|
2003-09-19 18:22:39 +02:00
|
|
|
sp = align_down (sp, 16);
|
|
|
|
struct_addr = align_down (struct_addr, 16);
|
2002-08-18 20:59:53 +02:00
|
|
|
|
|
|
|
/* Now make space on the stack for the args. */
|
|
|
|
for (argnum = 0; argnum < nargs; argnum++)
|
2004-11-12 Andrew Cagney <cagney@gnu.org>
* sparc-tdep.c: Replace VALUE_TYPE with value_type.
* v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
* sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
* h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
* hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
* m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
* frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
2004-11-13 03:15:33 +01:00
|
|
|
len += align_up (TYPE_LENGTH (value_type (args[argnum])),
|
2004-04-29 21:42:01 +02:00
|
|
|
mips_stack_argsize (gdbarch));
|
2003-09-19 18:22:39 +02:00
|
|
|
sp -= align_up (len, 16);
|
2002-08-18 20:59:53 +02:00
|
|
|
|
|
|
|
if (mips_debug)
|
2004-01-17 17:27:30 +01:00
|
|
|
fprintf_unfiltered (gdb_stdlog,
|
2003-09-19 18:22:39 +02:00
|
|
|
"mips_o64_push_dummy_call: sp=0x%s allocated %ld\n",
|
|
|
|
paddr_nz (sp), (long) align_up (len, 16));
|
2002-08-18 20:59:53 +02:00
|
|
|
|
|
|
|
/* Initialize the integer and float register pointers. */
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
argreg = MIPS_A0_REGNUM;
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
float_argreg = mips_fpa0_regnum (current_gdbarch);
|
2002-08-18 20:59:53 +02:00
|
|
|
|
|
|
|
/* The struct_return pointer occupies the first parameter-passing reg. */
|
|
|
|
if (struct_return)
|
|
|
|
{
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog,
|
2003-05-31 17:17:05 +02:00
|
|
|
"mips_o64_push_dummy_call: struct_return reg=%d 0x%s\n",
|
2002-08-18 20:59:53 +02:00
|
|
|
argreg, paddr_nz (struct_addr));
|
|
|
|
write_register (argreg++, struct_addr);
|
2004-04-29 21:42:01 +02:00
|
|
|
stack_offset += mips_stack_argsize (gdbarch);
|
2002-08-18 20:59:53 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Now load as many as possible of the first arguments into
|
|
|
|
registers, and push the rest onto the stack. Loop thru args
|
|
|
|
from first to last. */
|
|
|
|
for (argnum = 0; argnum < nargs; argnum++)
|
|
|
|
{
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
const gdb_byte *val;
|
2002-08-18 20:59:53 +02:00
|
|
|
struct value *arg = args[argnum];
|
2004-11-12 Andrew Cagney <cagney@gnu.org>
* sparc-tdep.c: Replace VALUE_TYPE with value_type.
* v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
* sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
* h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
* hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
* m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
* frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
2004-11-13 03:15:33 +01:00
|
|
|
struct type *arg_type = check_typedef (value_type (arg));
|
2002-08-18 20:59:53 +02:00
|
|
|
int len = TYPE_LENGTH (arg_type);
|
|
|
|
enum type_code typecode = TYPE_CODE (arg_type);
|
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog,
|
2003-05-31 17:17:05 +02:00
|
|
|
"mips_o64_push_dummy_call: %d len=%d type=%d",
|
2002-08-14 03:20:03 +02:00
|
|
|
argnum + 1, len, (int) typecode);
|
|
|
|
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
val = value_contents (arg);
|
2002-08-14 03:20:03 +02:00
|
|
|
|
|
|
|
/* 32-bit ABIs always start floating point arguments in an
|
|
|
|
even-numbered floating point register. Round the FP register
|
|
|
|
up before the check to see if there are any FP registers
|
|
|
|
left. O32/O64 targets also pass the FP in the integer
|
|
|
|
registers so also round up normal registers. */
|
2004-04-30 01:39:52 +02:00
|
|
|
if (mips_abi_regsize (gdbarch) < 8
|
|
|
|
&& fp_register_arg_p (typecode, arg_type))
|
2002-08-14 03:20:03 +02:00
|
|
|
{
|
|
|
|
if ((float_argreg & 1))
|
|
|
|
float_argreg++;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Floating point arguments passed in registers have to be
|
|
|
|
treated specially. On 32-bit architectures, doubles
|
|
|
|
are passed in register pairs; the even register gets
|
|
|
|
the low word, and the odd register gets the high word.
|
|
|
|
On O32/O64, the first two floating point arguments are
|
|
|
|
also copied to general registers, because MIPS16 functions
|
|
|
|
don't use float registers for arguments. This duplication of
|
|
|
|
arguments in general registers can't hurt non-MIPS16 functions
|
|
|
|
because those registers are normally skipped. */
|
|
|
|
|
|
|
|
if (fp_register_arg_p (typecode, arg_type)
|
|
|
|
&& float_argreg <= MIPS_LAST_FP_ARG_REGNUM)
|
|
|
|
{
|
2004-04-30 01:39:52 +02:00
|
|
|
if (mips_abi_regsize (gdbarch) < 8 && len == 8)
|
2002-08-14 03:20:03 +02:00
|
|
|
{
|
|
|
|
int low_offset = TARGET_BYTE_ORDER == BFD_ENDIAN_BIG ? 4 : 0;
|
|
|
|
unsigned long regval;
|
|
|
|
|
|
|
|
/* Write the low word of the double to the even register(s). */
|
|
|
|
regval = extract_unsigned_integer (val + low_offset, 4);
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
|
|
|
|
float_argreg, phex (regval, 4));
|
|
|
|
write_register (float_argreg++, regval);
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - reg=%d val=%s",
|
|
|
|
argreg, phex (regval, 4));
|
|
|
|
write_register (argreg++, regval);
|
|
|
|
|
|
|
|
/* Write the high word of the double to the odd register(s). */
|
|
|
|
regval = extract_unsigned_integer (val + 4 - low_offset, 4);
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
|
|
|
|
float_argreg, phex (regval, 4));
|
|
|
|
write_register (float_argreg++, regval);
|
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - reg=%d val=%s",
|
|
|
|
argreg, phex (regval, 4));
|
|
|
|
write_register (argreg++, regval);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* This is a floating point value that fits entirely
|
|
|
|
in a single register. */
|
|
|
|
/* On 32 bit ABI's the float_argreg is further adjusted
|
2004-01-17 17:27:30 +01:00
|
|
|
above to ensure that it is even register aligned. */
|
2002-08-14 03:20:03 +02:00
|
|
|
LONGEST regval = extract_unsigned_integer (val, len);
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - fpreg=%d val=%s",
|
|
|
|
float_argreg, phex (regval, len));
|
|
|
|
write_register (float_argreg++, regval);
|
|
|
|
/* CAGNEY: 32 bit MIPS ABI's always reserve two FP
|
2004-01-17 17:27:30 +01:00
|
|
|
registers for each argument. The below is (my
|
|
|
|
guess) to ensure that the corresponding integer
|
|
|
|
register has reserved the same space. */
|
2002-08-14 03:20:03 +02:00
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - reg=%d val=%s",
|
|
|
|
argreg, phex (regval, len));
|
|
|
|
write_register (argreg, regval);
|
2004-04-30 01:39:52 +02:00
|
|
|
argreg += (mips_abi_regsize (gdbarch) == 8) ? 1 : 2;
|
2002-08-14 03:20:03 +02:00
|
|
|
}
|
|
|
|
/* Reserve space for the FP register. */
|
2004-04-29 21:42:01 +02:00
|
|
|
stack_offset += align_up (len, mips_stack_argsize (gdbarch));
|
2002-08-14 03:20:03 +02:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* Copy the argument to general registers or the stack in
|
|
|
|
register-sized pieces. Large arguments are split between
|
|
|
|
registers and stack. */
|
2003-11-15 23:09:07 +01:00
|
|
|
/* Note: structs whose size is not a multiple of
|
2004-04-30 02:43:09 +02:00
|
|
|
mips_abi_regsize() are treated specially: Irix cc passes
|
|
|
|
them in registers where gcc sometimes puts them on the
|
|
|
|
stack. For maximum compatibility, we will put them in
|
|
|
|
both places. */
|
2004-04-29 21:42:01 +02:00
|
|
|
int odd_sized_struct = ((len > mips_abi_regsize (gdbarch))
|
|
|
|
&& (len % mips_abi_regsize (gdbarch) != 0));
|
2002-08-14 03:20:03 +02:00
|
|
|
/* Structures should be aligned to eight bytes (even arg registers)
|
|
|
|
on MIPS_ABI_O32, if their first member has double precision. */
|
2004-04-29 21:42:01 +02:00
|
|
|
if (mips_abi_regsize (gdbarch) < 8
|
2002-08-14 03:20:03 +02:00
|
|
|
&& mips_type_needs_double_align (arg_type))
|
|
|
|
{
|
|
|
|
if ((argreg & 1))
|
2004-01-17 17:27:30 +01:00
|
|
|
argreg++;
|
2002-08-14 03:20:03 +02:00
|
|
|
}
|
|
|
|
/* Note: Floating-point values that didn't fit into an FP
|
2004-01-17 17:27:30 +01:00
|
|
|
register are only written to memory. */
|
2002-08-14 03:20:03 +02:00
|
|
|
while (len > 0)
|
|
|
|
{
|
|
|
|
/* Remember if the argument was written to the stack. */
|
|
|
|
int stack_used_p = 0;
|
2004-04-29 21:42:01 +02:00
|
|
|
int partial_len = (len < mips_abi_regsize (gdbarch)
|
|
|
|
? len : mips_abi_regsize (gdbarch));
|
2002-08-14 03:20:03 +02:00
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " -- partial=%d",
|
|
|
|
partial_len);
|
|
|
|
|
|
|
|
/* Write this portion of the argument to the stack. */
|
|
|
|
if (argreg > MIPS_LAST_ARG_REGNUM
|
|
|
|
|| odd_sized_struct
|
|
|
|
|| fp_register_arg_p (typecode, arg_type))
|
|
|
|
{
|
|
|
|
/* Should shorter than int integer values be
|
|
|
|
promoted to int before being stored? */
|
|
|
|
int longword_offset = 0;
|
|
|
|
CORE_ADDR addr;
|
|
|
|
stack_used_p = 1;
|
|
|
|
if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
|
|
|
|
{
|
2004-04-29 21:42:01 +02:00
|
|
|
if (mips_stack_argsize (gdbarch) == 8
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
&& (typecode == TYPE_CODE_INT
|
|
|
|
|| typecode == TYPE_CODE_PTR
|
2004-01-17 17:27:30 +01:00
|
|
|
|| typecode == TYPE_CODE_FLT) && len <= 4)
|
2004-04-29 21:42:01 +02:00
|
|
|
longword_offset = mips_stack_argsize (gdbarch) - len;
|
2002-08-14 03:20:03 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
{
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " - stack_offset=0x%s",
|
|
|
|
paddr_nz (stack_offset));
|
|
|
|
fprintf_unfiltered (gdb_stdlog, " longword_offset=0x%s",
|
|
|
|
paddr_nz (longword_offset));
|
|
|
|
}
|
|
|
|
|
|
|
|
addr = sp + stack_offset + longword_offset;
|
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
{
|
|
|
|
int i;
|
2004-01-17 17:27:30 +01:00
|
|
|
fprintf_unfiltered (gdb_stdlog, " @0x%s ",
|
2002-08-14 03:20:03 +02:00
|
|
|
paddr_nz (addr));
|
|
|
|
for (i = 0; i < partial_len; i++)
|
|
|
|
{
|
2004-01-17 17:27:30 +01:00
|
|
|
fprintf_unfiltered (gdb_stdlog, "%02x",
|
2002-08-14 03:20:03 +02:00
|
|
|
val[i] & 0xff);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
write_memory (addr, val, partial_len);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Note!!! This is NOT an else clause. Odd sized
|
|
|
|
structs may go thru BOTH paths. Floating point
|
|
|
|
arguments will not. */
|
|
|
|
/* Write this portion of the argument to a general
|
2004-01-17 17:27:30 +01:00
|
|
|
purpose register. */
|
2002-08-14 03:20:03 +02:00
|
|
|
if (argreg <= MIPS_LAST_ARG_REGNUM
|
|
|
|
&& !fp_register_arg_p (typecode, arg_type))
|
|
|
|
{
|
|
|
|
LONGEST regval = extract_signed_integer (val, partial_len);
|
2003-11-15 23:09:07 +01:00
|
|
|
/* Value may need to be sign extended, because
|
2004-04-29 20:28:43 +02:00
|
|
|
mips_isa_regsize() != mips_abi_regsize(). */
|
2002-08-14 03:20:03 +02:00
|
|
|
|
|
|
|
/* A non-floating-point argument being passed in a
|
|
|
|
general register. If a struct or union, and if
|
|
|
|
the remaining length is smaller than the register
|
|
|
|
size, we have to adjust the register value on
|
|
|
|
big endian targets.
|
|
|
|
|
|
|
|
It does not seem to be necessary to do the
|
2006-05-05 20:04:04 +02:00
|
|
|
same for integral types. */
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
|
2006-05-05 20:04:04 +02:00
|
|
|
if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG
|
2004-04-29 21:42:01 +02:00
|
|
|
&& partial_len < mips_abi_regsize (gdbarch)
|
2002-08-14 03:20:03 +02:00
|
|
|
&& (typecode == TYPE_CODE_STRUCT ||
|
|
|
|
typecode == TYPE_CODE_UNION))
|
2004-04-29 21:42:01 +02:00
|
|
|
regval <<= ((mips_abi_regsize (gdbarch) - partial_len) *
|
2002-08-14 03:20:03 +02:00
|
|
|
TARGET_CHAR_BIT);
|
|
|
|
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_filtered (gdb_stdlog, " - reg=%d val=%s",
|
|
|
|
argreg,
|
2004-01-17 17:27:30 +01:00
|
|
|
phex (regval,
|
2004-04-29 21:42:01 +02:00
|
|
|
mips_abi_regsize (gdbarch)));
|
2002-08-14 03:20:03 +02:00
|
|
|
write_register (argreg, regval);
|
|
|
|
argreg++;
|
|
|
|
|
|
|
|
/* Prevent subsequent floating point arguments from
|
|
|
|
being passed in floating point registers. */
|
|
|
|
float_argreg = MIPS_LAST_FP_ARG_REGNUM + 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
len -= partial_len;
|
|
|
|
val += partial_len;
|
|
|
|
|
|
|
|
/* Compute the the offset into the stack at which we
|
2004-01-17 17:27:30 +01:00
|
|
|
will copy the next parameter.
|
2002-08-14 03:20:03 +02:00
|
|
|
|
2004-01-17 17:27:30 +01:00
|
|
|
In older ABIs, the caller reserved space for
|
|
|
|
registers that contained arguments. This was loosely
|
|
|
|
refered to as their "home". Consequently, space is
|
|
|
|
always allocated. */
|
2002-08-14 03:20:03 +02:00
|
|
|
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
stack_offset += align_up (partial_len,
|
2004-04-29 21:42:01 +02:00
|
|
|
mips_stack_argsize (gdbarch));
|
2002-08-14 03:20:03 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, "\n");
|
|
|
|
}
|
|
|
|
|
2004-06-22 02:01:04 +02:00
|
|
|
regcache_cooked_write_signed (regcache, MIPS_SP_REGNUM, sp);
|
2003-06-01 21:02:19 +02:00
|
|
|
|
2002-08-14 03:20:03 +02:00
|
|
|
/* Return adjusted stack pointer. */
|
|
|
|
return sp;
|
|
|
|
}
|
|
|
|
|
2004-10-30 18:27:43 +02:00
|
|
|
static enum return_value_convention
|
|
|
|
mips_o64_return_value (struct gdbarch *gdbarch,
|
|
|
|
struct type *type, struct regcache *regcache,
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
gdb_byte *readbuf, const gdb_byte *writebuf)
|
2004-01-17 17:27:30 +01:00
|
|
|
{
|
2006-05-05 19:50:33 +02:00
|
|
|
struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
|
|
|
|
|
|
|
|
if (TYPE_CODE (type) == TYPE_CODE_STRUCT
|
|
|
|
|| TYPE_CODE (type) == TYPE_CODE_UNION
|
|
|
|
|| TYPE_CODE (type) == TYPE_CODE_ARRAY)
|
|
|
|
return RETURN_VALUE_STRUCT_CONVENTION;
|
|
|
|
else if (fp_register_arg_p (TYPE_CODE (type), type))
|
|
|
|
{
|
|
|
|
/* A floating-point value. It fits in the least significant
|
|
|
|
part of FP0. */
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stderr, "Return float in $fp0\n");
|
|
|
|
mips_xfer_register (regcache,
|
|
|
|
NUM_REGS + mips_regnum (current_gdbarch)->fp0,
|
|
|
|
TYPE_LENGTH (type),
|
|
|
|
TARGET_BYTE_ORDER, readbuf, writebuf, 0);
|
|
|
|
return RETURN_VALUE_REGISTER_CONVENTION;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
/* A scalar extract each part but least-significant-byte
|
|
|
|
justified. */
|
|
|
|
int offset;
|
|
|
|
int regnum;
|
|
|
|
for (offset = 0, regnum = MIPS_V0_REGNUM;
|
|
|
|
offset < TYPE_LENGTH (type);
|
|
|
|
offset += mips_stack_argsize (gdbarch), regnum++)
|
|
|
|
{
|
|
|
|
int xfer = mips_stack_argsize (gdbarch);
|
|
|
|
if (offset + xfer > TYPE_LENGTH (type))
|
|
|
|
xfer = TYPE_LENGTH (type) - offset;
|
|
|
|
if (mips_debug)
|
|
|
|
fprintf_unfiltered (gdb_stderr, "Return scalar+%d:%d in $%d\n",
|
|
|
|
offset, xfer, regnum);
|
|
|
|
mips_xfer_register (regcache, NUM_REGS + regnum, xfer,
|
|
|
|
TARGET_BYTE_ORDER, readbuf, writebuf, offset);
|
|
|
|
}
|
|
|
|
return RETURN_VALUE_REGISTER_CONVENTION;
|
|
|
|
}
|
2004-01-17 17:27:30 +01:00
|
|
|
}
|
|
|
|
|
2002-03-10 18:00:27 +01:00
|
|
|
/* Floating point register management.
|
|
|
|
|
|
|
|
Background: MIPS1 & 2 fp registers are 32 bits wide. To support
|
|
|
|
64bit operations, these early MIPS cpus treat fp register pairs
|
|
|
|
(f0,f1) as a single register (d0). Later MIPS cpu's have 64 bit fp
|
|
|
|
registers and offer a compatibility mode that emulates the MIPS2 fp
|
|
|
|
model. When operating in MIPS2 fp compat mode, later cpu's split
|
|
|
|
double precision floats into two 32-bit chunks and store them in
|
|
|
|
consecutive fp regs. To display 64-bit floats stored in this
|
|
|
|
fashion, we have to combine 32 bits from f0 and 32 bits from f1.
|
|
|
|
Throw in user-configurable endianness and you have a real mess.
|
|
|
|
|
|
|
|
The way this works is:
|
|
|
|
- If we are in 32-bit mode or on a 32-bit processor, then a 64-bit
|
|
|
|
double-precision value will be split across two logical registers.
|
|
|
|
The lower-numbered logical register will hold the low-order bits,
|
|
|
|
regardless of the processor's endianness.
|
|
|
|
- If we are on a 64-bit processor, and we are looking for a
|
|
|
|
single-precision value, it will be in the low ordered bits
|
|
|
|
of a 64-bit GPR (after mfc1, for example) or a 64-bit register
|
|
|
|
save slot in memory.
|
|
|
|
- If we are in 64-bit mode, everything is straightforward.
|
|
|
|
|
|
|
|
Note that this code only deals with "live" registers at the top of the
|
|
|
|
stack. We will attempt to deal with saved registers later, when
|
|
|
|
the raw/cooked register interface is in place. (We need a general
|
|
|
|
interface that can deal with dynamic saved register sizes -- fp
|
|
|
|
regs could be 32 bits wide in one frame and 64 on the frame above
|
|
|
|
and below). */
|
|
|
|
|
2002-05-10 00:26:00 +02:00
|
|
|
static struct type *
|
|
|
|
mips_float_register_type (void)
|
|
|
|
{
|
* doublest.c (floatformat_from_length): Use the right element from
gdbarch floatformats.
(floatformat_from_type, extract_typed_floating)
(store_typed_floating): Likewise.
* doublest.h: Remove declarations for undefined floatformat arrays.
* gdbarch.sh (float_format, double_format, long_double_format): Change
to pairs.
(pformat): Update for pairs.
* gdbarch.c, gdbarch.h: Regenerated.
* gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
(floatformats_ieee_double_littlebyte_bigword)
(floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
(floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
(floatformats_vax_d): New variables.
(builtin_type_ieee_single, builtin_type_ieee_double)
(builtin_type_arm_ext, builtin_type_ia64_spill)
(builtin_type_ia64_quad): Replace arrays with individual types.
(builtin_type_ieee_single_big, builtin_type_ieee_single_little)
(builtin_type_ieee_double_big, builtin_type_ieee_double_little)
(builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
(builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
(builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
(builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
(builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
unused and endian-specific types.
(recursive_dump_type): Update for floatformat pairs.
(build_flt): Move higher. Handle bit == -1. Take a floatformat pair.
(build_gdbtypes): Use build_flt.
(_initialize_gdbtypes): Update set of initialized types.
* gdbtypes.h: Update declarations to match gdbtypes.c.
(struct main_type): Store a pointer to two floatformats.
* arch-utils.c (default_float_format, default_double_format): Delete.
* arch-utils.h (default_float_format, default_double_format): Delete.
* arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
ia64-tdep.c, iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
2007-01-29 18:31:06 +01:00
|
|
|
return builtin_type_ieee_single;
|
2002-05-10 00:26:00 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
static struct type *
|
|
|
|
mips_double_register_type (void)
|
|
|
|
{
|
* doublest.c (floatformat_from_length): Use the right element from
gdbarch floatformats.
(floatformat_from_type, extract_typed_floating)
(store_typed_floating): Likewise.
* doublest.h: Remove declarations for undefined floatformat arrays.
* gdbarch.sh (float_format, double_format, long_double_format): Change
to pairs.
(pformat): Update for pairs.
* gdbarch.c, gdbarch.h: Regenerated.
* gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
(floatformats_ieee_double_littlebyte_bigword)
(floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
(floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
(floatformats_vax_d): New variables.
(builtin_type_ieee_single, builtin_type_ieee_double)
(builtin_type_arm_ext, builtin_type_ia64_spill)
(builtin_type_ia64_quad): Replace arrays with individual types.
(builtin_type_ieee_single_big, builtin_type_ieee_single_little)
(builtin_type_ieee_double_big, builtin_type_ieee_double_little)
(builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
(builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
(builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
(builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
(builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
unused and endian-specific types.
(recursive_dump_type): Update for floatformat pairs.
(build_flt): Move higher. Handle bit == -1. Take a floatformat pair.
(build_gdbtypes): Use build_flt.
(_initialize_gdbtypes): Update set of initialized types.
* gdbtypes.h: Update declarations to match gdbtypes.c.
(struct main_type): Store a pointer to two floatformats.
* arch-utils.c (default_float_format, default_double_format): Delete.
* arch-utils.h (default_float_format, default_double_format): Delete.
* arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
ia64-tdep.c, iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
2007-01-29 18:31:06 +01:00
|
|
|
return builtin_type_ieee_double;
|
2002-05-10 00:26:00 +02:00
|
|
|
}
|
|
|
|
|
2002-03-10 18:00:27 +01:00
|
|
|
/* Copy a 32-bit single-precision value from the current frame
|
|
|
|
into rare_buffer. */
|
|
|
|
|
|
|
|
static void
|
2003-05-31 18:36:28 +02:00
|
|
|
mips_read_fp_register_single (struct frame_info *frame, int regno,
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
gdb_byte *rare_buffer)
|
2002-03-10 18:00:27 +01:00
|
|
|
{
|
2003-11-16 17:13:50 +01:00
|
|
|
int raw_size = register_size (current_gdbarch, regno);
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
gdb_byte *raw_buffer = alloca (raw_size);
|
2002-03-10 18:00:27 +01:00
|
|
|
|
2003-05-31 18:36:28 +02:00
|
|
|
if (!frame_register_read (frame, regno, raw_buffer))
|
2005-02-10 Andrew Cagney <cagney@gnu.org>
Mark up all error and warning messages.
* ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
* bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
* core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
* cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
* dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
* dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
* event-top.c, exec.c, expprint.c, f-lang.c: Update.
* f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
* frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
* gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
* hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
* hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
* hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
* i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
* ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
* infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
* kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
* linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
* m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
* m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
* maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
* nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
* observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
* p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
* ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
* remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
* remote-rdp.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote-utils.h, remote.c: Update.
* rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
* ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
* sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
* solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
* solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
* somread.c, somsolib.c, source.c, stabsread.c: Update.
* stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
* symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
* uw-thread.c, valarith.c, valops.c, valprint.c: Update.
* value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
* xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
* cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
* cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
* mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
* mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
* mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
* tui/tui-win.c: Update.
2005-02-11 05:06:14 +01:00
|
|
|
error (_("can't read register %d (%s)"), regno, REGISTER_NAME (regno));
|
2002-03-10 18:00:27 +01:00
|
|
|
if (raw_size == 8)
|
|
|
|
{
|
|
|
|
/* We have a 64-bit value for this register. Find the low-order
|
2004-01-17 17:27:30 +01:00
|
|
|
32 bits. */
|
2002-03-10 18:00:27 +01:00
|
|
|
int offset;
|
|
|
|
|
|
|
|
if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
|
|
|
|
offset = 4;
|
|
|
|
else
|
|
|
|
offset = 0;
|
|
|
|
|
|
|
|
memcpy (rare_buffer, raw_buffer + offset, 4);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
memcpy (rare_buffer, raw_buffer, 4);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Copy a 64-bit double-precision value from the current frame into
|
|
|
|
rare_buffer. This may include getting half of it from the next
|
|
|
|
register. */
|
|
|
|
|
|
|
|
static void
|
2003-05-31 18:36:28 +02:00
|
|
|
mips_read_fp_register_double (struct frame_info *frame, int regno,
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
gdb_byte *rare_buffer)
|
2002-03-10 18:00:27 +01:00
|
|
|
{
|
2003-11-16 17:13:50 +01:00
|
|
|
int raw_size = register_size (current_gdbarch, regno);
|
2002-03-10 18:00:27 +01:00
|
|
|
|
|
|
|
if (raw_size == 8 && !mips2_fp_compat ())
|
|
|
|
{
|
|
|
|
/* We have a 64-bit value for this register, and we should use
|
2004-01-17 17:27:30 +01:00
|
|
|
all 64 bits. */
|
2003-05-31 18:36:28 +02:00
|
|
|
if (!frame_register_read (frame, regno, rare_buffer))
|
2005-02-10 Andrew Cagney <cagney@gnu.org>
Mark up all error and warning messages.
* ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
* bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
* core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
* cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
* dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
* dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
* event-top.c, exec.c, expprint.c, f-lang.c: Update.
* f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
* frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
* gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
* hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
* hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
* hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
* i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
* ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
* infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
* kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
* linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
* m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
* m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
* maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
* nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
* observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
* p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
* ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
* remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
* remote-rdp.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote-utils.h, remote.c: Update.
* rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
* ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
* sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
* solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
* solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
* somread.c, somsolib.c, source.c, stabsread.c: Update.
* stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
* symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
* uw-thread.c, valarith.c, valops.c, valprint.c: Update.
* value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
* xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
* cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
* cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
* mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
* mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
* mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
* tui/tui-win.c: Update.
2005-02-11 05:06:14 +01:00
|
|
|
error (_("can't read register %d (%s)"), regno, REGISTER_NAME (regno));
|
2002-03-10 18:00:27 +01:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
if ((regno - mips_regnum (current_gdbarch)->fp0) & 1)
|
2002-03-10 18:00:27 +01:00
|
|
|
internal_error (__FILE__, __LINE__,
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
_("mips_read_fp_register_double: bad access to "
|
|
|
|
"odd-numbered FP register"));
|
2002-03-10 18:00:27 +01:00
|
|
|
|
|
|
|
/* mips_read_fp_register_single will find the correct 32 bits from
|
2004-01-17 17:27:30 +01:00
|
|
|
each register. */
|
2002-03-10 18:00:27 +01:00
|
|
|
if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
|
|
|
|
{
|
2003-05-31 18:36:28 +02:00
|
|
|
mips_read_fp_register_single (frame, regno, rare_buffer + 4);
|
|
|
|
mips_read_fp_register_single (frame, regno + 1, rare_buffer);
|
2002-03-10 18:00:27 +01:00
|
|
|
}
|
2002-05-11 16:18:15 +02:00
|
|
|
else
|
2002-03-10 18:00:27 +01:00
|
|
|
{
|
2003-05-31 18:36:28 +02:00
|
|
|
mips_read_fp_register_single (frame, regno, rare_buffer);
|
|
|
|
mips_read_fp_register_single (frame, regno + 1, rare_buffer + 4);
|
2002-03-10 18:00:27 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
static void
|
2003-05-31 18:36:28 +02:00
|
|
|
mips_print_fp_register (struct ui_file *file, struct frame_info *frame,
|
|
|
|
int regnum)
|
1999-07-07 22:19:36 +02:00
|
|
|
{ /* do values for FP (float) regs */
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
gdb_byte *raw_buffer;
|
2004-02-11 01:02:52 +01:00
|
|
|
double doub, flt1; /* doubles extracted from raw hex data */
|
|
|
|
int inv1, inv2;
|
1999-07-07 22:19:36 +02:00
|
|
|
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
raw_buffer = alloca (2 * register_size (current_gdbarch,
|
|
|
|
mips_regnum (current_gdbarch)->fp0));
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, "%s:", REGISTER_NAME (regnum));
|
|
|
|
fprintf_filtered (file, "%*s", 4 - (int) strlen (REGISTER_NAME (regnum)),
|
|
|
|
"");
|
2003-04-07 20:38:04 +02:00
|
|
|
|
2003-11-16 17:13:50 +01:00
|
|
|
if (register_size (current_gdbarch, regnum) == 4 || mips2_fp_compat ())
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2003-04-07 20:38:04 +02:00
|
|
|
/* 4-byte registers: Print hex and floating. Also print even
|
|
|
|
numbered registers as doubles. */
|
2003-05-31 18:36:28 +02:00
|
|
|
mips_read_fp_register_single (frame, regnum, raw_buffer);
|
2002-05-10 00:26:00 +02:00
|
|
|
flt1 = unpack_double (mips_float_register_type (), raw_buffer, &inv1);
|
1999-07-07 22:19:36 +02:00
|
|
|
|
2004-01-17 17:27:30 +01:00
|
|
|
print_scalar_formatted (raw_buffer, builtin_type_uint32, 'x', 'w',
|
|
|
|
file);
|
2002-03-10 18:00:27 +01:00
|
|
|
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, " flt: ");
|
2001-02-21 01:05:34 +01:00
|
|
|
if (inv1)
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, " <invalid float> ");
|
2001-02-21 01:05:34 +01:00
|
|
|
else
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, "%-17.9g", flt1);
|
2001-02-21 01:05:34 +01:00
|
|
|
|
2003-04-07 20:38:04 +02:00
|
|
|
if (regnum % 2 == 0)
|
|
|
|
{
|
2003-05-31 18:36:28 +02:00
|
|
|
mips_read_fp_register_double (frame, regnum, raw_buffer);
|
2003-04-07 20:38:04 +02:00
|
|
|
doub = unpack_double (mips_double_register_type (), raw_buffer,
|
2004-01-17 17:27:30 +01:00
|
|
|
&inv2);
|
2001-02-21 01:05:34 +01:00
|
|
|
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, " dbl: ");
|
2003-04-07 20:38:04 +02:00
|
|
|
if (inv2)
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, "<invalid double>");
|
2003-04-07 20:38:04 +02:00
|
|
|
else
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, "%-24.17g", doub);
|
2003-04-07 20:38:04 +02:00
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
else
|
2002-03-10 18:00:27 +01:00
|
|
|
{
|
2003-04-07 20:38:04 +02:00
|
|
|
/* Eight byte registers: print each one as hex, float and double. */
|
2003-05-31 18:36:28 +02:00
|
|
|
mips_read_fp_register_single (frame, regnum, raw_buffer);
|
2003-03-12 00:15:38 +01:00
|
|
|
flt1 = unpack_double (mips_float_register_type (), raw_buffer, &inv1);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2003-05-31 18:36:28 +02:00
|
|
|
mips_read_fp_register_double (frame, regnum, raw_buffer);
|
2003-04-07 20:38:04 +02:00
|
|
|
doub = unpack_double (mips_double_register_type (), raw_buffer, &inv2);
|
|
|
|
|
2002-05-11 16:18:15 +02:00
|
|
|
|
2004-01-17 17:27:30 +01:00
|
|
|
print_scalar_formatted (raw_buffer, builtin_type_uint64, 'x', 'g',
|
|
|
|
file);
|
2003-04-07 20:38:04 +02:00
|
|
|
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, " flt: ");
|
2001-02-21 01:05:34 +01:00
|
|
|
if (inv1)
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, "<invalid float>");
|
2001-02-21 01:05:34 +01:00
|
|
|
else
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, "%-17.9g", flt1);
|
2001-02-21 01:05:34 +01:00
|
|
|
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, " dbl: ");
|
2003-04-07 20:38:04 +02:00
|
|
|
if (inv2)
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, "<invalid double>");
|
2001-02-21 01:05:34 +01:00
|
|
|
else
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, "%-24.17g", doub);
|
2003-04-07 20:38:04 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2003-05-31 18:36:28 +02:00
|
|
|
mips_print_register (struct ui_file *file, struct frame_info *frame,
|
|
|
|
int regnum, int all)
|
2003-04-07 20:38:04 +02:00
|
|
|
{
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
struct gdbarch *gdbarch = get_frame_arch (frame);
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
gdb_byte raw_buffer[MAX_REGISTER_SIZE];
|
2003-04-07 20:38:04 +02:00
|
|
|
int offset;
|
2001-02-21 01:05:34 +01:00
|
|
|
|
2007-01-21 18:37:51 +01:00
|
|
|
if (TYPE_CODE (register_type (gdbarch, regnum)) == TYPE_CODE_FLT)
|
2003-04-07 20:38:04 +02:00
|
|
|
{
|
2003-05-31 18:36:28 +02:00
|
|
|
mips_print_fp_register (file, frame, regnum);
|
2003-04-07 20:38:04 +02:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Get the data in raw format. */
|
2003-05-31 18:36:28 +02:00
|
|
|
if (!frame_register_read (frame, regnum, raw_buffer))
|
2003-04-07 20:38:04 +02:00
|
|
|
{
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, "%s: [Invalid]", REGISTER_NAME (regnum));
|
2003-04-07 20:38:04 +02:00
|
|
|
return;
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
2003-04-07 20:38:04 +02:00
|
|
|
|
2003-05-31 18:36:28 +02:00
|
|
|
fputs_filtered (REGISTER_NAME (regnum), file);
|
2003-04-07 20:38:04 +02:00
|
|
|
|
|
|
|
/* The problem with printing numeric register names (r26, etc.) is that
|
|
|
|
the user can't use them on input. Probably the best solution is to
|
|
|
|
fix it so that either the numeric or the funky (a2, etc.) names
|
|
|
|
are accepted on input. */
|
|
|
|
if (regnum < MIPS_NUMREGS)
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, "(r%d): ", regnum);
|
2003-04-07 20:38:04 +02:00
|
|
|
else
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, ": ");
|
2003-04-07 20:38:04 +02:00
|
|
|
|
|
|
|
if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
|
2004-01-17 17:27:30 +01:00
|
|
|
offset =
|
|
|
|
register_size (current_gdbarch,
|
|
|
|
regnum) - register_size (current_gdbarch, regnum);
|
2003-04-07 20:38:04 +02:00
|
|
|
else
|
|
|
|
offset = 0;
|
|
|
|
|
2004-01-17 17:27:30 +01:00
|
|
|
print_scalar_formatted (raw_buffer + offset,
|
2007-01-21 18:37:51 +01:00
|
|
|
register_type (gdbarch, regnum), 'x', 0,
|
2004-01-17 17:27:30 +01:00
|
|
|
file);
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
2003-04-07 20:38:04 +02:00
|
|
|
/* Replacement for generic do_registers_info.
|
|
|
|
Print regs in pretty columns. */
|
|
|
|
|
|
|
|
static int
|
2003-05-31 18:36:28 +02:00
|
|
|
print_fp_register_row (struct ui_file *file, struct frame_info *frame,
|
|
|
|
int regnum)
|
2003-04-07 20:38:04 +02:00
|
|
|
{
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, " ");
|
|
|
|
mips_print_fp_register (file, frame, regnum);
|
|
|
|
fprintf_filtered (file, "\n");
|
2003-04-07 20:38:04 +02:00
|
|
|
return regnum + 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
/* Print a row's worth of GP (int) registers, with name labels above */
|
|
|
|
|
|
|
|
static int
|
2003-05-31 18:36:28 +02:00
|
|
|
print_gp_register_row (struct ui_file *file, struct frame_info *frame,
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
int start_regnum)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
struct gdbarch *gdbarch = get_frame_arch (frame);
|
1999-04-16 03:35:26 +02:00
|
|
|
/* do values for GP (int) regs */
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
gdb_byte raw_buffer[MAX_REGISTER_SIZE];
|
2004-04-30 02:43:09 +02:00
|
|
|
int ncols = (mips_abi_regsize (gdbarch) == 8 ? 4 : 8); /* display cols per row */
|
1999-04-16 03:35:26 +02:00
|
|
|
int col, byte;
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
int regnum;
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
/* For GP registers, we print a separate row of names above the vals */
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
for (col = 0, regnum = start_regnum;
|
2004-01-17 17:27:30 +01:00
|
|
|
col < ncols && regnum < NUM_REGS + NUM_PSEUDO_REGS; regnum++)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
|
|
|
if (*REGISTER_NAME (regnum) == '\0')
|
1999-07-07 22:19:36 +02:00
|
|
|
continue; /* unused register */
|
2007-01-21 18:37:51 +01:00
|
|
|
if (TYPE_CODE (register_type (gdbarch, regnum)) ==
|
2004-01-17 17:27:30 +01:00
|
|
|
TYPE_CODE_FLT)
|
1999-07-07 22:19:36 +02:00
|
|
|
break; /* end the row: reached FP register */
|
2006-03-15 17:37:52 +01:00
|
|
|
if (col == 0)
|
|
|
|
fprintf_filtered (file, " ");
|
2004-01-17 17:27:30 +01:00
|
|
|
fprintf_filtered (file,
|
2004-04-30 02:43:09 +02:00
|
|
|
mips_abi_regsize (current_gdbarch) == 8 ? "%17s" : "%9s",
|
2003-05-31 18:36:28 +02:00
|
|
|
REGISTER_NAME (regnum));
|
1999-04-16 03:35:26 +02:00
|
|
|
col++;
|
|
|
|
}
|
2006-03-15 17:37:52 +01:00
|
|
|
|
|
|
|
if (col == 0)
|
|
|
|
return regnum;
|
|
|
|
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
/* print the R0 to R31 names */
|
2003-07-28 17:31:08 +02:00
|
|
|
if ((start_regnum % NUM_REGS) < MIPS_NUMREGS)
|
|
|
|
fprintf_filtered (file, "\n R%-4d", start_regnum % NUM_REGS);
|
|
|
|
else
|
|
|
|
fprintf_filtered (file, "\n ");
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
/* now print the values in hex, 4 or 8 to the row */
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
for (col = 0, regnum = start_regnum;
|
2004-01-17 17:27:30 +01:00
|
|
|
col < ncols && regnum < NUM_REGS + NUM_PSEUDO_REGS; regnum++)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
|
|
|
if (*REGISTER_NAME (regnum) == '\0')
|
1999-07-07 22:19:36 +02:00
|
|
|
continue; /* unused register */
|
2007-01-21 18:37:51 +01:00
|
|
|
if (TYPE_CODE (register_type (gdbarch, regnum)) ==
|
2004-01-17 17:27:30 +01:00
|
|
|
TYPE_CODE_FLT)
|
1999-07-07 22:19:36 +02:00
|
|
|
break; /* end row: reached FP register */
|
1999-04-16 03:35:26 +02:00
|
|
|
/* OK: get the data in raw format. */
|
2003-05-31 18:36:28 +02:00
|
|
|
if (!frame_register_read (frame, regnum, raw_buffer))
|
2005-02-10 Andrew Cagney <cagney@gnu.org>
Mark up all error and warning messages.
* ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
* bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
* core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
* cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
* dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
* dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
* event-top.c, exec.c, expprint.c, f-lang.c: Update.
* f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
* frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
* gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
* hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
* hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
* hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
* i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
* ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
* infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
* kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
* linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
* m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
* m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
* maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
* nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
* observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
* p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
* ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
* remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
* remote-rdp.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote-utils.h, remote.c: Update.
* rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
* ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
* sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
* solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
* solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
* somread.c, somsolib.c, source.c, stabsread.c: Update.
* stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
* symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
* uw-thread.c, valarith.c, valops.c, valprint.c: Update.
* value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
* xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
* cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
* cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
* mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
* mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
* mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
* tui/tui-win.c: Update.
2005-02-11 05:06:14 +01:00
|
|
|
error (_("can't read register %d (%s)"), regnum, REGISTER_NAME (regnum));
|
1999-04-16 03:35:26 +02:00
|
|
|
/* pad small registers */
|
2003-11-15 23:09:07 +01:00
|
|
|
for (byte = 0;
|
2004-04-30 02:43:09 +02:00
|
|
|
byte < (mips_abi_regsize (current_gdbarch)
|
2004-01-17 17:27:30 +01:00
|
|
|
- register_size (current_gdbarch, regnum)); byte++)
|
1999-04-16 03:35:26 +02:00
|
|
|
printf_filtered (" ");
|
|
|
|
/* Now print the register value in hex, endian order. */
|
2002-01-05 05:30:46 +01:00
|
|
|
if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
|
2004-01-17 17:27:30 +01:00
|
|
|
for (byte =
|
|
|
|
register_size (current_gdbarch,
|
|
|
|
regnum) - register_size (current_gdbarch, regnum);
|
|
|
|
byte < register_size (current_gdbarch, regnum); byte++)
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
fprintf_filtered (file, "%02x", raw_buffer[byte]);
|
1999-04-16 03:35:26 +02:00
|
|
|
else
|
2003-11-15 23:35:37 +01:00
|
|
|
for (byte = register_size (current_gdbarch, regnum) - 1;
|
2004-01-17 17:27:30 +01:00
|
|
|
byte >= 0; byte--)
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
fprintf_filtered (file, "%02x", raw_buffer[byte]);
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, " ");
|
1999-04-16 03:35:26 +02:00
|
|
|
col++;
|
|
|
|
}
|
1999-07-07 22:19:36 +02:00
|
|
|
if (col > 0) /* ie. if we actually printed anything... */
|
2003-05-31 18:36:28 +02:00
|
|
|
fprintf_filtered (file, "\n");
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
return regnum;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* MIPS_DO_REGISTERS_INFO(): called by "info register" command */
|
|
|
|
|
2002-08-16 05:07:34 +02:00
|
|
|
static void
|
2003-05-31 18:36:28 +02:00
|
|
|
mips_print_registers_info (struct gdbarch *gdbarch, struct ui_file *file,
|
|
|
|
struct frame_info *frame, int regnum, int all)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
1999-07-07 22:19:36 +02:00
|
|
|
if (regnum != -1) /* do one specified register */
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
gdb_assert (regnum >= NUM_REGS);
|
1999-04-16 03:35:26 +02:00
|
|
|
if (*(REGISTER_NAME (regnum)) == '\0')
|
2005-02-10 Andrew Cagney <cagney@gnu.org>
Mark up all error and warning messages.
* ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
* bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
* core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
* cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
* dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
* dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
* event-top.c, exec.c, expprint.c, f-lang.c: Update.
* f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
* frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
* gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
* hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
* hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
* hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
* i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
* ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
* infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
* kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
* linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
* m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
* m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
* maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
* nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
* observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
* p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
* ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
* remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
* remote-rdp.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote-utils.h, remote.c: Update.
* rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
* ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
* sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
* solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
* solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
* somread.c, somsolib.c, source.c, stabsread.c: Update.
* stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
* symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
* uw-thread.c, valarith.c, valops.c, valprint.c: Update.
* value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
* xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
* cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
* cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
* mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
* mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
* mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
* tui/tui-win.c: Update.
2005-02-11 05:06:14 +01:00
|
|
|
error (_("Not a valid register for the current processor type"));
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2003-05-31 18:36:28 +02:00
|
|
|
mips_print_register (file, frame, regnum, 0);
|
|
|
|
fprintf_filtered (file, "\n");
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
1999-07-07 22:19:36 +02:00
|
|
|
else
|
|
|
|
/* do all (or most) registers */
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
regnum = NUM_REGS;
|
|
|
|
while (regnum < NUM_REGS + NUM_PSEUDO_REGS)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2007-01-21 18:37:51 +01:00
|
|
|
if (TYPE_CODE (register_type (gdbarch, regnum)) ==
|
2004-01-17 17:27:30 +01:00
|
|
|
TYPE_CODE_FLT)
|
2003-05-31 18:36:28 +02:00
|
|
|
{
|
|
|
|
if (all) /* true for "INFO ALL-REGISTERS" command */
|
|
|
|
regnum = print_fp_register_row (file, frame, regnum);
|
|
|
|
else
|
|
|
|
regnum += MIPS_NUMREGS; /* skip floating point regs */
|
|
|
|
}
|
1999-04-16 03:35:26 +02:00
|
|
|
else
|
2003-05-31 18:36:28 +02:00
|
|
|
regnum = print_gp_register_row (file, frame, regnum);
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Is this a branch with a delay slot? */
|
|
|
|
|
|
|
|
static int
|
2000-07-11 13:02:11 +02:00
|
|
|
is_delayed (unsigned long insn)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
|
|
|
int i;
|
|
|
|
for (i = 0; i < NUMOPCODES; ++i)
|
|
|
|
if (mips_opcodes[i].pinfo != INSN_MACRO
|
|
|
|
&& (insn & mips_opcodes[i].mask) == mips_opcodes[i].match)
|
|
|
|
break;
|
|
|
|
return (i < NUMOPCODES
|
|
|
|
&& (mips_opcodes[i].pinfo & (INSN_UNCOND_BRANCH_DELAY
|
|
|
|
| INSN_COND_BRANCH_DELAY
|
|
|
|
| INSN_COND_BRANCH_LIKELY)));
|
|
|
|
}
|
|
|
|
|
|
|
|
int
|
2004-10-31 18:38:16 +01:00
|
|
|
mips_single_step_through_delay (struct gdbarch *gdbarch,
|
|
|
|
struct frame_info *frame)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2004-10-31 18:38:16 +01:00
|
|
|
CORE_ADDR pc = get_frame_pc (frame);
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
gdb_byte buf[MIPS_INSN32_SIZE];
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
/* There is no branch delay slot on MIPS16. */
|
2004-10-30 19:53:47 +02:00
|
|
|
if (mips_pc_is_mips16 (pc))
|
1999-04-16 03:35:26 +02:00
|
|
|
return 0;
|
|
|
|
|
2005-03-17 19:07:46 +01:00
|
|
|
if (!breakpoint_here_p (pc + 4))
|
|
|
|
return 0;
|
|
|
|
|
2004-10-31 18:38:16 +01:00
|
|
|
if (!safe_frame_unwind_memory (frame, pc, buf, sizeof buf))
|
|
|
|
/* If error reading memory, guess that it is not a delayed
|
|
|
|
branch. */
|
1999-04-16 03:35:26 +02:00
|
|
|
return 0;
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
return is_delayed (extract_unsigned_integer (buf, sizeof buf));
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
2004-01-17 17:27:30 +01:00
|
|
|
/* To skip prologues, I use this predicate. Returns either PC itself
|
|
|
|
if the code at PC does not look like a function prologue; otherwise
|
|
|
|
returns an address that (if we're lucky) follows the prologue. If
|
|
|
|
LENIENT, then we must skip everything which is involved in setting
|
|
|
|
up the frame (it's OK to skip more, just so long as we don't skip
|
|
|
|
anything which might clobber the registers which are being saved.
|
|
|
|
We must skip more in the case where part of the prologue is in the
|
|
|
|
delay slot of a non-prologue instruction). */
|
|
|
|
|
|
|
|
static CORE_ADDR
|
|
|
|
mips_skip_prologue (CORE_ADDR pc)
|
|
|
|
{
|
2004-10-30 21:06:50 +02:00
|
|
|
CORE_ADDR limit_pc;
|
|
|
|
CORE_ADDR func_addr;
|
|
|
|
|
2004-01-17 17:27:30 +01:00
|
|
|
/* See if we can determine the end of the prologue via the symbol table.
|
|
|
|
If so, then return either PC, or the PC after the prologue, whichever
|
|
|
|
is greater. */
|
2004-10-30 21:06:50 +02:00
|
|
|
if (find_pc_partial_function (pc, NULL, &func_addr, NULL))
|
|
|
|
{
|
|
|
|
CORE_ADDR post_prologue_pc = skip_prologue_using_sal (func_addr);
|
|
|
|
if (post_prologue_pc != 0)
|
|
|
|
return max (pc, post_prologue_pc);
|
|
|
|
}
|
2004-01-17 17:27:30 +01:00
|
|
|
|
|
|
|
/* Can't determine prologue from the symbol table, need to examine
|
|
|
|
instructions. */
|
|
|
|
|
2004-10-15 00:34:25 +02:00
|
|
|
/* Find an upper limit on the function prologue using the debug
|
|
|
|
information. If the debug information could not be used to provide
|
|
|
|
that bound, then use an arbitrary large number as the upper bound. */
|
|
|
|
limit_pc = skip_prologue_using_sal (pc);
|
|
|
|
if (limit_pc == 0)
|
|
|
|
limit_pc = pc + 100; /* Magic. */
|
|
|
|
|
2004-10-30 19:53:47 +02:00
|
|
|
if (mips_pc_is_mips16 (pc))
|
2004-10-15 09:09:10 +02:00
|
|
|
return mips16_scan_prologue (pc, limit_pc, NULL, NULL);
|
2004-01-17 17:27:30 +01:00
|
|
|
else
|
2004-10-15 09:09:10 +02:00
|
|
|
return mips32_scan_prologue (pc, limit_pc, NULL, NULL);
|
2002-08-19 23:25:43 +02:00
|
|
|
}
|
|
|
|
|
2000-04-09 16:35:35 +02:00
|
|
|
/* Root of all "set mips "/"show mips " commands. This will eventually be
|
|
|
|
used for all MIPS-specific commands. */
|
|
|
|
|
|
|
|
static void
|
2000-07-11 13:02:11 +02:00
|
|
|
show_mips_command (char *args, int from_tty)
|
2000-04-09 16:35:35 +02:00
|
|
|
{
|
|
|
|
help_list (showmipscmdlist, "show mips ", all_commands, gdb_stdout);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2000-07-11 13:02:11 +02:00
|
|
|
set_mips_command (char *args, int from_tty)
|
2000-04-09 16:35:35 +02:00
|
|
|
{
|
2004-01-17 17:27:30 +01:00
|
|
|
printf_unfiltered
|
|
|
|
("\"set mips\" must be followed by an appropriate subcommand.\n");
|
2000-04-09 16:35:35 +02:00
|
|
|
help_list (setmipscmdlist, "set mips ", all_commands, gdb_stdout);
|
|
|
|
}
|
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
/* Commands to show/set the MIPS FPU type. */
|
|
|
|
|
|
|
|
static void
|
2000-07-11 13:02:11 +02:00
|
|
|
show_mipsfpu_command (char *args, int from_tty)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
|
|
|
char *fpu;
|
|
|
|
switch (MIPS_FPU_TYPE)
|
|
|
|
{
|
|
|
|
case MIPS_FPU_SINGLE:
|
|
|
|
fpu = "single-precision";
|
|
|
|
break;
|
|
|
|
case MIPS_FPU_DOUBLE:
|
|
|
|
fpu = "double-precision";
|
|
|
|
break;
|
|
|
|
case MIPS_FPU_NONE:
|
|
|
|
fpu = "absent (none)";
|
|
|
|
break;
|
2001-03-28 23:42:32 +02:00
|
|
|
default:
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
internal_error (__FILE__, __LINE__, _("bad switch"));
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
if (mips_fpu_type_auto)
|
2004-01-17 17:27:30 +01:00
|
|
|
printf_unfiltered
|
|
|
|
("The MIPS floating-point coprocessor is set automatically (currently %s)\n",
|
|
|
|
fpu);
|
1999-04-16 03:35:26 +02:00
|
|
|
else
|
2004-01-17 17:27:30 +01:00
|
|
|
printf_unfiltered
|
|
|
|
("The MIPS floating-point coprocessor is assumed to be %s\n", fpu);
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
static void
|
2000-07-11 13:02:11 +02:00
|
|
|
set_mipsfpu_command (char *args, int from_tty)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2004-01-17 17:27:30 +01:00
|
|
|
printf_unfiltered
|
|
|
|
("\"set mipsfpu\" must be followed by \"double\", \"single\",\"none\" or \"auto\".\n");
|
1999-04-16 03:35:26 +02:00
|
|
|
show_mipsfpu_command (args, from_tty);
|
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2000-07-11 13:02:11 +02:00
|
|
|
set_mipsfpu_single_command (char *args, int from_tty)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2004-01-08 05:57:38 +01:00
|
|
|
struct gdbarch_info info;
|
|
|
|
gdbarch_info_init (&info);
|
1999-04-16 03:35:26 +02:00
|
|
|
mips_fpu_type = MIPS_FPU_SINGLE;
|
|
|
|
mips_fpu_type_auto = 0;
|
2004-01-08 05:57:38 +01:00
|
|
|
/* FIXME: cagney/2003-11-15: Should be setting a field in "info"
|
|
|
|
instead of relying on globals. Doing that would let generic code
|
|
|
|
handle the search for this specific architecture. */
|
|
|
|
if (!gdbarch_update_p (info))
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
internal_error (__FILE__, __LINE__, _("set mipsfpu failed"));
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2000-07-11 13:02:11 +02:00
|
|
|
set_mipsfpu_double_command (char *args, int from_tty)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2004-01-08 05:57:38 +01:00
|
|
|
struct gdbarch_info info;
|
|
|
|
gdbarch_info_init (&info);
|
1999-04-16 03:35:26 +02:00
|
|
|
mips_fpu_type = MIPS_FPU_DOUBLE;
|
|
|
|
mips_fpu_type_auto = 0;
|
2004-01-08 05:57:38 +01:00
|
|
|
/* FIXME: cagney/2003-11-15: Should be setting a field in "info"
|
|
|
|
instead of relying on globals. Doing that would let generic code
|
|
|
|
handle the search for this specific architecture. */
|
|
|
|
if (!gdbarch_update_p (info))
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
internal_error (__FILE__, __LINE__, _("set mipsfpu failed"));
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2000-07-11 13:02:11 +02:00
|
|
|
set_mipsfpu_none_command (char *args, int from_tty)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2004-01-08 05:57:38 +01:00
|
|
|
struct gdbarch_info info;
|
|
|
|
gdbarch_info_init (&info);
|
1999-04-16 03:35:26 +02:00
|
|
|
mips_fpu_type = MIPS_FPU_NONE;
|
|
|
|
mips_fpu_type_auto = 0;
|
2004-01-08 05:57:38 +01:00
|
|
|
/* FIXME: cagney/2003-11-15: Should be setting a field in "info"
|
|
|
|
instead of relying on globals. Doing that would let generic code
|
|
|
|
handle the search for this specific architecture. */
|
|
|
|
if (!gdbarch_update_p (info))
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
internal_error (__FILE__, __LINE__, _("set mipsfpu failed"));
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
static void
|
2000-07-11 13:02:11 +02:00
|
|
|
set_mipsfpu_auto_command (char *args, int from_tty)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
|
|
|
mips_fpu_type_auto = 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Attempt to identify the particular processor model by reading the
|
2003-11-16 23:46:49 +01:00
|
|
|
processor id. NOTE: cagney/2003-11-15: Firstly it isn't clear that
|
|
|
|
the relevant processor still exists (it dates back to '94) and
|
|
|
|
secondly this is not the way to do this. The processor type should
|
|
|
|
be set by forcing an architecture change. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2003-11-16 23:46:49 +01:00
|
|
|
void
|
|
|
|
deprecated_mips_set_processor_regs_hack (void)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2003-11-16 23:46:49 +01:00
|
|
|
struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
|
1999-04-16 03:35:26 +02:00
|
|
|
CORE_ADDR prid;
|
|
|
|
|
2004-10-31 01:22:54 +02:00
|
|
|
prid = read_register (MIPS_PRID_REGNUM);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
if ((prid & ~0xf) == 0x700)
|
2003-11-16 23:46:49 +01:00
|
|
|
tdep->mips_processor_reg_names = mips_r3041_reg_names;
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Just like reinit_frame_cache, but with the right arguments to be
|
|
|
|
callable as an sfunc. */
|
|
|
|
|
|
|
|
static void
|
2000-07-11 13:02:11 +02:00
|
|
|
reinit_frame_cache_sfunc (char *args, int from_tty,
|
|
|
|
struct cmd_list_element *c)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
|
|
|
reinit_frame_cache ();
|
|
|
|
}
|
|
|
|
|
2003-09-04 Andrew Cagney <cagney@redhat.com>
* avr-tdep.c: Include "dis-asm.h".
* cris-tdep.c: Include "dis-asm.h".
(cris_delayed_get_disassembler): Use "struct disassemble_info"
instead of corresponding typedef.
* h8300-tdep.c: Include "dis-asm.h".
* ia64-tdep.c: Include "dis-asm.h".
* i386-tdep.c: Include "dis-asm.h".
(i386_print_insn): Use "struct disassemble_info" instead of
corresponding typedef.
* m68k-tdep.c: Include "dis-asm.h".
* mcore-tdep.c: Include "dis-asm.h".
* mips-tdep.c: Include "dis-asm.h".
(gdb_print_insn_mips): Make static, use "struct disassemble_info"
instead of corresponding typedef.
* ns32k-tdep.c: Include "dis-asm.h".
* s390-tdep.c: Include "dis-asm.h".
* sparc-tdep.c: Include "dis-asm.h".
* vax-tdep.c: Include "dis-asm.h".
* v850-tdep.c: Include "dis-asm.h".
* mn10300-tdep.c: Include "dis-asm.h".
* rs6000-tdep.c: Include "dis-asm.h".
* xstormy16-tdep.c: Include "dis-asm.h".
(_initialize_xstormy16_tdep): Delete "extern" declaration of
print_insn_xstormy16.
* Makefile.in (v850-tdep.o): Update dependencies.
(vax-tdep.o, sparc-tdep.o, s390-tdep.o): Ditto.
(ns32k-tdep.o, mips-tdep.o, mcore-tdep.o): Ditto.
(m68k-tdep.o, ia64-tdep.o, i386-tdep.o): Ditto.
(h8300-tdep.o, cris-tdep.o, avr-tdep.o): Ditto.
(mn10300-tdep.o, xstormy16-tdep.o, disasm.o): Ditto.
(gdbarch_h): Remove $(dis_asm_h).
* disasm.c: Include "dis-asm.h".
(dis_asm_read_memory): Use "struct disassemble_info" instead of
corresponding typedef.
(dis_asm_memory_error, dump_insns, do_assembly_only): Ditto.
(gdb_disassemble_info, gdb_disassembly, gdb_print_insn): Ditto.
* gdbarch.sh: Do not include "dis-asm.h".
(struct disassemble_info): Declare opaque.
(TARGET_PRINT_INSN): Update declaration.
* gdbarch.h, gdbarch.c: Re-generate.
2003-09-09 06:41:32 +02:00
|
|
|
static int
|
|
|
|
gdb_print_insn_mips (bfd_vma memaddr, struct disassemble_info *info)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2003-08-28 06:34:19 +02:00
|
|
|
struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2003-06-26 20:01:58 +02:00
|
|
|
/* FIXME: cagney/2003-06-26: Is this even necessary? The
|
|
|
|
disassembler needs to be able to locally determine the ISA, and
|
|
|
|
not rely on GDB. Otherwize the stand-alone 'objdump -d' will not
|
|
|
|
work. */
|
2004-10-30 21:58:11 +02:00
|
|
|
if (mips_pc_is_mips16 (memaddr))
|
|
|
|
info->mach = bfd_mach_mips16;
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
/* Round down the instruction address to the appropriate boundary. */
|
2000-07-07 01:17:32 +02:00
|
|
|
memaddr &= (info->mach == bfd_mach_mips16 ? ~1 : ~3);
|
1999-07-07 22:19:36 +02:00
|
|
|
|
2003-08-28 06:34:19 +02:00
|
|
|
/* Set the disassembler options. */
|
2004-01-17 17:27:30 +01:00
|
|
|
if (tdep->mips_abi == MIPS_ABI_N32 || tdep->mips_abi == MIPS_ABI_N64)
|
2003-08-28 06:34:19 +02:00
|
|
|
{
|
|
|
|
/* Set up the disassembler info, so that we get the right
|
2004-01-17 17:27:30 +01:00
|
|
|
register names from libopcodes. */
|
2003-08-28 06:34:19 +02:00
|
|
|
if (tdep->mips_abi == MIPS_ABI_N32)
|
|
|
|
info->disassembler_options = "gpr-names=n32";
|
|
|
|
else
|
|
|
|
info->disassembler_options = "gpr-names=64";
|
|
|
|
info->flavour = bfd_target_elf_flavour;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
/* This string is not recognized explicitly by the disassembler,
|
|
|
|
but it tells the disassembler to not try to guess the ABI from
|
|
|
|
the bfd elf headers, such that, if the user overrides the ABI
|
|
|
|
of a program linked as NewABI, the disassembly will follow the
|
|
|
|
register naming conventions specified by the user. */
|
|
|
|
info->disassembler_options = "gpr-names=32";
|
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
/* Call the appropriate disassembler based on the target endian-ness. */
|
2002-01-05 05:30:46 +01:00
|
|
|
if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
|
1999-04-16 03:35:26 +02:00
|
|
|
return print_insn_big_mips (memaddr, info);
|
|
|
|
else
|
|
|
|
return print_insn_little_mips (memaddr, info);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* This function implements the BREAKPOINT_FROM_PC macro. It uses the program
|
|
|
|
counter value to determine whether a 16- or 32-bit breakpoint should be
|
|
|
|
used. It returns a pointer to a string of bytes that encode a breakpoint
|
|
|
|
instruction, stores the length of the string to *lenptr, and adjusts pc
|
|
|
|
(if necessary) to point to the actual memory location where the
|
|
|
|
breakpoint should be inserted. */
|
|
|
|
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
static const gdb_byte *
|
2004-01-17 17:27:30 +01:00
|
|
|
mips_breakpoint_from_pc (CORE_ADDR *pcptr, int *lenptr)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2002-01-05 05:30:46 +01:00
|
|
|
if (TARGET_BYTE_ORDER == BFD_ENDIAN_BIG)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
2004-10-30 19:53:47 +02:00
|
|
|
if (mips_pc_is_mips16 (*pcptr))
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
static gdb_byte mips16_big_breakpoint[] = { 0xe8, 0xa5 };
|
2003-06-01 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (is_mips16_addr): New function.
(make_mips16_addr, unmake_mips16_addr): New functions.
(pc_is_mips16, mips_fetch_instruction): Use.
(gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
(gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
(mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
TARGET_MIPS.
* config/mips/tm-mips.h: Update copyright.
(TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
(DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
(IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
* config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
(TM_PRINT_INSN_MACH): Delete.
* config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
2003-06-01 17:45:57 +02:00
|
|
|
*pcptr = unmake_mips16_addr (*pcptr);
|
1999-07-07 22:19:36 +02:00
|
|
|
*lenptr = sizeof (mips16_big_breakpoint);
|
1999-04-16 03:35:26 +02:00
|
|
|
return mips16_big_breakpoint;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2003-05-16 00:58:39 +02:00
|
|
|
/* The IDT board uses an unusual breakpoint value, and
|
|
|
|
sometimes gets confused when it sees the usual MIPS
|
|
|
|
breakpoint instruction. */
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
static gdb_byte big_breakpoint[] = { 0, 0x5, 0, 0xd };
|
|
|
|
static gdb_byte pmon_big_breakpoint[] = { 0, 0, 0, 0xd };
|
|
|
|
static gdb_byte idt_big_breakpoint[] = { 0, 0, 0x0a, 0xd };
|
1999-04-16 03:35:26 +02:00
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
*lenptr = sizeof (big_breakpoint);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
if (strcmp (target_shortname, "mips") == 0)
|
|
|
|
return idt_big_breakpoint;
|
|
|
|
else if (strcmp (target_shortname, "ddb") == 0
|
|
|
|
|| strcmp (target_shortname, "pmon") == 0
|
|
|
|
|| strcmp (target_shortname, "lsi") == 0)
|
|
|
|
return pmon_big_breakpoint;
|
|
|
|
else
|
|
|
|
return big_breakpoint;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2004-10-30 19:53:47 +02:00
|
|
|
if (mips_pc_is_mips16 (*pcptr))
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
static gdb_byte mips16_little_breakpoint[] = { 0xa5, 0xe8 };
|
2003-06-01 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (is_mips16_addr): New function.
(make_mips16_addr, unmake_mips16_addr): New functions.
(pc_is_mips16, mips_fetch_instruction): Use.
(gdb_print_insn_mips, mips_breakpoint_from_pc): Use.
(gdb_print_insn_mips): Eliminate TM_PRINT_INSN_MACH.
(mips_dump_tdep): Delete print of TM_PRINT_INSN_MACH,
UNMAKE_MIPS16_ADDR, MAKE_MIPS16_ADDR, IS_MIPS16_ADDR and
TARGET_MIPS.
* config/mips/tm-mips.h: Update copyright.
(TARGET_MIPS, TM_PRINT_INSN_MACH): Delete.
(DEPRECATED_REGISTER_SIZE, DEPRECATED_REGISTER_BYTES): Delete.
(IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR): Delete.
* config/mips/tm-irix6.h (DEPRECATED_REGISTER_BYTES): Delete.
(TM_PRINT_INSN_MACH): Delete.
* config/mips/tm-irix5.h (DEPRECATED_REGISTER_BYTES): Delete.
2003-06-01 17:45:57 +02:00
|
|
|
*pcptr = unmake_mips16_addr (*pcptr);
|
1999-07-07 22:19:36 +02:00
|
|
|
*lenptr = sizeof (mips16_little_breakpoint);
|
1999-04-16 03:35:26 +02:00
|
|
|
return mips16_little_breakpoint;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
* mips-tdep.c (mips_pseudo_register_read)
(mips_pseudo_register_write): Change type of last argument to
`gdb_byte *'.
(mips_register_to_value, mips_value_to_register): Change type of
last argument to `gdb_byte *'. Remove casts that are no longer
needed.
(mips_fetch_instruction, fetch_mips_16): Use gdb_byte for buf.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_o32_push_dummy_call, mips_o32_return_value): Use `const
gdb_byte *' for val and gdb_byte for valbuf. Remove casts that
are no longer needed.
(mips_eabi_return_value, mips_n32n64_return_value)
(mips_o32_return_value, mips_o64_return_value): Change type of
readbuf and writebuf arguments to `gdb_byte *'.
(mips_read_fp_register_single): Change type of last argument to
`gdb_byte *'. Use `gdb_byte *' for raw_buffer.
(mips_read_fp_register_double): Change type of last argument to
`gdb_byte *'.
(mips_print_fp_register): Use `gdb_byte *' for raw_buffer. Remove
casts that are no longer needed.
(mips_print_register, print_gp_register_row): Use gdb_byte for
raw_buffer. Remove casts that are no longer needed.
(mips_single_step_through_delay): Use gdb_byte for buf.
(mips_breakpoint_from_pc): Change return type to `const gdb_byte
*'. Use gdb_byte for mips16_big_breakpoint, big_breakpoint,
pmon_big_breakpoint, idt_big_breakpoint, mips16_little_breakpoint,
little_breakpoint, pmon_little_breakpoint and
idt_little_breakpoint.
(mips_integer_to_address): Use `gdb_byte *' for tmp.
2005-05-14 21:43:18 +02:00
|
|
|
static gdb_byte little_breakpoint[] = { 0xd, 0, 0x5, 0 };
|
|
|
|
static gdb_byte pmon_little_breakpoint[] = { 0xd, 0, 0, 0 };
|
|
|
|
static gdb_byte idt_little_breakpoint[] = { 0xd, 0x0a, 0, 0 };
|
1999-04-16 03:35:26 +02:00
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
*lenptr = sizeof (little_breakpoint);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
if (strcmp (target_shortname, "mips") == 0)
|
|
|
|
return idt_little_breakpoint;
|
|
|
|
else if (strcmp (target_shortname, "ddb") == 0
|
|
|
|
|| strcmp (target_shortname, "pmon") == 0
|
|
|
|
|| strcmp (target_shortname, "lsi") == 0)
|
|
|
|
return pmon_little_breakpoint;
|
|
|
|
else
|
|
|
|
return little_breakpoint;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* If PC is in a mips16 call or return stub, return the address of the target
|
|
|
|
PC, which is either the callee or the caller. There are several
|
|
|
|
cases which must be handled:
|
|
|
|
|
|
|
|
* If the PC is in __mips16_ret_{d,s}f, this is a return stub and the
|
1999-07-07 22:19:36 +02:00
|
|
|
target PC is in $31 ($ra).
|
1999-04-16 03:35:26 +02:00
|
|
|
* If the PC is in __mips16_call_stub_{1..10}, this is a call stub
|
1999-07-07 22:19:36 +02:00
|
|
|
and the target PC is in $2.
|
1999-04-16 03:35:26 +02:00
|
|
|
* If the PC at the start of __mips16_call_stub_{s,d}f_{0..10}, i.e.
|
1999-07-07 22:19:36 +02:00
|
|
|
before the jal instruction, this is effectively a call stub
|
|
|
|
and the the target PC is in $2. Otherwise this is effectively
|
|
|
|
a return stub and the target PC is in $18.
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
See the source code for the stubs in gcc/config/mips/mips16.S for
|
2004-10-26 16:44:00 +02:00
|
|
|
gory details. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2002-08-21 00:44:55 +02:00
|
|
|
static CORE_ADDR
|
2004-10-26 16:44:00 +02:00
|
|
|
mips_skip_trampoline_code (CORE_ADDR pc)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
|
|
|
char *name;
|
|
|
|
CORE_ADDR start_addr;
|
|
|
|
|
|
|
|
/* Find the starting address and name of the function containing the PC. */
|
|
|
|
if (find_pc_partial_function (pc, &name, &start_addr, NULL) == 0)
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
/* If the PC is in __mips16_ret_{d,s}f, this is a return stub and the
|
|
|
|
target PC is in $31 ($ra). */
|
|
|
|
if (strcmp (name, "__mips16_ret_sf") == 0
|
|
|
|
|| strcmp (name, "__mips16_ret_df") == 0)
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
return read_signed_register (MIPS_RA_REGNUM);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
if (strncmp (name, "__mips16_call_stub_", 19) == 0)
|
|
|
|
{
|
|
|
|
/* If the PC is in __mips16_call_stub_{1..10}, this is a call stub
|
|
|
|
and the target PC is in $2. */
|
|
|
|
if (name[19] >= '0' && name[19] <= '9')
|
2000-07-11 12:24:25 +02:00
|
|
|
return read_signed_register (2);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
/* If the PC at the start of __mips16_call_stub_{s,d}f_{0..10}, i.e.
|
1999-07-07 22:19:36 +02:00
|
|
|
before the jal instruction, this is effectively a call stub
|
|
|
|
and the the target PC is in $2. Otherwise this is effectively
|
|
|
|
a return stub and the target PC is in $18. */
|
1999-04-16 03:35:26 +02:00
|
|
|
else if (name[19] == 's' || name[19] == 'd')
|
|
|
|
{
|
|
|
|
if (pc == start_addr)
|
|
|
|
{
|
|
|
|
/* Check if the target of the stub is a compiler-generated
|
1999-07-07 22:19:36 +02:00
|
|
|
stub. Such a stub for a function bar might have a name
|
|
|
|
like __fn_stub_bar, and might look like this:
|
|
|
|
mfc1 $4,$f13
|
|
|
|
mfc1 $5,$f12
|
|
|
|
mfc1 $6,$f15
|
|
|
|
mfc1 $7,$f14
|
|
|
|
la $1,bar (becomes a lui/addiu pair)
|
|
|
|
jr $1
|
|
|
|
So scan down to the lui/addi and extract the target
|
|
|
|
address from those two instructions. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2000-07-11 12:24:25 +02:00
|
|
|
CORE_ADDR target_pc = read_signed_register (2);
|
2004-10-31 00:11:18 +02:00
|
|
|
ULONGEST inst;
|
1999-04-16 03:35:26 +02:00
|
|
|
int i;
|
|
|
|
|
|
|
|
/* See if the name of the target function is __fn_stub_*. */
|
2004-01-17 17:27:30 +01:00
|
|
|
if (find_pc_partial_function (target_pc, &name, NULL, NULL) ==
|
|
|
|
0)
|
1999-04-16 03:35:26 +02:00
|
|
|
return target_pc;
|
|
|
|
if (strncmp (name, "__fn_stub_", 10) != 0
|
|
|
|
&& strcmp (name, "etext") != 0
|
|
|
|
&& strcmp (name, "_etext") != 0)
|
|
|
|
return target_pc;
|
|
|
|
|
|
|
|
/* Scan through this _fn_stub_ code for the lui/addiu pair.
|
1999-07-07 22:19:36 +02:00
|
|
|
The limit on the search is arbitrarily set to 20
|
|
|
|
instructions. FIXME. */
|
2004-10-30 22:54:54 +02:00
|
|
|
for (i = 0, pc = 0; i < 20; i++, target_pc += MIPS_INSN32_SIZE)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
1999-07-07 22:19:36 +02:00
|
|
|
inst = mips_fetch_instruction (target_pc);
|
|
|
|
if ((inst & 0xffff0000) == 0x3c010000) /* lui $at */
|
|
|
|
pc = (inst << 16) & 0xffff0000; /* high word */
|
|
|
|
else if ((inst & 0xffff0000) == 0x24210000) /* addiu $at */
|
|
|
|
return pc | (inst & 0xffff); /* low word */
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Couldn't find the lui/addui pair, so return stub address. */
|
|
|
|
return target_pc;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
/* This is the 'return' part of a call stub. The return
|
|
|
|
address is in $r18. */
|
2000-07-11 12:24:25 +02:00
|
|
|
return read_signed_register (18);
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
}
|
1999-07-07 22:19:36 +02:00
|
|
|
return 0; /* not a stub */
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
/* Convert a dbx stab register number (from `r' declaration) to a GDB
|
|
|
|
[1 * NUM_REGS .. 2 * NUM_REGS) REGNUM. */
|
2000-12-04 05:01:16 +01:00
|
|
|
|
|
|
|
static int
|
|
|
|
mips_stab_reg_to_regnum (int num)
|
|
|
|
{
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
int regnum;
|
2003-03-12 00:15:38 +01:00
|
|
|
if (num >= 0 && num < 32)
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
regnum = num;
|
2003-03-12 00:15:38 +01:00
|
|
|
else if (num >= 38 && num < 70)
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
regnum = num + mips_regnum (current_gdbarch)->fp0 - 38;
|
2003-04-02 07:12:25 +02:00
|
|
|
else if (num == 70)
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
regnum = mips_regnum (current_gdbarch)->hi;
|
2003-04-02 07:12:25 +02:00
|
|
|
else if (num == 71)
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
regnum = mips_regnum (current_gdbarch)->lo;
|
2003-03-12 00:15:38 +01:00
|
|
|
else
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
/* This will hopefully (eventually) provoke a warning. Should
|
|
|
|
we be calling complaint() here? */
|
|
|
|
return NUM_REGS + NUM_PSEUDO_REGS;
|
|
|
|
return NUM_REGS + regnum;
|
2000-12-04 05:01:16 +01:00
|
|
|
}
|
|
|
|
|
2003-03-12 00:15:38 +01:00
|
|
|
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
/* Convert a dwarf, dwarf2, or ecoff register number to a GDB [1 *
|
|
|
|
NUM_REGS .. 2 * NUM_REGS) REGNUM. */
|
2000-12-04 05:01:16 +01:00
|
|
|
|
|
|
|
static int
|
2003-03-12 00:15:38 +01:00
|
|
|
mips_dwarf_dwarf2_ecoff_reg_to_regnum (int num)
|
2000-12-04 05:01:16 +01:00
|
|
|
{
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
int regnum;
|
2003-03-12 00:15:38 +01:00
|
|
|
if (num >= 0 && num < 32)
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
regnum = num;
|
2003-03-12 00:15:38 +01:00
|
|
|
else if (num >= 32 && num < 64)
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
regnum = num + mips_regnum (current_gdbarch)->fp0 - 32;
|
2003-04-02 07:12:25 +02:00
|
|
|
else if (num == 64)
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
regnum = mips_regnum (current_gdbarch)->hi;
|
2003-04-02 07:12:25 +02:00
|
|
|
else if (num == 65)
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
regnum = mips_regnum (current_gdbarch)->lo;
|
2003-03-12 00:15:38 +01:00
|
|
|
else
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
/* This will hopefully (eventually) provoke a warning. Should we
|
|
|
|
be calling complaint() here? */
|
|
|
|
return NUM_REGS + NUM_PSEUDO_REGS;
|
|
|
|
return NUM_REGS + regnum;
|
|
|
|
}
|
|
|
|
|
|
|
|
static int
|
|
|
|
mips_register_sim_regno (int regnum)
|
|
|
|
{
|
|
|
|
/* Only makes sense to supply raw registers. */
|
|
|
|
gdb_assert (regnum >= 0 && regnum < NUM_REGS);
|
|
|
|
/* FIXME: cagney/2002-05-13: Need to look at the pseudo register to
|
|
|
|
decide if it is valid. Should instead define a standard sim/gdb
|
|
|
|
register numbering scheme. */
|
|
|
|
if (REGISTER_NAME (NUM_REGS + regnum) != NULL
|
|
|
|
&& REGISTER_NAME (NUM_REGS + regnum)[0] != '\0')
|
|
|
|
return regnum;
|
|
|
|
else
|
2004-01-17 17:27:30 +01:00
|
|
|
return LEGACY_SIM_REGNO_IGNORE;
|
2000-12-04 05:01:16 +01:00
|
|
|
}
|
|
|
|
|
2003-03-12 00:15:38 +01:00
|
|
|
|
2006-07-13 15:14:54 +02:00
|
|
|
/* Convert an integer into an address. Extracting the value signed
|
|
|
|
guarantees a correctly sign extended address. */
|
2001-10-15 20:18:30 +02:00
|
|
|
|
|
|
|
static CORE_ADDR
|
2005-01-27 22:00:59 +01:00
|
|
|
mips_integer_to_address (struct gdbarch *gdbarch,
|
2005-06-25 13:58:35 +02:00
|
|
|
struct type *type, const gdb_byte *buf)
|
2001-10-15 20:18:30 +02:00
|
|
|
{
|
2006-07-13 15:14:54 +02:00
|
|
|
return (CORE_ADDR) extract_signed_integer (buf, TYPE_LENGTH (type));
|
2001-10-15 20:18:30 +02:00
|
|
|
}
|
|
|
|
|
2002-06-09 21:36:15 +02:00
|
|
|
static void
|
|
|
|
mips_find_abi_section (bfd *abfd, asection *sect, void *obj)
|
|
|
|
{
|
|
|
|
enum mips_abi *abip = (enum mips_abi *) obj;
|
|
|
|
const char *name = bfd_get_section_name (abfd, sect);
|
|
|
|
|
|
|
|
if (*abip != MIPS_ABI_UNKNOWN)
|
|
|
|
return;
|
|
|
|
|
|
|
|
if (strncmp (name, ".mdebug.", 8) != 0)
|
|
|
|
return;
|
|
|
|
|
|
|
|
if (strcmp (name, ".mdebug.abi32") == 0)
|
|
|
|
*abip = MIPS_ABI_O32;
|
|
|
|
else if (strcmp (name, ".mdebug.abiN32") == 0)
|
|
|
|
*abip = MIPS_ABI_N32;
|
2002-10-02 03:28:55 +02:00
|
|
|
else if (strcmp (name, ".mdebug.abi64") == 0)
|
2002-07-31 21:08:46 +02:00
|
|
|
*abip = MIPS_ABI_N64;
|
2002-06-09 21:36:15 +02:00
|
|
|
else if (strcmp (name, ".mdebug.abiO64") == 0)
|
|
|
|
*abip = MIPS_ABI_O64;
|
|
|
|
else if (strcmp (name, ".mdebug.eabi32") == 0)
|
|
|
|
*abip = MIPS_ABI_EABI32;
|
|
|
|
else if (strcmp (name, ".mdebug.eabi64") == 0)
|
|
|
|
*abip = MIPS_ABI_EABI64;
|
|
|
|
else
|
2005-02-10 Andrew Cagney <cagney@gnu.org>
Mark up all error and warning messages.
* ada-lang.c, amd64-tdep.c, arch-utils.c, breakpoint.c: Update.
* bsd-kvm.c, bsd-uthread.c, coff-solib.h, coffread.c: Update.
* core-aout.c, core-regset.c, corefile.c, corelow.c: Update.
* cp-abi.c, cp-support.c, cp-valprint.c, cris-tdep.c: Update.
* dbxread.c, demangle.c, doublest.c, dsrec.c: Update.
* dve3900-rom.c, dwarf2expr.c, dwarf2loc.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, eval.c: Update.
* event-top.c, exec.c, expprint.c, f-lang.c: Update.
* f-typeprint.c, f-valprint.c, fbsd-nat.c, findvar.c: Update.
* frame.c, frv-linux-tdep.c, gcore.c, gdbtypes.c: Update.
* gnu-nat.c, gnu-v2-abi.c, gnu-v3-abi.c, go32-nat.c: Update.
* hpacc-abi.c, hppa-hpux-nat.c, hppa-hpux-tdep.c: Update.
* hppa-linux-nat.c, hppa-linux-tdep.c, hppa-tdep.c: Update.
* hpread.c, hpux-thread.c, i386-linux-nat.c: Update.
* i386-linux-tdep.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386gnu-nat.c, i387-tdep.c, ia64-linux-nat.c: Update.
* ia64-tdep.c, inf-child.c, inf-ptrace.c, inf-ttrace.c: Update.
* infcall.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* inftarg.c, interps.c, irix5-nat.c, jv-lang.c: Update.
* kod-cisco.c, kod.c, language.c, libunwind-frame.c: Update.
* linespec.c, linux-nat.c, linux-thread-db.c, m2-lang.c: Update.
* m32r-rom.c, m68hc11-tdep.c, m68k-tdep.c: Update.
* m68klinux-nat.c, macrocmd.c, macroexp.c, main.c: Update.
* maint.c, mdebugread.c, mem-break.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mipsread.c, monitor.c: Update.
* nlmread.c, nto-procfs.c, objc-lang.c, objfiles.c: Update.
* observer.c, ocd.c, p-lang.c, p-typeprint.c: Update.
* p-valprint.c, pa64solib.c, parse.c, ppc-linux-tdep.c: Update.
* ppcnbsd-tdep.c, printcmd.c, procfs.c, remote-e7000.c: Update.
* remote-fileio.c, remote-m32r-sdi.c, remote-rdi.c: Update.
* remote-rdp.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote-utils.h, remote.c: Update.
* rom68k-rom.c, rs6000-nat.c, s390-tdep.c, scm-lang.c: Update.
* ser-e7kpc.c, ser-tcp.c, ser-unix.c, sh-tdep.c: Update.
* sh3-rom.c, shnbsd-tdep.c, sol-thread.c, solib-aix5.c: Update.
* solib-frv.c, solib-irix.c, solib-osf.c, solib-pa64.c: Update.
* solib-som.c, solib-sunos.c, solib-svr4.c, solib.c: Update.
* somread.c, somsolib.c, source.c, stabsread.c: Update.
* stack.c, std-regs.c, symfile-mem.c, symfile.c: Update.
* symmisc.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, trad-frame.c, typeprint.c, utils.c: Update.
* uw-thread.c, valarith.c, valops.c, valprint.c: Update.
* value.c, varobj.c, version.in, win32-nat.c, wince.c: Update.
* xcoffread.c, xcoffsolib.c, cli/cli-cmds.c: Update.
* cli/cli-decode.c, cli/cli-dump.c, cli/cli-logging.c: Update.
* cli/cli-script.c, cli/cli-setshow.c, mi/mi-cmd-break.c: Update.
* mi/mi-cmd-disas.c, mi/mi-cmd-env.c, mi/mi-cmd-file.c: Update.
* mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-getopt.c: Update.
* mi/mi-symbol-cmds.c, tui/tui-layout.c, tui/tui-stack.c: Update.
* tui/tui-win.c: Update.
2005-02-11 05:06:14 +01:00
|
|
|
warning (_("unsupported ABI %s."), name + 8);
|
2002-06-09 21:36:15 +02:00
|
|
|
}
|
|
|
|
|
2006-06-13 20:17:20 +02:00
|
|
|
static void
|
|
|
|
mips_find_long_section (bfd *abfd, asection *sect, void *obj)
|
|
|
|
{
|
|
|
|
int *lbp = (int *) obj;
|
|
|
|
const char *name = bfd_get_section_name (abfd, sect);
|
|
|
|
|
|
|
|
if (strncmp (name, ".gcc_compiled_long32", 20) == 0)
|
|
|
|
*lbp = 32;
|
|
|
|
else if (strncmp (name, ".gcc_compiled_long64", 20) == 0)
|
|
|
|
*lbp = 64;
|
|
|
|
else if (strncmp (name, ".gcc_compiled_long", 18) == 0)
|
|
|
|
warning (_("unrecognized .gcc_compiled_longXX"));
|
|
|
|
}
|
|
|
|
|
2002-06-19 18:48:47 +02:00
|
|
|
static enum mips_abi
|
|
|
|
global_mips_abi (void)
|
|
|
|
{
|
|
|
|
int i;
|
|
|
|
|
|
|
|
for (i = 0; mips_abi_strings[i] != NULL; i++)
|
|
|
|
if (mips_abi_strings[i] == mips_abi_string)
|
|
|
|
return (enum mips_abi) i;
|
|
|
|
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
internal_error (__FILE__, __LINE__, _("unknown ABI string"));
|
2002-06-19 18:48:47 +02:00
|
|
|
}
|
|
|
|
|
* Makefile.in (mips-tdep.o, target-descriptions.o): Update.
* target-descriptions.c (struct property): New.
(struct target_desc): Add properties member.
(tdesc_property, set_tdesc_property): New.
* target-descriptions.h (tdesc_property, set_tdesc_property):
Declare.
* mips-tdep.c (PROPERTY_GP32, PROPERTY_GP64): New constants.
(struct gdbarch_tdep): Add register_size_valid_p and register_size.
(mips_isa_regsize): Use them.
(mips_register_g_packet_guesses): New.
(mips_gdbarch_init): Call it. If a target description is supplied,
check for internal properties. Check for register size mismatches.
* remote.c (send_g_packet, process_g_packet): New functions, split
out from fetch_registers_using_g.
(fetch_registers_using_g): Use them.
(struct remote_g_packet_guess, remote_g_packet_guess_s)
(struct remote_g_packet_data, remote_g_packet_data_handle)
(remote_g_packet_data_init, register_remote_g_packet_guess)
(remote_read_description): New.
(init_remote_ops, init_remote_async_ops): Set to_read_description.
(_initialize_remote): Register remote_g_packet_data_handle.
* remote.h (register_remote_g_packet_guess): Declare.
2006-11-28 23:14:31 +01:00
|
|
|
static void
|
|
|
|
mips_register_g_packet_guesses (struct gdbarch *gdbarch)
|
|
|
|
{
|
|
|
|
static struct target_desc *tdesc_gp32, *tdesc_gp64;
|
|
|
|
|
|
|
|
if (tdesc_gp32 == NULL)
|
|
|
|
{
|
|
|
|
/* Create feature sets with the appropriate properties. The values
|
|
|
|
are not important. */
|
|
|
|
|
|
|
|
tdesc_gp32 = allocate_target_description ();
|
|
|
|
set_tdesc_property (tdesc_gp32, PROPERTY_GP32, "");
|
|
|
|
|
|
|
|
tdesc_gp64 = allocate_target_description ();
|
|
|
|
set_tdesc_property (tdesc_gp64, PROPERTY_GP64, "");
|
|
|
|
}
|
|
|
|
|
|
|
|
/* If the size matches the set of 32-bit or 64-bit integer registers,
|
|
|
|
assume that's what we've got. */
|
|
|
|
register_remote_g_packet_guess (gdbarch, 38 * 4, tdesc_gp32);
|
|
|
|
register_remote_g_packet_guess (gdbarch, 38 * 8, tdesc_gp64);
|
|
|
|
|
|
|
|
/* If the size matches the full set of registers GDB traditionally
|
|
|
|
knows about, including floating point, for either 32-bit or
|
|
|
|
64-bit, assume that's what we've got. */
|
|
|
|
register_remote_g_packet_guess (gdbarch, 90 * 4, tdesc_gp32);
|
|
|
|
register_remote_g_packet_guess (gdbarch, 90 * 8, tdesc_gp64);
|
|
|
|
|
|
|
|
/* Otherwise we don't have a useful guess. */
|
|
|
|
}
|
|
|
|
|
1999-12-07 04:56:43 +01:00
|
|
|
static struct gdbarch *
|
2004-01-17 17:27:30 +01:00
|
|
|
mips_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
1999-12-07 04:56:43 +01:00
|
|
|
{
|
|
|
|
struct gdbarch *gdbarch;
|
|
|
|
struct gdbarch_tdep *tdep;
|
|
|
|
int elf_flags;
|
2002-06-19 18:48:47 +02:00
|
|
|
enum mips_abi mips_abi, found_abi, wanted_abi;
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
int num_regs;
|
2004-01-08 05:57:38 +01:00
|
|
|
enum mips_fpu_type fpu_type;
|
1999-12-07 04:56:43 +01:00
|
|
|
|
2004-01-08 03:27:22 +01:00
|
|
|
/* First of all, extract the elf_flags, if available. */
|
|
|
|
if (info.abfd && bfd_get_flavour (info.abfd) == bfd_target_elf_flavour)
|
|
|
|
elf_flags = elf_elfheader (info.abfd)->e_flags;
|
2004-01-08 06:03:59 +01:00
|
|
|
else if (arches != NULL)
|
|
|
|
elf_flags = gdbarch_tdep (arches->gdbarch)->elf_flags;
|
2004-01-08 03:27:22 +01:00
|
|
|
else
|
|
|
|
elf_flags = 0;
|
|
|
|
if (gdbarch_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog,
|
2004-01-17 17:27:30 +01:00
|
|
|
"mips_gdbarch_init: elf_flags = 0x%08x\n", elf_flags);
|
1999-12-07 04:56:43 +01:00
|
|
|
|
2002-08-16 06:10:23 +02:00
|
|
|
/* Check ELF_FLAGS to see if it specifies the ABI being used. */
|
2000-05-11 05:40:08 +02:00
|
|
|
switch ((elf_flags & EF_MIPS_ABI))
|
|
|
|
{
|
|
|
|
case E_MIPS_ABI_O32:
|
2004-01-08 03:27:22 +01:00
|
|
|
found_abi = MIPS_ABI_O32;
|
2000-05-11 05:40:08 +02:00
|
|
|
break;
|
|
|
|
case E_MIPS_ABI_O64:
|
2004-01-08 03:27:22 +01:00
|
|
|
found_abi = MIPS_ABI_O64;
|
2000-05-11 05:40:08 +02:00
|
|
|
break;
|
|
|
|
case E_MIPS_ABI_EABI32:
|
2004-01-08 03:27:22 +01:00
|
|
|
found_abi = MIPS_ABI_EABI32;
|
2000-05-11 05:40:08 +02:00
|
|
|
break;
|
|
|
|
case E_MIPS_ABI_EABI64:
|
2004-01-08 03:27:22 +01:00
|
|
|
found_abi = MIPS_ABI_EABI64;
|
2000-05-11 05:40:08 +02:00
|
|
|
break;
|
|
|
|
default:
|
2000-07-11 13:02:11 +02:00
|
|
|
if ((elf_flags & EF_MIPS_ABI2))
|
2004-01-08 03:27:22 +01:00
|
|
|
found_abi = MIPS_ABI_N32;
|
2000-07-11 13:02:11 +02:00
|
|
|
else
|
2004-01-08 03:27:22 +01:00
|
|
|
found_abi = MIPS_ABI_UNKNOWN;
|
2000-05-11 05:40:08 +02:00
|
|
|
break;
|
|
|
|
}
|
2000-07-11 13:02:11 +02:00
|
|
|
|
2002-06-09 21:36:15 +02:00
|
|
|
/* GCC creates a pseudo-section whose name describes the ABI. */
|
2004-01-08 03:27:22 +01:00
|
|
|
if (found_abi == MIPS_ABI_UNKNOWN && info.abfd != NULL)
|
|
|
|
bfd_map_over_sections (info.abfd, mips_find_abi_section, &found_abi);
|
2002-06-09 21:36:15 +02:00
|
|
|
|
2004-05-04 00:20:18 +02:00
|
|
|
/* If we have no useful BFD information, use the ABI from the last
|
2004-01-08 03:27:22 +01:00
|
|
|
MIPS architecture (if there is one). */
|
|
|
|
if (found_abi == MIPS_ABI_UNKNOWN && info.abfd == NULL && arches != NULL)
|
|
|
|
found_abi = gdbarch_tdep (arches->gdbarch)->found_abi;
|
2002-06-19 18:48:47 +02:00
|
|
|
|
2002-08-01 23:36:27 +02:00
|
|
|
/* Try the architecture for any hint of the correct ABI. */
|
2004-01-08 03:27:22 +01:00
|
|
|
if (found_abi == MIPS_ABI_UNKNOWN
|
2000-06-08 08:35:40 +02:00
|
|
|
&& info.bfd_arch_info != NULL
|
|
|
|
&& info.bfd_arch_info->arch == bfd_arch_mips)
|
|
|
|
{
|
|
|
|
switch (info.bfd_arch_info->mach)
|
|
|
|
{
|
|
|
|
case bfd_mach_mips3900:
|
2004-01-08 03:27:22 +01:00
|
|
|
found_abi = MIPS_ABI_EABI32;
|
2000-06-08 08:35:40 +02:00
|
|
|
break;
|
|
|
|
case bfd_mach_mips4100:
|
|
|
|
case bfd_mach_mips5000:
|
2004-01-08 03:27:22 +01:00
|
|
|
found_abi = MIPS_ABI_EABI64;
|
2000-06-08 08:35:40 +02:00
|
|
|
break;
|
2001-06-07 17:57:57 +02:00
|
|
|
case bfd_mach_mips8000:
|
|
|
|
case bfd_mach_mips10000:
|
2002-08-01 23:36:27 +02:00
|
|
|
/* On Irix, ELF64 executables use the N64 ABI. The
|
|
|
|
pseudo-sections which describe the ABI aren't present
|
|
|
|
on IRIX. (Even for executables created by gcc.) */
|
2002-07-31 20:13:24 +02:00
|
|
|
if (bfd_get_flavour (info.abfd) == bfd_target_elf_flavour
|
|
|
|
&& elf_elfheader (info.abfd)->e_ident[EI_CLASS] == ELFCLASS64)
|
2004-01-08 03:27:22 +01:00
|
|
|
found_abi = MIPS_ABI_N64;
|
2002-07-31 20:13:24 +02:00
|
|
|
else
|
2004-01-08 03:27:22 +01:00
|
|
|
found_abi = MIPS_ABI_N32;
|
2001-06-07 17:57:57 +02:00
|
|
|
break;
|
2000-06-08 08:35:40 +02:00
|
|
|
}
|
|
|
|
}
|
2002-06-19 18:48:47 +02:00
|
|
|
|
2006-03-15 17:59:54 +01:00
|
|
|
/* Default 64-bit objects to N64 instead of O32. */
|
|
|
|
if (found_abi == MIPS_ABI_UNKNOWN
|
|
|
|
&& info.abfd != NULL
|
|
|
|
&& bfd_get_flavour (info.abfd) == bfd_target_elf_flavour
|
|
|
|
&& elf_elfheader (info.abfd)->e_ident[EI_CLASS] == ELFCLASS64)
|
|
|
|
found_abi = MIPS_ABI_N64;
|
|
|
|
|
2004-01-08 03:27:22 +01:00
|
|
|
if (gdbarch_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, "mips_gdbarch_init: found_abi = %d\n",
|
|
|
|
found_abi);
|
|
|
|
|
|
|
|
/* What has the user specified from the command line? */
|
|
|
|
wanted_abi = global_mips_abi ();
|
|
|
|
if (gdbarch_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, "mips_gdbarch_init: wanted_abi = %d\n",
|
|
|
|
wanted_abi);
|
2002-06-19 18:48:47 +02:00
|
|
|
|
|
|
|
/* Now that we have found what the ABI for this binary would be,
|
|
|
|
check whether the user is overriding it. */
|
|
|
|
if (wanted_abi != MIPS_ABI_UNKNOWN)
|
|
|
|
mips_abi = wanted_abi;
|
2004-01-08 03:27:22 +01:00
|
|
|
else if (found_abi != MIPS_ABI_UNKNOWN)
|
|
|
|
mips_abi = found_abi;
|
|
|
|
else
|
|
|
|
mips_abi = MIPS_ABI_O32;
|
|
|
|
if (gdbarch_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog, "mips_gdbarch_init: mips_abi = %d\n",
|
|
|
|
mips_abi);
|
2002-06-19 18:48:47 +02:00
|
|
|
|
2004-01-08 03:27:22 +01:00
|
|
|
/* Also used when doing an architecture lookup. */
|
2000-06-10 07:37:47 +02:00
|
|
|
if (gdbarch_debug)
|
2004-01-08 03:27:22 +01:00
|
|
|
fprintf_unfiltered (gdb_stdlog,
|
|
|
|
"mips_gdbarch_init: mips64_transfers_32bit_regs_p = %d\n",
|
|
|
|
mips64_transfers_32bit_regs_p);
|
2000-05-11 05:40:08 +02:00
|
|
|
|
2004-01-08 05:57:38 +01:00
|
|
|
/* Determine the MIPS FPU type. */
|
|
|
|
if (!mips_fpu_type_auto)
|
|
|
|
fpu_type = mips_fpu_type;
|
|
|
|
else if (info.bfd_arch_info != NULL
|
|
|
|
&& info.bfd_arch_info->arch == bfd_arch_mips)
|
|
|
|
switch (info.bfd_arch_info->mach)
|
|
|
|
{
|
|
|
|
case bfd_mach_mips3900:
|
|
|
|
case bfd_mach_mips4100:
|
|
|
|
case bfd_mach_mips4111:
|
2004-06-11 21:34:29 +02:00
|
|
|
case bfd_mach_mips4120:
|
2004-01-08 05:57:38 +01:00
|
|
|
fpu_type = MIPS_FPU_NONE;
|
|
|
|
break;
|
|
|
|
case bfd_mach_mips4650:
|
|
|
|
fpu_type = MIPS_FPU_SINGLE;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
fpu_type = MIPS_FPU_DOUBLE;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
else if (arches != NULL)
|
|
|
|
fpu_type = gdbarch_tdep (arches->gdbarch)->mips_fpu_type;
|
|
|
|
else
|
|
|
|
fpu_type = MIPS_FPU_DOUBLE;
|
|
|
|
if (gdbarch_debug)
|
|
|
|
fprintf_unfiltered (gdb_stdlog,
|
2004-01-17 17:27:30 +01:00
|
|
|
"mips_gdbarch_init: fpu_type = %d\n", fpu_type);
|
2004-01-08 05:57:38 +01:00
|
|
|
|
* Makefile.in (mips-tdep.o, target-descriptions.o): Update.
* target-descriptions.c (struct property): New.
(struct target_desc): Add properties member.
(tdesc_property, set_tdesc_property): New.
* target-descriptions.h (tdesc_property, set_tdesc_property):
Declare.
* mips-tdep.c (PROPERTY_GP32, PROPERTY_GP64): New constants.
(struct gdbarch_tdep): Add register_size_valid_p and register_size.
(mips_isa_regsize): Use them.
(mips_register_g_packet_guesses): New.
(mips_gdbarch_init): Call it. If a target description is supplied,
check for internal properties. Check for register size mismatches.
* remote.c (send_g_packet, process_g_packet): New functions, split
out from fetch_registers_using_g.
(fetch_registers_using_g): Use them.
(struct remote_g_packet_guess, remote_g_packet_guess_s)
(struct remote_g_packet_data, remote_g_packet_data_handle)
(remote_g_packet_data_init, register_remote_g_packet_guess)
(remote_read_description): New.
(init_remote_ops, init_remote_async_ops): Set to_read_description.
(_initialize_remote): Register remote_g_packet_data_handle.
* remote.h (register_remote_g_packet_guess): Declare.
2006-11-28 23:14:31 +01:00
|
|
|
/* Check for blatant incompatibilities. */
|
|
|
|
|
|
|
|
/* If we have only 32-bit registers, then we can't debug a 64-bit
|
|
|
|
ABI. */
|
|
|
|
if (info.target_desc
|
|
|
|
&& tdesc_property (info.target_desc, PROPERTY_GP32) != NULL
|
|
|
|
&& mips_abi != MIPS_ABI_EABI32
|
|
|
|
&& mips_abi != MIPS_ABI_O32)
|
|
|
|
return NULL;
|
|
|
|
|
1999-12-07 04:56:43 +01:00
|
|
|
/* try to find a pre-existing architecture */
|
|
|
|
for (arches = gdbarch_list_lookup_by_info (arches, &info);
|
|
|
|
arches != NULL;
|
|
|
|
arches = gdbarch_list_lookup_by_info (arches->next, &info))
|
|
|
|
{
|
|
|
|
/* MIPS needs to be pedantic about which ABI the object is
|
2002-08-16 06:10:23 +02:00
|
|
|
using. */
|
2000-08-19 07:32:23 +02:00
|
|
|
if (gdbarch_tdep (arches->gdbarch)->elf_flags != elf_flags)
|
1999-12-07 04:56:43 +01:00
|
|
|
continue;
|
2000-08-19 07:32:23 +02:00
|
|
|
if (gdbarch_tdep (arches->gdbarch)->mips_abi != mips_abi)
|
2000-05-11 05:40:08 +02:00
|
|
|
continue;
|
2003-11-16 17:13:50 +01:00
|
|
|
/* Need to be pedantic about which register virtual size is
|
|
|
|
used. */
|
|
|
|
if (gdbarch_tdep (arches->gdbarch)->mips64_transfers_32bit_regs_p
|
|
|
|
!= mips64_transfers_32bit_regs_p)
|
|
|
|
continue;
|
2004-01-08 05:57:38 +01:00
|
|
|
/* Be pedantic about which FPU is selected. */
|
|
|
|
if (gdbarch_tdep (arches->gdbarch)->mips_fpu_type != fpu_type)
|
|
|
|
continue;
|
2003-01-05 00:38:46 +01:00
|
|
|
return arches->gdbarch;
|
1999-12-07 04:56:43 +01:00
|
|
|
}
|
|
|
|
|
2002-08-16 06:10:23 +02:00
|
|
|
/* Need a new architecture. Fill in a target specific vector. */
|
1999-12-07 04:56:43 +01:00
|
|
|
tdep = (struct gdbarch_tdep *) xmalloc (sizeof (struct gdbarch_tdep));
|
|
|
|
gdbarch = gdbarch_alloc (&info, tdep);
|
|
|
|
tdep->elf_flags = elf_flags;
|
2003-11-16 17:13:50 +01:00
|
|
|
tdep->mips64_transfers_32bit_regs_p = mips64_transfers_32bit_regs_p;
|
2004-01-08 03:27:22 +01:00
|
|
|
tdep->found_abi = found_abi;
|
|
|
|
tdep->mips_abi = mips_abi;
|
2004-01-08 05:57:38 +01:00
|
|
|
tdep->mips_fpu_type = fpu_type;
|
* Makefile.in (mips-tdep.o, target-descriptions.o): Update.
* target-descriptions.c (struct property): New.
(struct target_desc): Add properties member.
(tdesc_property, set_tdesc_property): New.
* target-descriptions.h (tdesc_property, set_tdesc_property):
Declare.
* mips-tdep.c (PROPERTY_GP32, PROPERTY_GP64): New constants.
(struct gdbarch_tdep): Add register_size_valid_p and register_size.
(mips_isa_regsize): Use them.
(mips_register_g_packet_guesses): New.
(mips_gdbarch_init): Call it. If a target description is supplied,
check for internal properties. Check for register size mismatches.
* remote.c (send_g_packet, process_g_packet): New functions, split
out from fetch_registers_using_g.
(fetch_registers_using_g): Use them.
(struct remote_g_packet_guess, remote_g_packet_guess_s)
(struct remote_g_packet_data, remote_g_packet_data_handle)
(remote_g_packet_data_init, register_remote_g_packet_guess)
(remote_read_description): New.
(init_remote_ops, init_remote_async_ops): Set to_read_description.
(_initialize_remote): Register remote_g_packet_data_handle.
* remote.h (register_remote_g_packet_guess): Declare.
2006-11-28 23:14:31 +01:00
|
|
|
tdep->register_size_valid_p = 0;
|
|
|
|
tdep->register_size = 0;
|
|
|
|
|
|
|
|
if (info.target_desc)
|
|
|
|
{
|
|
|
|
/* Some useful properties can be inferred from the target. */
|
|
|
|
if (tdesc_property (info.target_desc, PROPERTY_GP32) != NULL)
|
|
|
|
{
|
|
|
|
tdep->register_size_valid_p = 1;
|
|
|
|
tdep->register_size = 4;
|
|
|
|
}
|
|
|
|
else if (tdesc_property (info.target_desc, PROPERTY_GP64) != NULL)
|
|
|
|
{
|
|
|
|
tdep->register_size_valid_p = 1;
|
|
|
|
tdep->register_size = 8;
|
|
|
|
}
|
|
|
|
}
|
1999-12-07 04:56:43 +01:00
|
|
|
|
2002-08-16 06:10:23 +02:00
|
|
|
/* Initially set everything according to the default ABI/ISA. */
|
1999-12-07 04:56:43 +01:00
|
|
|
set_gdbarch_short_bit (gdbarch, 16);
|
|
|
|
set_gdbarch_int_bit (gdbarch, 32);
|
|
|
|
set_gdbarch_float_bit (gdbarch, 32);
|
|
|
|
set_gdbarch_double_bit (gdbarch, 64);
|
|
|
|
set_gdbarch_long_double_bit (gdbarch, 64);
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
set_gdbarch_register_reggroup_p (gdbarch, mips_register_reggroup_p);
|
|
|
|
set_gdbarch_pseudo_register_read (gdbarch, mips_pseudo_register_read);
|
|
|
|
set_gdbarch_pseudo_register_write (gdbarch, mips_pseudo_register_write);
|
2001-06-07 17:57:57 +02:00
|
|
|
|
2004-01-17 17:27:30 +01:00
|
|
|
set_gdbarch_elf_make_msymbol_special (gdbarch,
|
2002-08-19 Michael Snyder <msnyder@redhat.com>
* config/mips/tm-mips.h (ELF_MAKE_MSYMBOL_SPECIAL): Delete.
(MSYMBOL_IS_SPECIAL, MSYMBOL_SIZE): Change into functions.
(FIX_CALL_DUMMY, PUSH_RETURN_ADDRESS, PUSH_DUMMY_FRAME,
POP_FRAME, INIT_EXTRA_FRAME_INFO): Delete.
(CALL_DUMMY_START_OFFSET, CALL_DUMMY_BREAKPOINT_OFFSET,
CALL_DUMMY_ADDRESS): Delete.
* mips-tdep.c (mips_elf_make_msymbol_special, mips_msymbol_size,
mips_msymbol_is_special, mips_fix_call_dummy): New functions.
(mips_gdbarch_init): Set elf_make_msymbol_special, pop_frame,
push_dummy_frame, fix_call_dummy, init_extra_frame_info,
push_return_address.
(mips_register_raw_size, mips_eabi_use_struct_convention,
mips_n32n64_use_struct_convention, mips_o32_use_struct_convention,
mips_o32_reg_struct_has_addr, mips_frame_saved_pc, mips_frame_chain,
mips_init_extra_frame_info, mips_eabi_push_arguments,
mips_n32n64_push_arguments, mips_push_return_address,
mips_push_dummy_frame, mips_pop_frame, mips_skip_prologue,
mips_breakpoint_from_pc, mips_call_dummy_address): Make static.
2002-08-20 23:58:44 +02:00
|
|
|
mips_elf_make_msymbol_special);
|
|
|
|
|
2004-01-08 02:51:13 +01:00
|
|
|
/* Fill in the OS dependant register numbers and names. */
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
{
|
2004-01-08 02:51:13 +01:00
|
|
|
const char **reg_names;
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
struct mips_regnum *regnum = GDBARCH_OBSTACK_ZALLOC (gdbarch,
|
|
|
|
struct mips_regnum);
|
|
|
|
if (info.osabi == GDB_OSABI_IRIX)
|
|
|
|
{
|
|
|
|
regnum->fp0 = 32;
|
|
|
|
regnum->pc = 64;
|
|
|
|
regnum->cause = 65;
|
|
|
|
regnum->badvaddr = 66;
|
|
|
|
regnum->hi = 67;
|
|
|
|
regnum->lo = 68;
|
|
|
|
regnum->fp_control_status = 69;
|
|
|
|
regnum->fp_implementation_revision = 70;
|
|
|
|
num_regs = 71;
|
2004-01-08 02:51:13 +01:00
|
|
|
reg_names = mips_irix_reg_names;
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
regnum->lo = MIPS_EMBED_LO_REGNUM;
|
|
|
|
regnum->hi = MIPS_EMBED_HI_REGNUM;
|
|
|
|
regnum->badvaddr = MIPS_EMBED_BADVADDR_REGNUM;
|
|
|
|
regnum->cause = MIPS_EMBED_CAUSE_REGNUM;
|
|
|
|
regnum->pc = MIPS_EMBED_PC_REGNUM;
|
|
|
|
regnum->fp0 = MIPS_EMBED_FP0_REGNUM;
|
|
|
|
regnum->fp_control_status = 70;
|
|
|
|
regnum->fp_implementation_revision = 71;
|
|
|
|
num_regs = 90;
|
2004-01-08 02:51:13 +01:00
|
|
|
if (info.bfd_arch_info != NULL
|
|
|
|
&& info.bfd_arch_info->mach == bfd_mach_mips3900)
|
|
|
|
reg_names = mips_tx39_reg_names;
|
|
|
|
else
|
|
|
|
reg_names = mips_generic_reg_names;
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
}
|
|
|
|
/* FIXME: cagney/2003-11-15: For MIPS, hasn't PC_REGNUM been
|
|
|
|
replaced by read_pc? */
|
2004-06-22 02:01:04 +02:00
|
|
|
set_gdbarch_pc_regnum (gdbarch, regnum->pc + num_regs);
|
|
|
|
set_gdbarch_sp_regnum (gdbarch, MIPS_SP_REGNUM + num_regs);
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
set_gdbarch_fp0_regnum (gdbarch, regnum->fp0);
|
|
|
|
set_gdbarch_num_regs (gdbarch, num_regs);
|
|
|
|
set_gdbarch_num_pseudo_regs (gdbarch, num_regs);
|
2004-01-08 02:51:13 +01:00
|
|
|
set_gdbarch_register_name (gdbarch, mips_register_name);
|
|
|
|
tdep->mips_processor_reg_names = reg_names;
|
|
|
|
tdep->regnum = regnum;
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
}
|
2002-12-13 19:09:30 +01:00
|
|
|
|
2000-05-11 05:40:08 +02:00
|
|
|
switch (mips_abi)
|
1999-12-07 04:56:43 +01:00
|
|
|
{
|
2000-05-11 05:40:08 +02:00
|
|
|
case MIPS_ABI_O32:
|
2003-05-31 17:17:05 +02:00
|
|
|
set_gdbarch_push_dummy_call (gdbarch, mips_o32_push_dummy_call);
|
2003-11-22 15:04:39 +01:00
|
|
|
set_gdbarch_return_value (gdbarch, mips_o32_return_value);
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
tdep->mips_last_arg_regnum = MIPS_A0_REGNUM + 4 - 1;
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
tdep->mips_last_fp_arg_regnum = tdep->regnum->fp0 + 12 + 4 - 1;
|
2000-07-11 11:25:22 +02:00
|
|
|
tdep->default_mask_address_p = 0;
|
1999-12-07 04:56:43 +01:00
|
|
|
set_gdbarch_long_bit (gdbarch, 32);
|
|
|
|
set_gdbarch_ptr_bit (gdbarch, 32);
|
|
|
|
set_gdbarch_long_long_bit (gdbarch, 64);
|
|
|
|
break;
|
2000-05-11 05:40:08 +02:00
|
|
|
case MIPS_ABI_O64:
|
2003-05-31 17:17:05 +02:00
|
|
|
set_gdbarch_push_dummy_call (gdbarch, mips_o64_push_dummy_call);
|
2004-10-30 18:27:43 +02:00
|
|
|
set_gdbarch_return_value (gdbarch, mips_o64_return_value);
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
tdep->mips_last_arg_regnum = MIPS_A0_REGNUM + 4 - 1;
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
tdep->mips_last_fp_arg_regnum = tdep->regnum->fp0 + 12 + 4 - 1;
|
2002-05-11 16:18:15 +02:00
|
|
|
tdep->default_mask_address_p = 0;
|
1999-12-07 04:56:43 +01:00
|
|
|
set_gdbarch_long_bit (gdbarch, 32);
|
|
|
|
set_gdbarch_ptr_bit (gdbarch, 32);
|
|
|
|
set_gdbarch_long_long_bit (gdbarch, 64);
|
|
|
|
break;
|
2000-05-11 05:40:08 +02:00
|
|
|
case MIPS_ABI_EABI32:
|
2003-05-31 17:17:05 +02:00
|
|
|
set_gdbarch_push_dummy_call (gdbarch, mips_eabi_push_dummy_call);
|
2004-10-30 18:27:43 +02:00
|
|
|
set_gdbarch_return_value (gdbarch, mips_eabi_return_value);
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
tdep->mips_last_arg_regnum = MIPS_A0_REGNUM + 8 - 1;
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
tdep->mips_last_fp_arg_regnum = tdep->regnum->fp0 + 12 + 8 - 1;
|
2000-07-11 11:25:22 +02:00
|
|
|
tdep->default_mask_address_p = 0;
|
1999-12-07 04:56:43 +01:00
|
|
|
set_gdbarch_long_bit (gdbarch, 32);
|
|
|
|
set_gdbarch_ptr_bit (gdbarch, 32);
|
|
|
|
set_gdbarch_long_long_bit (gdbarch, 64);
|
|
|
|
break;
|
2000-05-11 05:40:08 +02:00
|
|
|
case MIPS_ABI_EABI64:
|
2003-05-31 17:17:05 +02:00
|
|
|
set_gdbarch_push_dummy_call (gdbarch, mips_eabi_push_dummy_call);
|
2004-10-30 18:27:43 +02:00
|
|
|
set_gdbarch_return_value (gdbarch, mips_eabi_return_value);
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
tdep->mips_last_arg_regnum = MIPS_A0_REGNUM + 8 - 1;
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
tdep->mips_last_fp_arg_regnum = tdep->regnum->fp0 + 12 + 8 - 1;
|
2000-07-11 11:25:22 +02:00
|
|
|
tdep->default_mask_address_p = 0;
|
1999-12-07 04:56:43 +01:00
|
|
|
set_gdbarch_long_bit (gdbarch, 64);
|
|
|
|
set_gdbarch_ptr_bit (gdbarch, 64);
|
|
|
|
set_gdbarch_long_long_bit (gdbarch, 64);
|
|
|
|
break;
|
2000-05-11 05:40:08 +02:00
|
|
|
case MIPS_ABI_N32:
|
2003-05-31 17:17:05 +02:00
|
|
|
set_gdbarch_push_dummy_call (gdbarch, mips_n32n64_push_dummy_call);
|
2003-11-22 15:04:39 +01:00
|
|
|
set_gdbarch_return_value (gdbarch, mips_n32n64_return_value);
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
tdep->mips_last_arg_regnum = MIPS_A0_REGNUM + 8 - 1;
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
tdep->mips_last_fp_arg_regnum = tdep->regnum->fp0 + 12 + 8 - 1;
|
2000-07-11 11:25:22 +02:00
|
|
|
tdep->default_mask_address_p = 0;
|
2000-05-11 05:40:08 +02:00
|
|
|
set_gdbarch_long_bit (gdbarch, 32);
|
|
|
|
set_gdbarch_ptr_bit (gdbarch, 32);
|
|
|
|
set_gdbarch_long_long_bit (gdbarch, 64);
|
2004-08-09 07:45:20 +02:00
|
|
|
set_gdbarch_long_double_bit (gdbarch, 128);
|
* doublest.c (floatformat_from_length): Use the right element from
gdbarch floatformats.
(floatformat_from_type, extract_typed_floating)
(store_typed_floating): Likewise.
* doublest.h: Remove declarations for undefined floatformat arrays.
* gdbarch.sh (float_format, double_format, long_double_format): Change
to pairs.
(pformat): Update for pairs.
* gdbarch.c, gdbarch.h: Regenerated.
* gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
(floatformats_ieee_double_littlebyte_bigword)
(floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
(floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
(floatformats_vax_d): New variables.
(builtin_type_ieee_single, builtin_type_ieee_double)
(builtin_type_arm_ext, builtin_type_ia64_spill)
(builtin_type_ia64_quad): Replace arrays with individual types.
(builtin_type_ieee_single_big, builtin_type_ieee_single_little)
(builtin_type_ieee_double_big, builtin_type_ieee_double_little)
(builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
(builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
(builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
(builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
(builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
unused and endian-specific types.
(recursive_dump_type): Update for floatformat pairs.
(build_flt): Move higher. Handle bit == -1. Take a floatformat pair.
(build_gdbtypes): Use build_flt.
(_initialize_gdbtypes): Update set of initialized types.
* gdbtypes.h: Update declarations to match gdbtypes.c.
(struct main_type): Store a pointer to two floatformats.
* arch-utils.c (default_float_format, default_double_format): Delete.
* arch-utils.h (default_float_format, default_double_format): Delete.
* arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
ia64-tdep.c, iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
2007-01-29 18:31:06 +01:00
|
|
|
set_gdbarch_long_double_format (gdbarch, floatformats_n32n64_long);
|
2002-07-31 20:13:24 +02:00
|
|
|
break;
|
|
|
|
case MIPS_ABI_N64:
|
2003-05-31 17:17:05 +02:00
|
|
|
set_gdbarch_push_dummy_call (gdbarch, mips_n32n64_push_dummy_call);
|
2003-11-22 15:04:39 +01:00
|
|
|
set_gdbarch_return_value (gdbarch, mips_n32n64_return_value);
|
* mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
(mips_mdebug_frame_cache, mips16_scan_prologue)
(mips32_scan_prologue, mips_stub_frame_cache)
(heuristic_proc_start, heuristic_proc_desc)
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
(mips_n32n64_return_value, mips_o32_push_dummy_call)
(mips_o32_return_value, mips_o64_push_dummy_call)
(mips_step_skips_delay, mips_skip_trampoline_code)
(mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
(mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
* mips-linux-tdep.c (mips_linux_o32_sigframe_init)
(mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
* mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
(mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
ZERO_REGNUM.
(mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
A0_REGNUM.
* mipsnbsd-nat.c: Include "mips-tdep.h".
(getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
* Makefile.in (mipsnbsd-nat.o): Update dependencies.
2004-10-30 16:31:19 +02:00
|
|
|
tdep->mips_last_arg_regnum = MIPS_A0_REGNUM + 8 - 1;
|
2003-11-16 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (struct gdbarch_tdep): Add field "regnum".
(mips_fpa0_regnum, mips_regnum): New function.
(mips_gdbarch_init): Fill in the "regnum" fields.
* mips-tdep.h (struct mips_regnum): Define.
(mips_regnum): Declare.
* config/mips/tm-mips.h (BADVADDR_REGNUM): Delete macro.
(LO_REGNUM, HI_REGNUM, BADVADDR_REGNUM): Ditto.
(CAUSE_REGNUM, PC_REGNUM, FP0_REGNUM): Ditto.
(FCRCS_REGNUM, FCRIR_REGNUM, FPA0_REGNUM): Ditto.
* config/mips/tm-irix6.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* config/mips/tm-irix5.h (FP0_REGNUM): Delete macro.
(PC_REGNUM, CAUSE_REGNUM, BADVADDR_REGNUM): Ditto.
(HI_REGNUM, LO_REGNUM, FCRCS_REGNUM, FCRIR_REGNUM): Ditto.
* remote-mips.c: Include "mips-tdep.h". Update.
* mipsnbsd-tdep.c: Update.
* mipsv4-nat.c: Update.
* mips-tdep.c: Update.
* mips-nat.c: Update.
* mips-linux-tdep.c: Update.
* mips-linux-nat.c: Update.
* irix5-nat.c: Update.
* dve3900-rom.c: Include "mips-tdep.h". Update.
(ignore_packet): Supress GCC warning.
* config/mips/nm-riscos.h: Update.
* Makefile.in (dve3900-rom.o, remote-mips.o): Update dependencies.
2003-11-16 20:24:05 +01:00
|
|
|
tdep->mips_last_fp_arg_regnum = tdep->regnum->fp0 + 12 + 8 - 1;
|
2002-07-31 20:13:24 +02:00
|
|
|
tdep->default_mask_address_p = 0;
|
|
|
|
set_gdbarch_long_bit (gdbarch, 64);
|
|
|
|
set_gdbarch_ptr_bit (gdbarch, 64);
|
|
|
|
set_gdbarch_long_long_bit (gdbarch, 64);
|
2004-08-09 07:45:20 +02:00
|
|
|
set_gdbarch_long_double_bit (gdbarch, 128);
|
* doublest.c (floatformat_from_length): Use the right element from
gdbarch floatformats.
(floatformat_from_type, extract_typed_floating)
(store_typed_floating): Likewise.
* doublest.h: Remove declarations for undefined floatformat arrays.
* gdbarch.sh (float_format, double_format, long_double_format): Change
to pairs.
(pformat): Update for pairs.
* gdbarch.c, gdbarch.h: Regenerated.
* gdbtypes.c (floatformats_ieee_single, floatformats_ieee_double)
(floatformats_ieee_double_littlebyte_bigword)
(floatformats_i387_ext, floatformats_m68881_ext, floatformats_arm_ext)
(floatformats_ia64_spill, floatformats_ia64_quad, floatformats_vax_f)
(floatformats_vax_d): New variables.
(builtin_type_ieee_single, builtin_type_ieee_double)
(builtin_type_arm_ext, builtin_type_ia64_spill)
(builtin_type_ia64_quad): Replace arrays with individual types.
(builtin_type_ieee_single_big, builtin_type_ieee_single_little)
(builtin_type_ieee_double_big, builtin_type_ieee_double_little)
(builtin_type_ieee_double_littlebyte_bigword, builtin_type_i960_ext)
(builtin_type_m88110_ext, builtin_type_m88110_harris_ext)
(builtin_type_arm_ext_big, builtin_type_arm_ext_littlebyte_bigword)
(builtin_type_ia64_spill_big, builtin_type_ia64_spill_little)
(builtin_type_ia64_quad_big, builtin_type_ia64_quad_little): Delete
unused and endian-specific types.
(recursive_dump_type): Update for floatformat pairs.
(build_flt): Move higher. Handle bit == -1. Take a floatformat pair.
(build_gdbtypes): Use build_flt.
(_initialize_gdbtypes): Update set of initialized types.
* gdbtypes.h: Update declarations to match gdbtypes.c.
(struct main_type): Store a pointer to two floatformats.
* arch-utils.c (default_float_format, default_double_format): Delete.
* arch-utils.h (default_float_format, default_double_format): Delete.
* arm-tdep.c, avr-tdep.c, hppa-tdep.c, hppabsd-tdep.c, i386-tdep.c,
ia64-tdep.c, iq2000-tdep.c, m68k-tdep.c, m88k-tdep.c,
mips-linux-tdep.c, mips-tdep.c, mt-tdep.c, ppcobsd-tdep.c,
sparc-linux-tdep.c, sparc-tdep.c, sparcnbsd-tdep.c, spu-tdep.c,
vax-tdep.c, alpha-tdep.c, ppc-sysv-tdep.c: Update.
2007-01-29 18:31:06 +01:00
|
|
|
set_gdbarch_long_double_format (gdbarch, floatformats_n32n64_long);
|
2000-05-11 05:40:08 +02:00
|
|
|
break;
|
1999-12-07 04:56:43 +01:00
|
|
|
default:
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
internal_error (__FILE__, __LINE__, _("unknown ABI in switch"));
|
1999-12-07 04:56:43 +01:00
|
|
|
}
|
|
|
|
|
2006-06-13 20:17:20 +02:00
|
|
|
/* GCC creates a pseudo-section whose name specifies the size of
|
|
|
|
longs, since -mlong32 or -mlong64 may be used independent of
|
|
|
|
other options. How those options affect pointer sizes is ABI and
|
|
|
|
architecture dependent, so use them to override the default sizes
|
|
|
|
set by the ABI. This table shows the relationship between ABI,
|
|
|
|
-mlongXX, and size of pointers:
|
|
|
|
|
|
|
|
ABI -mlongXX ptr bits
|
|
|
|
--- -------- --------
|
|
|
|
o32 32 32
|
|
|
|
o32 64 32
|
|
|
|
n32 32 32
|
|
|
|
n32 64 64
|
|
|
|
o64 32 32
|
|
|
|
o64 64 64
|
|
|
|
n64 32 32
|
|
|
|
n64 64 64
|
|
|
|
eabi32 32 32
|
|
|
|
eabi32 64 32
|
|
|
|
eabi64 32 32
|
|
|
|
eabi64 64 64
|
|
|
|
|
|
|
|
Note that for o32 and eabi32, pointers are always 32 bits
|
|
|
|
regardless of any -mlongXX option. For all others, pointers and
|
|
|
|
longs are the same, as set by -mlongXX or set by defaults.
|
|
|
|
*/
|
|
|
|
|
|
|
|
if (info.abfd != NULL)
|
|
|
|
{
|
|
|
|
int long_bit = 0;
|
|
|
|
|
|
|
|
bfd_map_over_sections (info.abfd, mips_find_long_section, &long_bit);
|
|
|
|
if (long_bit)
|
|
|
|
{
|
|
|
|
set_gdbarch_long_bit (gdbarch, long_bit);
|
|
|
|
switch (mips_abi)
|
|
|
|
{
|
|
|
|
case MIPS_ABI_O32:
|
|
|
|
case MIPS_ABI_EABI32:
|
|
|
|
break;
|
|
|
|
case MIPS_ABI_N32:
|
|
|
|
case MIPS_ABI_O64:
|
|
|
|
case MIPS_ABI_N64:
|
|
|
|
case MIPS_ABI_EABI64:
|
|
|
|
set_gdbarch_ptr_bit (gdbarch, long_bit);
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
internal_error (__FILE__, __LINE__, _("unknown ABI in switch"));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2000-04-09 16:35:35 +02:00
|
|
|
/* FIXME: jlarmour/2000-04-07: There *is* a flag EF_MIPS_32BIT_MODE
|
|
|
|
that could indicate -gp32 BUT gas/config/tc-mips.c contains the
|
|
|
|
comment:
|
|
|
|
|
|
|
|
``We deliberately don't allow "-gp32" to set the MIPS_32BITMODE
|
|
|
|
flag in object files because to do so would make it impossible to
|
2002-08-16 06:10:23 +02:00
|
|
|
link with libraries compiled without "-gp32". This is
|
2000-04-09 16:35:35 +02:00
|
|
|
unnecessarily restrictive.
|
2002-05-11 16:18:15 +02:00
|
|
|
|
2000-04-09 16:35:35 +02:00
|
|
|
We could solve this problem by adding "-gp32" multilibs to gcc,
|
|
|
|
but to set this flag before gcc is built with such multilibs will
|
|
|
|
break too many systems.''
|
|
|
|
|
|
|
|
But even more unhelpfully, the default linker output target for
|
|
|
|
mips64-elf is elf32-bigmips, and has EF_MIPS_32BIT_MODE set, even
|
|
|
|
for 64-bit programs - you need to change the ABI to change this,
|
2002-08-16 06:10:23 +02:00
|
|
|
and not all gcc targets support that currently. Therefore using
|
2000-04-09 16:35:35 +02:00
|
|
|
this flag to detect 32-bit mode would do the wrong thing given
|
|
|
|
the current gcc - it would make GDB treat these 64-bit programs
|
2002-08-16 06:10:23 +02:00
|
|
|
as 32-bit programs by default. */
|
2000-04-09 16:35:35 +02:00
|
|
|
|
2000-07-11 12:24:25 +02:00
|
|
|
set_gdbarch_read_pc (gdbarch, mips_read_pc);
|
2004-01-17 17:40:42 +01:00
|
|
|
set_gdbarch_write_pc (gdbarch, mips_write_pc);
|
2002-08-16 04:36:49 +02:00
|
|
|
set_gdbarch_read_sp (gdbarch, mips_read_sp);
|
1999-12-07 04:56:43 +01:00
|
|
|
|
2002-08-16 06:10:23 +02:00
|
|
|
/* Add/remove bits from an address. The MIPS needs be careful to
|
|
|
|
ensure that all 32 bit addresses are sign extended to 64 bits. */
|
2001-06-16 00:10:21 +02:00
|
|
|
set_gdbarch_addr_bits_remove (gdbarch, mips_addr_bits_remove);
|
|
|
|
|
2004-02-08 22:04:39 +01:00
|
|
|
/* Unwind the frame. */
|
|
|
|
set_gdbarch_unwind_pc (gdbarch, mips_unwind_pc);
|
2004-02-09 06:29:53 +01:00
|
|
|
set_gdbarch_unwind_dummy_id (gdbarch, mips_unwind_dummy_id);
|
2001-06-16 01:10:55 +02:00
|
|
|
|
2002-08-16 06:10:23 +02:00
|
|
|
/* Map debug register numbers onto internal register numbers. */
|
2000-12-04 05:01:16 +01:00
|
|
|
set_gdbarch_stab_reg_to_regnum (gdbarch, mips_stab_reg_to_regnum);
|
2004-01-17 17:27:30 +01:00
|
|
|
set_gdbarch_ecoff_reg_to_regnum (gdbarch,
|
|
|
|
mips_dwarf_dwarf2_ecoff_reg_to_regnum);
|
|
|
|
set_gdbarch_dwarf_reg_to_regnum (gdbarch,
|
|
|
|
mips_dwarf_dwarf2_ecoff_reg_to_regnum);
|
|
|
|
set_gdbarch_dwarf2_reg_to_regnum (gdbarch,
|
|
|
|
mips_dwarf_dwarf2_ecoff_reg_to_regnum);
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
set_gdbarch_register_sim_regno (gdbarch, mips_register_sim_regno);
|
2000-12-04 05:01:16 +01:00
|
|
|
|
1999-12-07 04:56:43 +01:00
|
|
|
/* MIPS version of CALL_DUMMY */
|
|
|
|
|
2003-08-08 01:41:57 +02:00
|
|
|
/* NOTE: cagney/2003-08-05: Eventually call dummy location will be
|
|
|
|
replaced by a command, and all targets will default to on stack
|
|
|
|
(regardless of the stack's execute status). */
|
|
|
|
set_gdbarch_call_dummy_location (gdbarch, AT_SYMBOL);
|
2002-09-18 17:37:18 +02:00
|
|
|
set_gdbarch_frame_align (gdbarch, mips_frame_align);
|
2002-08-16 03:23:17 +02:00
|
|
|
|
2004-01-14 03:51:42 +01:00
|
|
|
set_gdbarch_convert_register_p (gdbarch, mips_convert_register_p);
|
|
|
|
set_gdbarch_register_to_value (gdbarch, mips_register_to_value);
|
|
|
|
set_gdbarch_value_to_register (gdbarch, mips_value_to_register);
|
|
|
|
|
2000-07-07 11:19:03 +02:00
|
|
|
set_gdbarch_inner_than (gdbarch, core_addr_lessthan);
|
|
|
|
set_gdbarch_breakpoint_from_pc (gdbarch, mips_breakpoint_from_pc);
|
|
|
|
|
|
|
|
set_gdbarch_skip_prologue (gdbarch, mips_skip_prologue);
|
|
|
|
|
2001-10-15 20:18:30 +02:00
|
|
|
set_gdbarch_pointer_to_address (gdbarch, signed_pointer_to_address);
|
|
|
|
set_gdbarch_address_to_pointer (gdbarch, address_to_signed_pointer);
|
|
|
|
set_gdbarch_integer_to_address (gdbarch, mips_integer_to_address);
|
* Makefile.in (SFILES): Add osabi.c.
(COMMON_OBS): Add osabi.o.
(osabi.o): New dependency list.
* osabi.c: New file.
* osabi.h: New file.
* doc/gdbint.texinfo: Document new generic OS ABI framework.
* Makefile.in (alpha_tdep_h): Define and use instead of
alpha-tdep.h.
* alpha-tdep.c (alpha_abi_names, process_note_abi_tag_sections,
get_elfosabi, alpha_abi_handler_list, alpha_gdbarch_register_os_abi):
Remove.
(alpha_gdbarch_init, alpha_dump_tdep): Use generic OS ABI framework.
* alpha-tdep.h: Include osabi.h.
(alpha_abi): Remove.
(gdbarch_tdep): Use generic OS ABI framework.
* alpha-linux-tdep.c (_initialize_alpha_linux_tdep): Use
gdbarch_register_osabi.
* alpha-osf1-tdep.c (_initialize_alpha_osf1_tdep): Likewise.
* alphafbsd-tdep.c (_initialize_alphafbsd_tdep): Likewise.
* alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Likewise.
* Makefile.in (sh_tdep_h): Add osabi.h.
* sh-tdep.h (sh_osabi): Remove.
(gdbarch_tdep): Use generic OS ABI framework.
* sh-tdep.c (sh_osabi_names, process_note_abi_tag_sections,
sh_osabi_handler_list, sh_gdbarch_register_os_abi): Remove.
(sh_gdbarch_init, sh_dump_tdep): Use generic OS ABI framework.
* shnbsd-tdep.c (_initialize_shnbsd_tdep): Use gdbarch_register_osabi.
* Makefile.in (arm_tdep_h): Define and use instead of arm-tdep.h.
* arm-linux-tdep.c (_initialize_arm_linux_tdep): Use
gdbarch_register_osabi.
* arm-tdep.c (arm_abi_names, process_note_abi_tag_sections,
arm_abi_handler_list, arm_gdbarch_register_os_abi): Remove.
(get_elfosabi): Rename to...
(arm_elf_osabi_sniffer): ...this. Adjust to use generic OS
ABI framework support routines.
(arm_gdbarch_init): Use generic OS ABI framework.
(arm_dump_tdep): Likewise.
(_initialize_arm_tdep): Likewise.
* arm-tdep.h: Include osabi.h.
(arm_abi): Remove.
(gdbarch_tdep): Remove arm_abi and abi_name members. Add
osabi member.
(arm_gdbarch_register_os_abi): Remove prototype.
* armnbsd-tdep.c (arm_netbsd_aout_osabi_sniffer): New function.
(_initialize_arm_netbsd_tdep): Use gdbarch_register_osabi.
* Makefile.in (mips-tdep.o): Add osabi.h to dependency list.
* mips-tdep.c: Include osabi.h.
(gdbarch_tdep, mips_gdbarch_init, mips_dump_tdep): Use generic
OS ABI framework.
2002-05-21 17:36:03 +02:00
|
|
|
|
2003-06-21 Andrew Cagney <cagney@redhat.com>
* 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-22 01:14:44 +02:00
|
|
|
set_gdbarch_register_type (gdbarch, mips_register_type);
|
2002-08-01 21:57:41 +02:00
|
|
|
|
2003-05-31 18:36:28 +02:00
|
|
|
set_gdbarch_print_registers_info (gdbarch, mips_print_registers_info);
|
2002-08-16 05:07:34 +02:00
|
|
|
|
2003-08-28 06:34:19 +02:00
|
|
|
set_gdbarch_print_insn (gdbarch, gdb_print_insn_mips);
|
|
|
|
|
2003-09-04 20:04:25 +02:00
|
|
|
/* FIXME: cagney/2003-08-29: The macros HAVE_STEPPABLE_WATCHPOINT,
|
|
|
|
HAVE_NONSTEPPABLE_WATCHPOINT, and HAVE_CONTINUABLE_WATCHPOINT
|
|
|
|
need to all be folded into the target vector. Since they are
|
|
|
|
being used as guards for STOPPED_BY_WATCHPOINT, why not have
|
|
|
|
STOPPED_BY_WATCHPOINT return the type of watchpoint that the code
|
|
|
|
is sitting on? */
|
|
|
|
set_gdbarch_have_nonsteppable_watchpoint (gdbarch, 1);
|
|
|
|
|
2004-10-26 16:44:00 +02:00
|
|
|
set_gdbarch_skip_trampoline_code (gdbarch, mips_skip_trampoline_code);
|
2002-08-21 00:44:55 +02:00
|
|
|
|
2004-10-31 18:38:16 +01:00
|
|
|
set_gdbarch_single_step_through_delay (gdbarch, mips_single_step_through_delay);
|
|
|
|
|
* NEWS: Mention pointer to member improvements.
* Makefile.in (gnu-v3-abi.o): Delete special rule.
(eval.o, gnu-v3-abi.o, ia64-tdep.o): Update.
* ada-valprint.c (ada_print_scalar): Update for new type codes.
* c-typeprint.c (c_print_type): Update for new type codes.
(c_type_print_varspec_prefix, c_type_print_varspec_suffix)
(c_type_print_base): Likewise.
(c_type_print_args): Rewrite.
* c-valprint.c (c_val_print): Update for new type codes. Remove
support for references to members. Treat methods like functions.
* cp-abi.c (cplus_print_method_ptr, cplus_method_ptr_size)
(cplus_make_method_ptr, cplus_method_ptr_to_value): New.
* cp-abi.h (cplus_print_method_ptr, cplus_method_ptr_size)
(cplus_make_method_ptr, cplus_method_ptr_to_value): New prototypes.
(struct cp_abi_ops): Add corresponding members.
* cp-valprint.c (cp_print_class_method): Delete.
(cp_find_class_member): New function.
(cp_print_class_member): Use it. Simplify support for bogus
member pointers.
* dwarf2read.c (quirk_gcc_member_function_pointer): Use
lookup_methodptr_type.
(read_tag_ptr_to_member_type): Likewise, and lookup_memberptr_type.
* eval.c (evaluate_subexp_standard): Implement EVAL_SKIP for
OP_SCOPE. Update call to value_aggregate_elt. Rewrite member
pointer support.
(evaluate_subexp_for_address): Handle OP_SCOPE explicitly. Handle
references returned by user defined operators.
* f-typeprint.c (f_print_type, f_type_print_varspec_prefix)
(f_type_print_varspec_suffix): Remove support for member pointers.
* gdbtypes.c (lookup_memberptr_type): Renamed from lookup_member_type
and adjusted.
(smash_to_memberptr_type): Likewise, from smash_to_member_type.
(lookup_methodptr_type): New.
(rank_one_type): Adjust for TYPE_CODE_MEMBERPTR.
(recursive_dump_type): Update for new types.
* gdbtypes.h (enum type_code): Replace TYPE_CODE_MEMBER with
TYPE_CODE_MEMBERPTR and TYPE_CODE_METHODPTR.
(lookup_memberptr_type, lookup_methodptr_type)
(smash_to_memberptr_type): New prototypes.
(smash_to_method_type): Formatting fix.
(lookup_member_type, smash_to_member_type): Delete prototypes.
* gnu-v3-abi.c (gnuv3_get_vtable, gnuv3_get_virtual_fn): New.
Do not rely on debug information for the vptr or the method's
enclosing type. Handle function descriptors for IA64.
(gnuv3_virtual_fn_field): Rewrite using the new functions.
(gnuv3_find_method_in, gnuv3_print_method_ptr)
(gnuv3_method_ptr_size, gnuv3_make_method_ptr)
(gnuv3_method_ptr_to_value): New.
(init_gnuv3_ops): Set new members of gnu_v3_abi_ops.
* hpread.c (hpread_type_lookup): Update for new types.
* infcall.c (value_arg_coerce): Likewise.
* m2-typeprint.c (m2_print_type): Remove explicit support
for member pointers.
* m2-valprint.c (m2_val_print): Likewise.
* p-typeprint.c (pascal_type_print_varspec_prefix)
(pascal_type_print_varspec_suffix, pascal_type_print_base): Likewise.
* p-valprint.c (pascal_val_print): Likewise.
(pascal_object_print_class_method, pascal_object_print_class_member):
Delete.
* p-lang.h (pascal_object_print_class_method)
(pascal_object_print_class_member): Delete prototypes.
* stabsread.c (read_type): Update for new types.
* typeprint.c (print_type_scalar): Likewise.
* valops.c (value_struct_elt_for_reference, value_namespace_elt)
(value_maybe_namespace_elt, value_aggregate_elt): Add want_address
argument. Construct a pointer to member if the address of a
function or data member is requested.
(value_cast_pointers): Don't modify the input value.
(value_cast): Adjust pointer to member handling for new types.
Allow null pointer to member constants. Don't modify the input
value.
(value_ind): Remove pointer to member check. Handle function
descriptors for function pointers.
(value_struct_elt, value_find_oload_method_list, check_field):
Remove pointer to member checks.
* value.c (unpack_long): Allow pointers to data members.
(value_from_longest): Allow member pointers.
* value.h (value_aggregate_elt): Add want_address.
* varobj.c (c_variable_editable): Remove check for members.
* gdbarch.sh: Add vtable_function_descriptors and vbit_in_delta.
* ia64-tdep.c (ia64_convert_from_func_ptr_addr): Handle descriptors
in virtual tables.
(ia64_gdbarch_init): Call set_gdbarch_vtable_function_descriptors.
* c-lang.h (cp_print_class_method): Delete prototype.
* arm-tdep.c (arm_gdbarch_init): Call set_gdbarch_vbit_in_delta.
* mips-tdep.c (mips_gdbarch_init): Likewise.
* gdbarch.c, gdbarch.h: Regenerated.
* gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
output. Test the types of members and member pointers.
* gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
gdb/2092.
* gdb.cp/member-ptr.exp: Search for a comment instead of a
statement. Enable for GCC. Update expected output for some tests
and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
layout.
* gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
(Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
(Diamond::vget_base): New.
(main): Add new tests.
* gdb.cp/printmethod.exp: Update expected output for member functions.
* gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
print pEe->D::vg().
2007-01-03 19:05:45 +01:00
|
|
|
/* Virtual tables. */
|
|
|
|
set_gdbarch_vbit_in_delta (gdbarch, 1);
|
|
|
|
|
* Makefile.in (mips-tdep.o, target-descriptions.o): Update.
* target-descriptions.c (struct property): New.
(struct target_desc): Add properties member.
(tdesc_property, set_tdesc_property): New.
* target-descriptions.h (tdesc_property, set_tdesc_property):
Declare.
* mips-tdep.c (PROPERTY_GP32, PROPERTY_GP64): New constants.
(struct gdbarch_tdep): Add register_size_valid_p and register_size.
(mips_isa_regsize): Use them.
(mips_register_g_packet_guesses): New.
(mips_gdbarch_init): Call it. If a target description is supplied,
check for internal properties. Check for register size mismatches.
* remote.c (send_g_packet, process_g_packet): New functions, split
out from fetch_registers_using_g.
(fetch_registers_using_g): Use them.
(struct remote_g_packet_guess, remote_g_packet_guess_s)
(struct remote_g_packet_data, remote_g_packet_data_handle)
(remote_g_packet_data_init, register_remote_g_packet_guess)
(remote_read_description): New.
(init_remote_ops, init_remote_async_ops): Set to_read_description.
(_initialize_remote): Register remote_g_packet_data_handle.
* remote.h (register_remote_g_packet_guess): Declare.
2006-11-28 23:14:31 +01:00
|
|
|
mips_register_g_packet_guesses (gdbarch);
|
|
|
|
|
2004-02-11 19:47:27 +01:00
|
|
|
/* Hook in OS ABI-specific overrides, if they have been registered. */
|
|
|
|
gdbarch_init_osabi (info, gdbarch);
|
2002-08-21 00:44:55 +02:00
|
|
|
|
2004-03-25 02:27:26 +01:00
|
|
|
/* Unwind the frame. */
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
frame_unwind_append_sniffer (gdbarch, mips_stub_frame_sniffer);
|
2004-08-03 03:12:43 +02:00
|
|
|
frame_unwind_append_sniffer (gdbarch, mips_insn16_frame_sniffer);
|
|
|
|
frame_unwind_append_sniffer (gdbarch, mips_insn32_frame_sniffer);
|
2004-08-01 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips16_frame_cache)
(mips16_frame_this_id, mips16_frame_prev_register)
(mips16_frame_unwind, mips16_frame_sniffer)
(mips16_frame_base_address, mips16_frame_base)
(mips16_frame_base_sniffer, mips32_frame_cache)
(mips32_frame_this_id, mips32_frame_prev_register)
(mips32_frame_unwind, mips32_frame_sniffer)
(mips32_frame_base_address, mips32_frame_base)
(mips32_frame_base_sniffer): Clone the mdebug unwinder into
separate heuristic mips16 and mips32 unwinders.
(mips_stub_frame_cache, mips_stub_frame_this_id)
(mips_stub_frame_prev_register)
(mips_stub_frame_unwind, mips_stub_frame_sniffer)
(mips_stub_frame_base_address, mips_stub_frame_base)
(mips_stub_frame_base_sniffer): Add a simple stub unwinder.
(mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
match true mdebug frames.
(non_heuristic_proc_desc): Add forward declaration.
2004-08-01 20:47:58 +02:00
|
|
|
frame_base_append_sniffer (gdbarch, mips_stub_frame_base_sniffer);
|
2004-08-03 03:12:43 +02:00
|
|
|
frame_base_append_sniffer (gdbarch, mips_insn16_frame_base_sniffer);
|
|
|
|
frame_base_append_sniffer (gdbarch, mips_insn32_frame_base_sniffer);
|
2004-03-25 02:27:26 +01:00
|
|
|
|
2000-06-10 07:37:47 +02:00
|
|
|
return gdbarch;
|
|
|
|
}
|
|
|
|
|
2002-06-19 18:48:47 +02:00
|
|
|
static void
|
2004-01-17 17:27:30 +01:00
|
|
|
mips_abi_update (char *ignore_args, int from_tty, struct cmd_list_element *c)
|
2002-06-19 18:48:47 +02:00
|
|
|
{
|
|
|
|
struct gdbarch_info info;
|
|
|
|
|
|
|
|
/* Force the architecture to update, and (if it's a MIPS architecture)
|
|
|
|
mips_gdbarch_init will take care of the rest. */
|
|
|
|
gdbarch_info_init (&info);
|
|
|
|
gdbarch_update_p (info);
|
|
|
|
}
|
|
|
|
|
2003-02-27 02:14:53 +01:00
|
|
|
/* Print out which MIPS ABI is in use. */
|
|
|
|
|
|
|
|
static void
|
2005-03-11 21:27:56 +01:00
|
|
|
show_mips_abi (struct ui_file *file,
|
|
|
|
int from_tty,
|
|
|
|
struct cmd_list_element *ignored_cmd,
|
|
|
|
const char *ignored_value)
|
2003-02-27 02:14:53 +01:00
|
|
|
{
|
|
|
|
if (gdbarch_bfd_arch_info (current_gdbarch)->arch != bfd_arch_mips)
|
2005-03-11 21:27:56 +01:00
|
|
|
fprintf_filtered
|
|
|
|
(file,
|
|
|
|
"The MIPS ABI is unknown because the current architecture "
|
|
|
|
"is not MIPS.\n");
|
2003-02-27 02:14:53 +01:00
|
|
|
else
|
|
|
|
{
|
|
|
|
enum mips_abi global_abi = global_mips_abi ();
|
|
|
|
enum mips_abi actual_abi = mips_abi (current_gdbarch);
|
|
|
|
const char *actual_abi_str = mips_abi_strings[actual_abi];
|
|
|
|
|
|
|
|
if (global_abi == MIPS_ABI_UNKNOWN)
|
2005-03-11 21:27:56 +01:00
|
|
|
fprintf_filtered
|
|
|
|
(file,
|
|
|
|
"The MIPS ABI is set automatically (currently \"%s\").\n",
|
2004-01-17 17:27:30 +01:00
|
|
|
actual_abi_str);
|
2003-02-27 02:14:53 +01:00
|
|
|
else if (global_abi == actual_abi)
|
2005-03-11 21:27:56 +01:00
|
|
|
fprintf_filtered
|
|
|
|
(file,
|
|
|
|
"The MIPS ABI is assumed to be \"%s\" (due to user setting).\n",
|
2004-01-17 17:27:30 +01:00
|
|
|
actual_abi_str);
|
2003-02-27 02:14:53 +01:00
|
|
|
else
|
|
|
|
{
|
|
|
|
/* Probably shouldn't happen... */
|
2005-03-11 21:27:56 +01:00
|
|
|
fprintf_filtered
|
|
|
|
(file,
|
|
|
|
"The (auto detected) MIPS ABI \"%s\" is in use even though the user setting was \"%s\".\n",
|
2004-01-17 17:27:30 +01:00
|
|
|
actual_abi_str, mips_abi_strings[global_abi]);
|
2003-02-27 02:14:53 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2000-06-10 07:37:47 +02:00
|
|
|
static void
|
|
|
|
mips_dump_tdep (struct gdbarch *current_gdbarch, struct ui_file *file)
|
|
|
|
{
|
|
|
|
struct gdbarch_tdep *tdep = gdbarch_tdep (current_gdbarch);
|
|
|
|
if (tdep != NULL)
|
1999-12-07 04:56:43 +01:00
|
|
|
{
|
2000-07-11 13:02:11 +02:00
|
|
|
int ef_mips_arch;
|
|
|
|
int ef_mips_32bitmode;
|
2006-06-01 01:15:50 +02:00
|
|
|
/* Determine the ISA. */
|
2000-07-11 13:02:11 +02:00
|
|
|
switch (tdep->elf_flags & EF_MIPS_ARCH)
|
|
|
|
{
|
|
|
|
case E_MIPS_ARCH_1:
|
|
|
|
ef_mips_arch = 1;
|
|
|
|
break;
|
|
|
|
case E_MIPS_ARCH_2:
|
|
|
|
ef_mips_arch = 2;
|
|
|
|
break;
|
|
|
|
case E_MIPS_ARCH_3:
|
|
|
|
ef_mips_arch = 3;
|
|
|
|
break;
|
|
|
|
case E_MIPS_ARCH_4:
|
2001-03-28 23:42:32 +02:00
|
|
|
ef_mips_arch = 4;
|
2000-07-11 13:02:11 +02:00
|
|
|
break;
|
|
|
|
default:
|
2001-03-28 23:42:32 +02:00
|
|
|
ef_mips_arch = 0;
|
2000-07-11 13:02:11 +02:00
|
|
|
break;
|
|
|
|
}
|
2006-06-01 01:15:50 +02:00
|
|
|
/* Determine the size of a pointer. */
|
2000-07-11 13:02:11 +02:00
|
|
|
ef_mips_32bitmode = (tdep->elf_flags & EF_MIPS_32BITMODE);
|
2000-06-10 07:37:47 +02:00
|
|
|
fprintf_unfiltered (file,
|
|
|
|
"mips_dump_tdep: tdep->elf_flags = 0x%x\n",
|
2000-05-11 05:40:08 +02:00
|
|
|
tdep->elf_flags);
|
2000-06-10 07:37:47 +02:00
|
|
|
fprintf_unfiltered (file,
|
2000-07-11 13:02:11 +02:00
|
|
|
"mips_dump_tdep: ef_mips_32bitmode = %d\n",
|
|
|
|
ef_mips_32bitmode);
|
|
|
|
fprintf_unfiltered (file,
|
|
|
|
"mips_dump_tdep: ef_mips_arch = %d\n",
|
|
|
|
ef_mips_arch);
|
|
|
|
fprintf_unfiltered (file,
|
|
|
|
"mips_dump_tdep: tdep->mips_abi = %d (%s)\n",
|
2004-01-17 17:27:30 +01:00
|
|
|
tdep->mips_abi, mips_abi_strings[tdep->mips_abi]);
|
2000-07-11 11:25:22 +02:00
|
|
|
fprintf_unfiltered (file,
|
|
|
|
"mips_dump_tdep: mips_mask_address_p() %d (default %d)\n",
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
mips_mask_address_p (tdep),
|
2000-07-11 11:25:22 +02:00
|
|
|
tdep->default_mask_address_p);
|
1999-12-07 04:56:43 +01:00
|
|
|
}
|
2000-06-10 07:37:47 +02:00
|
|
|
fprintf_unfiltered (file,
|
|
|
|
"mips_dump_tdep: MIPS_DEFAULT_FPU_TYPE = %d (%s)\n",
|
|
|
|
MIPS_DEFAULT_FPU_TYPE,
|
|
|
|
(MIPS_DEFAULT_FPU_TYPE == MIPS_FPU_NONE ? "none"
|
|
|
|
: MIPS_DEFAULT_FPU_TYPE == MIPS_FPU_SINGLE ? "single"
|
|
|
|
: MIPS_DEFAULT_FPU_TYPE == MIPS_FPU_DOUBLE ? "double"
|
|
|
|
: "???"));
|
2004-01-17 17:27:30 +01:00
|
|
|
fprintf_unfiltered (file, "mips_dump_tdep: MIPS_EABI = %d\n", MIPS_EABI);
|
2000-06-10 07:37:47 +02:00
|
|
|
fprintf_unfiltered (file,
|
|
|
|
"mips_dump_tdep: MIPS_FPU_TYPE = %d (%s)\n",
|
|
|
|
MIPS_FPU_TYPE,
|
|
|
|
(MIPS_FPU_TYPE == MIPS_FPU_NONE ? "none"
|
|
|
|
: MIPS_FPU_TYPE == MIPS_FPU_SINGLE ? "single"
|
|
|
|
: MIPS_FPU_TYPE == MIPS_FPU_DOUBLE ? "double"
|
|
|
|
: "???"));
|
|
|
|
fprintf_unfiltered (file,
|
2004-01-07 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
(mips_mask_address_p): Add "tdep" parameter.
(show_mask_address, mips_addr_bits_remove): Update.
(mips_dump_tdep): Update.
(MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
(MIPS_STACK_ARGSIZE): Delete macro.
(mips_stack_argsize, mips_eabi_push_dummy_call): Update.
(mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
(mips_o64_push_dummy_call, mips_o32_return_value): Update.
(mips_dump_tdep): Update.
(MIPS_SAVED_REGSIZE): Delete macro.
(MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
(mips_saved_regsize, mips_eabi_use_struct_convention): Update.
(mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
(mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
(mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
(mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
(mips_pop_frame, return_value_location): Update.
(mips_n32n64_return_value, mips_dump_tdep): Update.
2004-01-08 05:20:57 +01:00
|
|
|
"mips_dump_tdep: mips_stack_argsize() = %d\n",
|
2004-04-29 21:42:01 +02:00
|
|
|
mips_stack_argsize (current_gdbarch));
|
1999-12-07 04:56:43 +01:00
|
|
|
}
|
|
|
|
|
2004-01-17 17:27:30 +01:00
|
|
|
extern initialize_file_ftype _initialize_mips_tdep; /* -Wmissing-prototypes */
|
2003-06-11 15:16:30 +02:00
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
void
|
2000-07-11 13:02:11 +02:00
|
|
|
_initialize_mips_tdep (void)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
|
|
|
static struct cmd_list_element *mipsfpulist = NULL;
|
|
|
|
struct cmd_list_element *c;
|
|
|
|
|
2004-01-17 17:27:30 +01:00
|
|
|
mips_abi_string = mips_abi_strings[MIPS_ABI_UNKNOWN];
|
2002-06-19 18:48:47 +02:00
|
|
|
if (MIPS_ABI_LAST + 1
|
|
|
|
!= sizeof (mips_abi_strings) / sizeof (mips_abi_strings[0]))
|
2005-02-11 Andrew Cagney <cagney@gnu.org>
Mark up error_no_arg, query, perror_with_name, complaint, and
internal_error.
* breakpoint.c, cp-abi.c, cp-namespace.c, cp-support.c: Update.
* cris-tdep.c, dbxread.c, dictionary.c, dsrec.c: Update.
* dummy-frame.c, dve3900-rom.c, dwarf2-frame.c, dwarf2expr.c: Update.
* dwarf2read.c, dwarfread.c, elfread.c, event-loop.c: Update.
* exceptions.c, exec.c, f-lang.c, findvar.c, fork-child.c: Update.
* frame-unwind.c, frame.c, frv-linux-tdep.c, frv-tdep.c: Update.
* gdb_assert.h, gdbarch.c, gdbtypes.c, gnu-nat.c: Update.
* go32-nat.c, hppa-tdep.c, hppabsd-nat.c, hpread.c: Update.
* i386-linux-nat.c, i386-nat.c, i386-tdep.c, i386bsd-nat.c: Update.
* i386fbsd-nat.c, inf-ptrace.c, inf-ttrace.c, infcall.c: Update.
* infcmd.c, inflow.c, infptrace.c, infrun.c, inftarg.c: Update.
* interps.c, language.c, linespec.c, linux-nat.c: Update.
* m32r-linux-nat.c, m68k-tdep.c, m68kbsd-nat.c: Update.
* m68klinux-nat.c, m88kbsd-nat.c, macroexp.c, macroscope.c: Update.
* macrotab.c, maint.c, mdebugread.c, memattr.c: Update.
* mips-linux-tdep.c, mips-tdep.c, mips64obsd-nat.c: Update.
* mipsnbsd-nat.c, mn10300-tdep.c, monitor.c, nto-procfs.c: Update.
* objc-lang.c, objfiles.c, objfiles.h, ocd.c, osabi.c: Update.
* parse.c, ppc-bdm.c, ppc-linux-nat.c, ppc-sysv-tdep.c: Update.
* ppcnbsd-nat.c, ppcobsd-nat.c, printcmd.c, procfs.c: Update.
* regcache.c, reggroups.c, remote-e7000.c, remote-mips.c: Update.
* remote-rdp.c, remote-sds.c, remote-sim.c, remote-st.c: Update.
* remote-utils.c, remote.c, rs6000-nat.c, rs6000-tdep.c: Update.
* s390-nat.c, s390-tdep.c, sentinel-frame.c, serial.c: Update.
* sh-tdep.c, sh3-rom.c, sh64-tdep.c, shnbsd-nat.c: Update.
* solib-aix5.c, solib-svr4.c, solib.c, source.c: Update.
* sparc-nat.c, stabsread.c, stack.c, symfile.c, symtab.c: Update.
* symtab.h, target.c, tracepoint.c, ui-file.c, ui-out.c: Update.
* utils.c, valops.c, valprint.c, vax-nat.c, vaxbsd-nat.c: Update.
* win32-nat.c, xcoffread.c, xstormy16-tdep.c: Update.
* cli/cli-cmds.c, cli/cli-logging.c, cli/cli-script.c: Update.
* cli/cli-setshow.c, mi/mi-cmd-break.c, mi/mi-cmds.c: Update.
* mi/mi-console.c, mi/mi-getopt.c, mi/mi-out.c: Update.
* tui/tui-file.c, tui/tui-interp.c: Update.
2005-02-11 19:13:55 +01:00
|
|
|
internal_error (__FILE__, __LINE__, _("mips_abi_strings out of sync"));
|
2002-06-19 18:48:47 +02:00
|
|
|
|
2000-06-10 07:37:47 +02:00
|
|
|
gdbarch_register (bfd_arch_mips, mips_gdbarch_init, mips_dump_tdep);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2004-03-29 19:58:05 +02:00
|
|
|
mips_pdr_data = register_objfile_data ();
|
|
|
|
|
2000-04-09 16:35:35 +02:00
|
|
|
/* Add root prefix command for all "set mips"/"show mips" commands */
|
|
|
|
add_prefix_cmd ("mips", no_class, set_mips_command,
|
2005-02-15 Andrew Cagney <cagney@gnu.org>
Mark up add_com, add_info and add_prefix_cmd.
* breakpoint.c, cp-support.c, dcache.c, dwarf2read.c: Update.
* exec.c, f-valprint.c, frame.c, gcore.c, gnu-nat.c: Update.
* go32-nat.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* kod.c, language.c, linux-nat.c, m32r-rom.c, macrocmd.c: Update.
* maint.c, memattr.c, mips-tdep.c, nto-procfs.c, objc-lang.c: Update.
* ocd.c, pa64solib.c, printcmd.c, procfs.c, regcache.c: Update.
* remote-e7000.c, remote-m32r-sdi.c, remote-mips.c: Update.
* remote-sds.c, remote-sim.c, remote-st.c, remote-utils.c: Update.
* remote.c, rs6000-tdep.c, ser-go32.c, serial.c: Update.
* sh-tdep.c, solib.c, somsolib.c, source.c, stack.c: Update.
* symfile.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, typeprint.c, utils.c, valprint.c: Update.
* win32-nat.c, xcoffsolib.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
* cli/cli-logging.c, tui/tui-layout.c, tui/tui-regs.c: Update.
* tui/tui-stack.c, tui/tui-win.c: Update.
2005-02-15 16:49:28 +01:00
|
|
|
_("Various MIPS specific commands."),
|
2000-04-09 16:35:35 +02:00
|
|
|
&setmipscmdlist, "set mips ", 0, &setlist);
|
|
|
|
|
|
|
|
add_prefix_cmd ("mips", no_class, show_mips_command,
|
2005-02-15 Andrew Cagney <cagney@gnu.org>
Mark up add_com, add_info and add_prefix_cmd.
* breakpoint.c, cp-support.c, dcache.c, dwarf2read.c: Update.
* exec.c, f-valprint.c, frame.c, gcore.c, gnu-nat.c: Update.
* go32-nat.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* kod.c, language.c, linux-nat.c, m32r-rom.c, macrocmd.c: Update.
* maint.c, memattr.c, mips-tdep.c, nto-procfs.c, objc-lang.c: Update.
* ocd.c, pa64solib.c, printcmd.c, procfs.c, regcache.c: Update.
* remote-e7000.c, remote-m32r-sdi.c, remote-mips.c: Update.
* remote-sds.c, remote-sim.c, remote-st.c, remote-utils.c: Update.
* remote.c, rs6000-tdep.c, ser-go32.c, serial.c: Update.
* sh-tdep.c, solib.c, somsolib.c, source.c, stack.c: Update.
* symfile.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, typeprint.c, utils.c, valprint.c: Update.
* win32-nat.c, xcoffsolib.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
* cli/cli-logging.c, tui/tui-layout.c, tui/tui-regs.c: Update.
* tui/tui-stack.c, tui/tui-win.c: Update.
2005-02-15 16:49:28 +01:00
|
|
|
_("Various MIPS specific commands."),
|
2000-04-09 16:35:35 +02:00
|
|
|
&showmipscmdlist, "show mips ", 0, &showlist);
|
|
|
|
|
|
|
|
/* Allow the user to override the saved register size. */
|
2004-10-30 19:10:14 +02:00
|
|
|
add_setshow_enum_cmd ("saved-gpreg-size", class_obscure,
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
2005-02-14 17:18:43 +01:00
|
|
|
size_enums, &mips_abi_regsize_string, _("\
|
|
|
|
Set size of general purpose registers saved on the stack."), _("\
|
|
|
|
Show size of general purpose registers saved on the stack."), _("\
|
2000-04-09 16:35:35 +02:00
|
|
|
This option can be set to one of:\n\
|
|
|
|
32 - Force GDB to treat saved GP registers as 32-bit\n\
|
|
|
|
64 - Force GDB to treat saved GP registers as 64-bit\n\
|
|
|
|
auto - Allow GDB to use the target's default setting or autodetect the\n\
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
2005-02-14 17:18:43 +01:00
|
|
|
saved GP register size from information contained in the\n\
|
|
|
|
executable (default)."),
|
2005-02-17 Andrew Cagney <cagney@gnu.org>
* cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
(add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
(add_setshow_filename_cmd, add_setshow_string_cmd)
(add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
fprint_setshow parameter.
* command.h (fprint_setshow_ftype): Delete.
(add_setshow_cmd_full, add_setshow_enum_cmd)
(add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
(add_setshow_filename_cmd, add_setshow_string_cmd)
(add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
fprint_setshow parameter.
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
* hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
* mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
* remote.c, target.c, cli/cli-logging.c: Update.
2005-02-17 14:49:56 +01:00
|
|
|
NULL,
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
2005-02-14 17:18:43 +01:00
|
|
|
NULL, /* FIXME: i18n: Size of general purpose registers saved on the stack is %s. */
|
2005-02-17 Andrew Cagney <cagney@gnu.org>
* cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
(add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
(add_setshow_filename_cmd, add_setshow_string_cmd)
(add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
fprint_setshow parameter.
* command.h (fprint_setshow_ftype): Delete.
(add_setshow_cmd_full, add_setshow_enum_cmd)
(add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
(add_setshow_filename_cmd, add_setshow_string_cmd)
(add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
fprint_setshow parameter.
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
* hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
* mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
* remote.c, target.c, cli/cli-logging.c: Update.
2005-02-17 14:49:56 +01:00
|
|
|
&setmipscmdlist, &showmipscmdlist);
|
2000-04-09 16:35:35 +02:00
|
|
|
|
2000-05-08 04:53:04 +02:00
|
|
|
/* Allow the user to override the argument stack size. */
|
2004-10-30 19:10:14 +02:00
|
|
|
add_setshow_enum_cmd ("stack-arg-size", class_obscure,
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
2005-02-14 17:18:43 +01:00
|
|
|
size_enums, &mips_stack_argsize_string, _("\
|
|
|
|
Set the amount of stack space reserved for each argument."), _("\
|
|
|
|
Show the amount of stack space reserved for each argument."), _("\
|
2000-05-08 04:53:04 +02:00
|
|
|
This option can be set to one of:\n\
|
|
|
|
32 - Force GDB to allocate 32-bit chunks per argument\n\
|
|
|
|
64 - Force GDB to allocate 64-bit chunks per argument\n\
|
|
|
|
auto - Allow GDB to determine the correct setting from the current\n\
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
2005-02-14 17:18:43 +01:00
|
|
|
target and executable (default)"),
|
2005-02-17 Andrew Cagney <cagney@gnu.org>
* cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
(add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
(add_setshow_filename_cmd, add_setshow_string_cmd)
(add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
fprint_setshow parameter.
* command.h (fprint_setshow_ftype): Delete.
(add_setshow_cmd_full, add_setshow_enum_cmd)
(add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
(add_setshow_filename_cmd, add_setshow_string_cmd)
(add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
fprint_setshow parameter.
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
* hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
* mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
* remote.c, target.c, cli/cli-logging.c: Update.
2005-02-17 14:49:56 +01:00
|
|
|
NULL,
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
2005-02-14 17:18:43 +01:00
|
|
|
NULL, /* FIXME: i18n: The amount of stack space reserved for each argument is %s. */
|
2005-02-17 Andrew Cagney <cagney@gnu.org>
* cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
(add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
(add_setshow_filename_cmd, add_setshow_string_cmd)
(add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
fprint_setshow parameter.
* command.h (fprint_setshow_ftype): Delete.
(add_setshow_cmd_full, add_setshow_enum_cmd)
(add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
(add_setshow_filename_cmd, add_setshow_string_cmd)
(add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
fprint_setshow parameter.
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
* hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
* mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
* remote.c, target.c, cli/cli-logging.c: Update.
2005-02-17 14:49:56 +01:00
|
|
|
&setmipscmdlist, &showmipscmdlist);
|
2000-05-08 04:53:04 +02:00
|
|
|
|
2002-06-19 18:48:47 +02:00
|
|
|
/* Allow the user to override the ABI. */
|
2005-02-21 05:31:59 +01:00
|
|
|
add_setshow_enum_cmd ("abi", class_obscure, mips_abi_strings,
|
|
|
|
&mips_abi_string, _("\
|
|
|
|
Set the MIPS ABI used by this program."), _("\
|
|
|
|
Show the MIPS ABI used by this program."), _("\
|
|
|
|
This option can be set to one of:\n\
|
|
|
|
auto - the default ABI associated with the current binary\n\
|
|
|
|
o32\n\
|
|
|
|
o64\n\
|
|
|
|
n32\n\
|
|
|
|
n64\n\
|
|
|
|
eabi32\n\
|
|
|
|
eabi64"),
|
|
|
|
mips_abi_update,
|
|
|
|
show_mips_abi,
|
|
|
|
&setmipscmdlist, &showmipscmdlist);
|
2002-06-19 18:48:47 +02:00
|
|
|
|
1999-04-16 03:35:26 +02:00
|
|
|
/* Let the user turn off floating point and set the fence post for
|
|
|
|
heuristic_proc_start. */
|
|
|
|
|
|
|
|
add_prefix_cmd ("mipsfpu", class_support, set_mipsfpu_command,
|
2005-02-15 Andrew Cagney <cagney@gnu.org>
Mark up add_com, add_info and add_prefix_cmd.
* breakpoint.c, cp-support.c, dcache.c, dwarf2read.c: Update.
* exec.c, f-valprint.c, frame.c, gcore.c, gnu-nat.c: Update.
* go32-nat.c, infcmd.c, inflow.c, infptrace.c, infrun.c: Update.
* kod.c, language.c, linux-nat.c, m32r-rom.c, macrocmd.c: Update.
* maint.c, memattr.c, mips-tdep.c, nto-procfs.c, objc-lang.c: Update.
* ocd.c, pa64solib.c, printcmd.c, procfs.c, regcache.c: Update.
* remote-e7000.c, remote-m32r-sdi.c, remote-mips.c: Update.
* remote-sds.c, remote-sim.c, remote-st.c, remote-utils.c: Update.
* remote.c, rs6000-tdep.c, ser-go32.c, serial.c: Update.
* sh-tdep.c, solib.c, somsolib.c, source.c, stack.c: Update.
* symfile.c, symtab.c, target.c, thread.c, top.c: Update.
* tracepoint.c, typeprint.c, utils.c, valprint.c: Update.
* win32-nat.c, xcoffsolib.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
* cli/cli-logging.c, tui/tui-layout.c, tui/tui-regs.c: Update.
* tui/tui-stack.c, tui/tui-win.c: Update.
2005-02-15 16:49:28 +01:00
|
|
|
_("Set use of MIPS floating-point coprocessor."),
|
1999-04-16 03:35:26 +02:00
|
|
|
&mipsfpulist, "set mipsfpu ", 0, &setlist);
|
|
|
|
add_cmd ("single", class_support, set_mipsfpu_single_command,
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_cmd.
* arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
* cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
* exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
* infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
* mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
* reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
* sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
* symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
* win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
* cli/cli-logging.c, tui/tui-regs.c: Update.
2005-02-14 19:10:11 +01:00
|
|
|
_("Select single-precision MIPS floating-point coprocessor."),
|
1999-04-16 03:35:26 +02:00
|
|
|
&mipsfpulist);
|
|
|
|
add_cmd ("double", class_support, set_mipsfpu_double_command,
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_cmd.
* arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
* cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
* exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
* infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
* mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
* reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
* sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
* symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
* win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
* cli/cli-logging.c, tui/tui-regs.c: Update.
2005-02-14 19:10:11 +01:00
|
|
|
_("Select double-precision MIPS floating-point coprocessor."),
|
1999-04-16 03:35:26 +02:00
|
|
|
&mipsfpulist);
|
|
|
|
add_alias_cmd ("on", "double", class_support, 1, &mipsfpulist);
|
|
|
|
add_alias_cmd ("yes", "double", class_support, 1, &mipsfpulist);
|
|
|
|
add_alias_cmd ("1", "double", class_support, 1, &mipsfpulist);
|
|
|
|
add_cmd ("none", class_support, set_mipsfpu_none_command,
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_cmd.
* arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
* cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
* exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
* infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
* mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
* reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
* sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
* symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
* win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
* cli/cli-logging.c, tui/tui-regs.c: Update.
2005-02-14 19:10:11 +01:00
|
|
|
_("Select no MIPS floating-point coprocessor."), &mipsfpulist);
|
1999-04-16 03:35:26 +02:00
|
|
|
add_alias_cmd ("off", "none", class_support, 1, &mipsfpulist);
|
|
|
|
add_alias_cmd ("no", "none", class_support, 1, &mipsfpulist);
|
|
|
|
add_alias_cmd ("0", "none", class_support, 1, &mipsfpulist);
|
|
|
|
add_cmd ("auto", class_support, set_mipsfpu_auto_command,
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_cmd.
* arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
* cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
* exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
* infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
* mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
* reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
* sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
* symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
* win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
* cli/cli-logging.c, tui/tui-regs.c: Update.
2005-02-14 19:10:11 +01:00
|
|
|
_("Select MIPS floating-point coprocessor automatically."),
|
1999-04-16 03:35:26 +02:00
|
|
|
&mipsfpulist);
|
|
|
|
add_cmd ("mipsfpu", class_support, show_mipsfpu_command,
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_cmd.
* arch-utils.c, avr-tdep.c, breakpoint.c, corefile.c: Update.
* cp-abi.c, cp-namespace.c, cp-support.c, dummy-frame.c: Update.
* exec.c, gnu-nat.c, go32-nat.c, hppa-tdep.c, infcmd.c: Update.
* infrun.c, interps.c, macrocmd.c, maint.c, memattr.c: Update.
* mips-tdep.c, ocd.c, osabi.c, printcmd.c, regcache.c: Update.
* reggroups.c, remote-fileio.c, remote-rdi.c, remote.c: Update.
* sol-thread.c, source.c, stack.c, symfile-mem.c: Update.
* symfile.c, thread.c, tracepoint.c, valprint.c, value.c: Update.
* win32-nat.c, cli/cli-cmds.c, cli/cli-dump.c: Update.
* cli/cli-logging.c, tui/tui-regs.c: Update.
2005-02-14 19:10:11 +01:00
|
|
|
_("Show current use of MIPS floating-point coprocessor target."),
|
1999-04-16 03:35:26 +02:00
|
|
|
&showlist);
|
|
|
|
|
|
|
|
/* We really would like to have both "0" and "unlimited" work, but
|
|
|
|
command.c doesn't deal with that. So make it a var_zinteger
|
|
|
|
because the user can always use "999999" or some such for unlimited. */
|
2004-10-30 18:53:22 +02:00
|
|
|
add_setshow_zinteger_cmd ("heuristic-fence-post", class_support,
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
2005-02-14 17:18:43 +01:00
|
|
|
&heuristic_fence_post, _("\
|
|
|
|
Set the distance searched for the start of a function."), _("\
|
|
|
|
Show the distance searched for the start of a function."), _("\
|
1999-04-16 03:35:26 +02:00
|
|
|
If you are debugging a stripped executable, GDB needs to search through the\n\
|
|
|
|
program for the start of a function. This command sets the distance of the\n\
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
2005-02-14 17:18:43 +01:00
|
|
|
search. The only need to set it is when debugging a stripped executable."),
|
2005-02-17 Andrew Cagney <cagney@gnu.org>
* cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
(add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
(add_setshow_filename_cmd, add_setshow_string_cmd)
(add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
fprint_setshow parameter.
* command.h (fprint_setshow_ftype): Delete.
(add_setshow_cmd_full, add_setshow_enum_cmd)
(add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
(add_setshow_filename_cmd, add_setshow_string_cmd)
(add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
fprint_setshow parameter.
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
* hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
* mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
* remote.c, target.c, cli/cli-logging.c: Update.
2005-02-17 14:49:56 +01:00
|
|
|
reinit_frame_cache_sfunc,
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
2005-02-14 17:18:43 +01:00
|
|
|
NULL, /* FIXME: i18n: The distance searched for the start of a function is %s. */
|
2004-10-30 18:53:22 +02:00
|
|
|
&setlist, &showlist);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
/* Allow the user to control whether the upper bits of 64-bit
|
|
|
|
addresses should be zeroed. */
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
2005-02-14 17:18:43 +01:00
|
|
|
add_setshow_auto_boolean_cmd ("mask-address", no_class,
|
|
|
|
&mask_address_var, _("\
|
|
|
|
Set zeroing of upper 32 bits of 64-bit addresses."), _("\
|
|
|
|
Show zeroing of upper 32 bits of 64-bit addresses."), _("\
|
2002-06-16 00:05:33 +02:00
|
|
|
Use \"on\" to enable the masking, \"off\" to disable it and \"auto\" to \n\
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
2005-02-14 17:18:43 +01:00
|
|
|
allow GDB to determine the correct value."),
|
2005-02-16 18:20:59 +01:00
|
|
|
NULL, show_mask_address,
|
|
|
|
&setmipscmdlist, &showmipscmdlist);
|
1999-07-12 13:15:22 +02:00
|
|
|
|
|
|
|
/* Allow the user to control the size of 32 bit registers within the
|
|
|
|
raw remote packet. */
|
2004-07-28 21:42:01 +02:00
|
|
|
add_setshow_boolean_cmd ("remote-mips64-transfers-32bit-regs", class_obscure,
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
2005-02-14 17:18:43 +01:00
|
|
|
&mips64_transfers_32bit_regs_p, _("\
|
|
|
|
Set compatibility with 64-bit MIPS target that transfers 32-bit quantities."),
|
|
|
|
_("\
|
|
|
|
Show compatibility with 64-bit MIPS target that transfers 32-bit quantities."),
|
|
|
|
_("\
|
2003-11-16 17:13:50 +01:00
|
|
|
Use \"on\" to enable backward compatibility with older MIPS 64 GDB+target\n\
|
|
|
|
that would transfer 32 bits for some registers (e.g. SR, FSR) and\n\
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
2005-02-14 17:18:43 +01:00
|
|
|
64 bits for others. Use \"off\" to disable compatibility mode"),
|
2005-02-17 Andrew Cagney <cagney@gnu.org>
* cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
(add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
(add_setshow_filename_cmd, add_setshow_string_cmd)
(add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
fprint_setshow parameter.
* command.h (fprint_setshow_ftype): Delete.
(add_setshow_cmd_full, add_setshow_enum_cmd)
(add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
(add_setshow_filename_cmd, add_setshow_string_cmd)
(add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
fprint_setshow parameter.
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
* hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
* mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
* remote.c, target.c, cli/cli-logging.c: Update.
2005-02-17 14:49:56 +01:00
|
|
|
set_mips64_transfers_32bit_regs,
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
2005-02-14 17:18:43 +01:00
|
|
|
NULL, /* FIXME: i18n: Compatibility with 64-bit MIPS target that transfers 32-bit quantities is %s. */
|
|
|
|
&setlist, &showlist);
|
2000-06-17 17:18:21 +02:00
|
|
|
|
|
|
|
/* Debug this files internals. */
|
2004-10-30 18:53:22 +02:00
|
|
|
add_setshow_zinteger_cmd ("mips", class_maintenance,
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
2005-02-14 17:18:43 +01:00
|
|
|
&mips_debug, _("\
|
|
|
|
Set mips debugging."), _("\
|
|
|
|
Show mips debugging."), _("\
|
|
|
|
When non-zero, mips specific debugging is enabled."),
|
2005-02-17 Andrew Cagney <cagney@gnu.org>
* cli/cli-decode.c (add_setshow_cmd_full, add_setshow_enum_cmd)
(add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
(add_setshow_filename_cmd, add_setshow_string_cmd)
(add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
fprint_setshow parameter.
* command.h (fprint_setshow_ftype): Delete.
(add_setshow_cmd_full, add_setshow_enum_cmd)
(add_setshow_auto_boolean_cmd, add_setshow_boolean_cmd)
(add_setshow_filename_cmd, add_setshow_string_cmd)
(add_setshow_uinteger_cmd, add_setshow_zinteger_cmd): Delete
fprint_setshow parameter.
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* complaints.c, cris-tdep.c, dwarf2read.c, frame.c: Update.
* hppa-tdep.c, infcall.c, m32r-rom.c, maint.c: Update.
* mips-tdep.c, nto-tdep.c, observer.c, remote-rdi.c: Update
* remote.c, target.c, cli/cli-logging.c: Update.
2005-02-17 14:49:56 +01:00
|
|
|
NULL,
|
2005-02-14 Andrew Cagney <cagney@gnu.org>
Mark up add_setshow functions, replace "PRINT:" comment prefix
with "FIXME: i18n:".
* aix-thread.c, alpha-tdep.c, arm-tdep.c, breakpoint.c: Update.
* cris-tdep.c, dwarf2read.c, frame.c, hppa-tdep.c: Update.
* infcall.c, m32r-rom.c, maint.c, mips-tdep.c: Update.
* nto-tdep.c, observer.c, remote-rdi.c, remote.c: Update.
* target.c, cli/cli-logging.c: Update.
2005-02-14 17:18:43 +01:00
|
|
|
NULL, /* FIXME: i18n: Mips debugging is currently %s. */
|
2004-10-30 18:53:22 +02:00
|
|
|
&setdebuglist, &showdebuglist);
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|