1995-04-21 19:09:01 +00:00
|
|
|
/* Target-dependent code for Hitachi Super-H, for GDB.
|
1998-03-17 01:09:27 +00:00
|
|
|
Copyright 1993, 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
|
1993-04-27 01:17:32 +00:00
|
|
|
|
|
|
|
This file is part of GDB.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
1995-08-02 03:41:12 +00:00
|
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
1993-04-27 01:17:32 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
Contributed by Steve Chamberlain
|
|
|
|
sac@cygnus.com
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "defs.h"
|
|
|
|
#include "frame.h"
|
|
|
|
#include "obstack.h"
|
|
|
|
#include "symtab.h"
|
1997-06-13 15:22:08 +00:00
|
|
|
#include "symfile.h"
|
1993-04-27 01:17:32 +00:00
|
|
|
#include "gdbtypes.h"
|
|
|
|
#include "gdbcmd.h"
|
1995-04-21 19:09:01 +00:00
|
|
|
#include "gdbcore.h"
|
1993-04-27 01:17:32 +00:00
|
|
|
#include "value.h"
|
|
|
|
#include "dis-asm.h"
|
1996-11-12 20:19:17 +00:00
|
|
|
#include "inferior.h" /* for BEFORE_TEXT_END etc. */
|
1997-06-13 15:22:08 +00:00
|
|
|
#include "gdb_string.h"
|
1994-11-24 05:59:34 +00:00
|
|
|
|
1996-03-08 02:04:19 +00:00
|
|
|
/* A set of original names, to be used when restoring back to generic
|
|
|
|
registers from a specific set. */
|
|
|
|
|
|
|
|
char *sh_generic_reg_names[] = REGISTER_NAMES;
|
|
|
|
|
|
|
|
char *sh_reg_names[] = {
|
1996-09-20 23:20:58 +00:00
|
|
|
"r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
|
|
|
|
"r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",
|
|
|
|
"pc", "pr", "gbr", "vbr", "mach", "macl", "sr",
|
|
|
|
"", "",
|
|
|
|
"", "", "", "", "", "", "", "",
|
|
|
|
"", "", "", "", "", "", "", "",
|
|
|
|
"", "",
|
|
|
|
"", "", "", "", "", "", "", "",
|
|
|
|
"", "", "", "", "", "", "", "",
|
1996-03-08 02:04:19 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
char *sh3_reg_names[] = {
|
1996-09-20 23:20:58 +00:00
|
|
|
"r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
|
|
|
|
"r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",
|
|
|
|
"pc", "pr", "gbr", "vbr", "mach", "macl", "sr",
|
|
|
|
"", "",
|
|
|
|
"", "", "", "", "", "", "", "",
|
|
|
|
"", "", "", "", "", "", "", "",
|
|
|
|
"ssr", "spc",
|
1996-05-13 18:34:09 +00:00
|
|
|
"r0b0", "r1b0", "r2b0", "r3b0", "r4b0", "r5b0", "r6b0", "r7b0",
|
1996-09-20 23:20:58 +00:00
|
|
|
"r0b1", "r1b1", "r2b1", "r3b1", "r4b1", "r5b1", "r6b1", "r7b1"
|
1996-05-13 18:34:09 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
char *sh3e_reg_names[] = {
|
1996-09-20 23:20:58 +00:00
|
|
|
"r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
|
|
|
|
"r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15",
|
|
|
|
"pc", "pr", "gbr", "vbr", "mach", "macl", "sr",
|
|
|
|
"fpul", "fpscr",
|
|
|
|
"fr0", "fr1", "fr2", "fr3", "fr4", "fr5", "fr6", "fr7",
|
|
|
|
"fr8", "fr9", "fr10", "fr11", "fr12", "fr13", "fr14", "fr15",
|
|
|
|
"ssr", "spc",
|
1996-05-13 18:34:09 +00:00
|
|
|
"r0b0", "r1b0", "r2b0", "r3b0", "r4b0", "r5b0", "r6b0", "r7b0",
|
|
|
|
"r0b1", "r1b1", "r2b1", "r3b1", "r4b1", "r5b1", "r6b1", "r7b1",
|
1996-03-08 02:04:19 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
struct {
|
|
|
|
char **regnames;
|
1997-08-28 10:20:21 +00:00
|
|
|
int mach;
|
1996-03-08 02:04:19 +00:00
|
|
|
} sh_processor_type_table[] = {
|
1997-08-28 10:20:21 +00:00
|
|
|
{ sh_reg_names, bfd_mach_sh },
|
|
|
|
{ sh3_reg_names, bfd_mach_sh3 },
|
|
|
|
{ sh3e_reg_names, bfd_mach_sh3e },
|
|
|
|
{ sh3e_reg_names, bfd_mach_sh4 },
|
|
|
|
{ NULL, 0 }
|
1996-03-08 02:04:19 +00:00
|
|
|
};
|
|
|
|
|
1993-04-27 01:17:32 +00:00
|
|
|
/* Prologue looks like
|
|
|
|
[mov.l <regs>,@-r15]...
|
|
|
|
[sts.l pr,@-r15]
|
|
|
|
[mov.l r14,@-r15]
|
|
|
|
[mov r15,r14]
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define IS_STS(x) ((x) == 0x4f22)
|
|
|
|
#define IS_PUSH(x) (((x) & 0xff0f) == 0x2f06)
|
|
|
|
#define GET_PUSHED_REG(x) (((x) >> 4) & 0xf)
|
|
|
|
#define IS_MOV_SP_FP(x) ((x) == 0x6ef3)
|
|
|
|
#define IS_ADD_SP(x) (((x) & 0xff00) == 0x7f00)
|
1994-09-09 00:35:09 +00:00
|
|
|
#define IS_MOV_R3(x) (((x) & 0xff00) == 0x1a00)
|
|
|
|
#define IS_SHLL_R3(x) ((x) == 0x4300)
|
|
|
|
#define IS_ADD_R3SP(x) ((x) == 0x3f3c)
|
1997-06-21 03:50:11 +00:00
|
|
|
#define IS_FMOV(x) (((x) & 0xf00f) == 0xf00b)
|
|
|
|
#define FPSCR_SZ (1 << 20)
|
1993-04-27 01:17:32 +00:00
|
|
|
|
|
|
|
/* Skip any prologue before the guts of a function */
|
|
|
|
|
|
|
|
CORE_ADDR
|
|
|
|
sh_skip_prologue (start_pc)
|
|
|
|
CORE_ADDR start_pc;
|
|
|
|
{
|
|
|
|
int w;
|
|
|
|
|
|
|
|
w = read_memory_integer (start_pc, 2);
|
|
|
|
while (IS_STS (w)
|
1997-06-21 03:50:11 +00:00
|
|
|
|| IS_FMOV (w)
|
1993-04-27 01:17:32 +00:00
|
|
|
|| IS_PUSH (w)
|
1994-09-09 00:35:09 +00:00
|
|
|
|| IS_MOV_SP_FP (w)
|
1994-11-24 05:59:34 +00:00
|
|
|
|| IS_MOV_R3 (w)
|
|
|
|
|| IS_ADD_R3SP (w)
|
|
|
|
|| IS_ADD_SP (w)
|
|
|
|
|| IS_SHLL_R3 (w))
|
1993-04-27 01:17:32 +00:00
|
|
|
{
|
|
|
|
start_pc += 2;
|
|
|
|
w = read_memory_integer (start_pc, 2);
|
|
|
|
}
|
|
|
|
|
|
|
|
return start_pc;
|
|
|
|
}
|
|
|
|
|
General cleanup and simplication of disassembler interface.
* a29k-pinsn.c, arm-pinsn.c, convex-pinsn.c, gould-pinsn.c,
hppa-pinsn.c, i386-pinsn.c, i960-pinsn.c, m68k-pinsn.c,
m88k-pinsn.c, mips-pinsn.c, ns32k-pinsn.c, pyr-pinsn.c,
rs6000-pinsn.c, sparc-pinsn.c, tahoe-pinsn.c, vax-pinsn.c: Remove.
* gould-tdep.c, ns32k-tdep.c, tahoe-tdep.c, vax-tdep.c: New files,
had been -pinsn.c files.
* Makefile.in (ALLDEPFILES): Remove removed files.
(a29k-pinsn.o, arm-pinsn.o, convex-pinsn.o, gould-pinsn.o,
hppa-pinsn.o, i386-pinsn.o, i960-pinsn.o, m68k-pinsn.o,
m88k-pinsn.o, mips-pinsn.o, ns32k-pinsn.o, pyr-pinsn.o,
rs6000-pinsn.o, sparc-pinsn.o, tahoe-pinsn.o, vax-pinsn.o):
Remove compile actions.
* arm-tdep.o, gould-tdep.o, ns32k-tdep.o, tahoe-tdep.o,
vax-tdep.o: Add compile actions.
* defs.h (tm_print_insn): New global.
* a29k-tdep.c (gdb_print_insn_a29k): New function.
(_initialize_a29k_tdep): Rename from _initialize_29k,
set tm_print_insn.
* alpha-tdep.c (print_insn): Remove.
(_initialize_alpha_tdep): Set tm_print_insn.
* arm-tdep.c (arm_print_insn): New function, was print_insn
in arm-pinsn.c.
* convex-tdep.c (convex_print_insn): New function, was print_insn
in convex-pinsn.c.
* h8300-tdep.c (print_insn): Remove.
(gdb_print_insn_h8300): New function.
(_initialize_h8300_tdep): New function.
* h8500-tdep.c (print_insn): Remove.
(_initialize_h8500_tdep): New function.
* hppa-tdep.c (_initialize_hppa_tdep): Set tm_print_insn.
* i386-tdep.c (_initialize_i386_tdep): New function.
* i960-tdep.c (mem, next_insn): New functions, were in
i960-pinsn.c.
(_initialize_i960_tdep): Set tm_print_insn.
* m68k-tdep.c (_initialize_m68k_tdep): New function.
* m88k-tdep.c (_initialize_m88k_tdep): New function.
* mips-tdep.c (gdb_print_insn_mips): New function.
(_initialize_mips_tdep): Set tm_print_insn.
* pyr-tdep.c (pyr_print_insn): New function, was print_insn
in pyr-pinsn.c.
* rs6000-tdep.c (_initialize_rs6000_tdep): New function.
* sh-tdep.c (print_insn): Remove.
(gdb_print_insn_sh): New function.
(_initialize_sh_tdep): Set tm_print_insn.
* sparc-tdep.c (_initialize_sparc_tdep): New function.
* w65-tdep.c (print_insn): Remove.
(_initialize_w65_tdep): New function.
* z8k-tdep.c (print_insn): Remove.
(gdb_print_insn_z8k): New function.
(_initialize_z8k_tdep): Set tm_print_insn.
* printcmd.c (print_insn): New function, generic disassembler.
* config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
* defs.h (query_hook, error_hook): Fix prototypes.
1995-01-17 04:36:51 +00:00
|
|
|
/* Disassemble an instruction. */
|
1993-04-27 01:17:32 +00:00
|
|
|
|
|
|
|
int
|
General cleanup and simplication of disassembler interface.
* a29k-pinsn.c, arm-pinsn.c, convex-pinsn.c, gould-pinsn.c,
hppa-pinsn.c, i386-pinsn.c, i960-pinsn.c, m68k-pinsn.c,
m88k-pinsn.c, mips-pinsn.c, ns32k-pinsn.c, pyr-pinsn.c,
rs6000-pinsn.c, sparc-pinsn.c, tahoe-pinsn.c, vax-pinsn.c: Remove.
* gould-tdep.c, ns32k-tdep.c, tahoe-tdep.c, vax-tdep.c: New files,
had been -pinsn.c files.
* Makefile.in (ALLDEPFILES): Remove removed files.
(a29k-pinsn.o, arm-pinsn.o, convex-pinsn.o, gould-pinsn.o,
hppa-pinsn.o, i386-pinsn.o, i960-pinsn.o, m68k-pinsn.o,
m88k-pinsn.o, mips-pinsn.o, ns32k-pinsn.o, pyr-pinsn.o,
rs6000-pinsn.o, sparc-pinsn.o, tahoe-pinsn.o, vax-pinsn.o):
Remove compile actions.
* arm-tdep.o, gould-tdep.o, ns32k-tdep.o, tahoe-tdep.o,
vax-tdep.o: Add compile actions.
* defs.h (tm_print_insn): New global.
* a29k-tdep.c (gdb_print_insn_a29k): New function.
(_initialize_a29k_tdep): Rename from _initialize_29k,
set tm_print_insn.
* alpha-tdep.c (print_insn): Remove.
(_initialize_alpha_tdep): Set tm_print_insn.
* arm-tdep.c (arm_print_insn): New function, was print_insn
in arm-pinsn.c.
* convex-tdep.c (convex_print_insn): New function, was print_insn
in convex-pinsn.c.
* h8300-tdep.c (print_insn): Remove.
(gdb_print_insn_h8300): New function.
(_initialize_h8300_tdep): New function.
* h8500-tdep.c (print_insn): Remove.
(_initialize_h8500_tdep): New function.
* hppa-tdep.c (_initialize_hppa_tdep): Set tm_print_insn.
* i386-tdep.c (_initialize_i386_tdep): New function.
* i960-tdep.c (mem, next_insn): New functions, were in
i960-pinsn.c.
(_initialize_i960_tdep): Set tm_print_insn.
* m68k-tdep.c (_initialize_m68k_tdep): New function.
* m88k-tdep.c (_initialize_m88k_tdep): New function.
* mips-tdep.c (gdb_print_insn_mips): New function.
(_initialize_mips_tdep): Set tm_print_insn.
* pyr-tdep.c (pyr_print_insn): New function, was print_insn
in pyr-pinsn.c.
* rs6000-tdep.c (_initialize_rs6000_tdep): New function.
* sh-tdep.c (print_insn): Remove.
(gdb_print_insn_sh): New function.
(_initialize_sh_tdep): Set tm_print_insn.
* sparc-tdep.c (_initialize_sparc_tdep): New function.
* w65-tdep.c (print_insn): Remove.
(_initialize_w65_tdep): New function.
* z8k-tdep.c (print_insn): Remove.
(gdb_print_insn_z8k): New function.
(_initialize_z8k_tdep): Set tm_print_insn.
* printcmd.c (print_insn): New function, generic disassembler.
* config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
* defs.h (query_hook, error_hook): Fix prototypes.
1995-01-17 04:36:51 +00:00
|
|
|
gdb_print_insn_sh (memaddr, info)
|
|
|
|
bfd_vma memaddr;
|
|
|
|
disassemble_info *info;
|
1993-04-27 01:17:32 +00:00
|
|
|
{
|
1994-11-24 05:59:34 +00:00
|
|
|
if (TARGET_BYTE_ORDER == BIG_ENDIAN)
|
1995-01-19 03:16:42 +00:00
|
|
|
return print_insn_sh (memaddr, info);
|
1994-11-24 05:59:34 +00:00
|
|
|
else
|
1995-01-19 03:16:42 +00:00
|
|
|
return print_insn_shl (memaddr, info);
|
1993-04-27 01:17:32 +00:00
|
|
|
}
|
General cleanup and simplication of disassembler interface.
* a29k-pinsn.c, arm-pinsn.c, convex-pinsn.c, gould-pinsn.c,
hppa-pinsn.c, i386-pinsn.c, i960-pinsn.c, m68k-pinsn.c,
m88k-pinsn.c, mips-pinsn.c, ns32k-pinsn.c, pyr-pinsn.c,
rs6000-pinsn.c, sparc-pinsn.c, tahoe-pinsn.c, vax-pinsn.c: Remove.
* gould-tdep.c, ns32k-tdep.c, tahoe-tdep.c, vax-tdep.c: New files,
had been -pinsn.c files.
* Makefile.in (ALLDEPFILES): Remove removed files.
(a29k-pinsn.o, arm-pinsn.o, convex-pinsn.o, gould-pinsn.o,
hppa-pinsn.o, i386-pinsn.o, i960-pinsn.o, m68k-pinsn.o,
m88k-pinsn.o, mips-pinsn.o, ns32k-pinsn.o, pyr-pinsn.o,
rs6000-pinsn.o, sparc-pinsn.o, tahoe-pinsn.o, vax-pinsn.o):
Remove compile actions.
* arm-tdep.o, gould-tdep.o, ns32k-tdep.o, tahoe-tdep.o,
vax-tdep.o: Add compile actions.
* defs.h (tm_print_insn): New global.
* a29k-tdep.c (gdb_print_insn_a29k): New function.
(_initialize_a29k_tdep): Rename from _initialize_29k,
set tm_print_insn.
* alpha-tdep.c (print_insn): Remove.
(_initialize_alpha_tdep): Set tm_print_insn.
* arm-tdep.c (arm_print_insn): New function, was print_insn
in arm-pinsn.c.
* convex-tdep.c (convex_print_insn): New function, was print_insn
in convex-pinsn.c.
* h8300-tdep.c (print_insn): Remove.
(gdb_print_insn_h8300): New function.
(_initialize_h8300_tdep): New function.
* h8500-tdep.c (print_insn): Remove.
(_initialize_h8500_tdep): New function.
* hppa-tdep.c (_initialize_hppa_tdep): Set tm_print_insn.
* i386-tdep.c (_initialize_i386_tdep): New function.
* i960-tdep.c (mem, next_insn): New functions, were in
i960-pinsn.c.
(_initialize_i960_tdep): Set tm_print_insn.
* m68k-tdep.c (_initialize_m68k_tdep): New function.
* m88k-tdep.c (_initialize_m88k_tdep): New function.
* mips-tdep.c (gdb_print_insn_mips): New function.
(_initialize_mips_tdep): Set tm_print_insn.
* pyr-tdep.c (pyr_print_insn): New function, was print_insn
in pyr-pinsn.c.
* rs6000-tdep.c (_initialize_rs6000_tdep): New function.
* sh-tdep.c (print_insn): Remove.
(gdb_print_insn_sh): New function.
(_initialize_sh_tdep): Set tm_print_insn.
* sparc-tdep.c (_initialize_sparc_tdep): New function.
* w65-tdep.c (print_insn): Remove.
(_initialize_w65_tdep): New function.
* z8k-tdep.c (print_insn): Remove.
(gdb_print_insn_z8k): New function.
(_initialize_z8k_tdep): Set tm_print_insn.
* printcmd.c (print_insn): New function, generic disassembler.
* config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
* defs.h (query_hook, error_hook): Fix prototypes.
1995-01-17 04:36:51 +00:00
|
|
|
|
1993-04-27 01:17:32 +00:00
|
|
|
/* Given a GDB frame, determine the address of the calling function's frame.
|
|
|
|
This will be used to create a new GDB frame struct, and then
|
|
|
|
INIT_EXTRA_FRAME_INFO and INIT_FRAME_PC will be called for the new frame.
|
|
|
|
|
|
|
|
For us, the frame address is its stack pointer value, so we look up
|
|
|
|
the function prologue to determine the caller's sp value, and return it. */
|
|
|
|
|
Replace useless FRAME, FRAME_ADDR types with struct frame_info *
and CORE_ADDR, respectively.
* frame.h (FRAME, FRAME_INFO_ID, FRAME_ADDR): Remove.
* blockframe.c (get_frame_info): Remove.
* a29k-tdep.c, alpha-tdep.c, blockframe.c, breakpoint.c,
breakpoint.h, energize.c, findvar.c, gdbtk.c, gould-pinsn.c,
h8300-tdep.c, h8500-tdep.c, hppa-tdep.c, i386-tdep.c, i960-tdep.c,
infcmd.c, inferior.h, infrun.c, m68k-tdep.c, m88k-tdep.c,
mips-tdep.c, nindy-tdep.c, printcmd.c, pyr-tdep.c, rs6000-tdep.c,
sh-tdep.c, sparc-tdep.c, stack.c, valops.c, z8k-tdep.c,
config/a29k/tm-a29k.h, config/alpha/tm-alpha.h,
config/gould/tm-pn.h, config/h8300/tm-h8300.h,
config/h8500/tm-h8500.h, config/mips/tm-mips.h,
config/ns32k/tm-merlin.h, config/ns32k/tm-umax.h,
config/pyr/tm-pyr.h, config/sparc/tm-sparc.h): Replace FRAME with
struct frame_info * everywhere, replace FRAME_ADDR with CORE_ADDR,
rename variables consistently (using `frame' or `fi'), remove
calls to get_frame_info and FRAME_INFO_ID, remove comments about
FRAME and FRAME_ADDR cruftiness.
1994-11-04 01:19:29 +00:00
|
|
|
CORE_ADDR
|
|
|
|
sh_frame_chain (frame)
|
|
|
|
struct frame_info *frame;
|
1993-04-27 01:17:32 +00:00
|
|
|
{
|
1996-11-12 20:19:17 +00:00
|
|
|
if (PC_IN_CALL_DUMMY (frame->pc, frame->frame, frame->frame))
|
|
|
|
return frame->frame; /* dummy frame same as caller's frame */
|
Replace useless FRAME, FRAME_ADDR types with struct frame_info *
and CORE_ADDR, respectively.
* frame.h (FRAME, FRAME_INFO_ID, FRAME_ADDR): Remove.
* blockframe.c (get_frame_info): Remove.
* a29k-tdep.c, alpha-tdep.c, blockframe.c, breakpoint.c,
breakpoint.h, energize.c, findvar.c, gdbtk.c, gould-pinsn.c,
h8300-tdep.c, h8500-tdep.c, hppa-tdep.c, i386-tdep.c, i960-tdep.c,
infcmd.c, inferior.h, infrun.c, m68k-tdep.c, m88k-tdep.c,
mips-tdep.c, nindy-tdep.c, printcmd.c, pyr-tdep.c, rs6000-tdep.c,
sh-tdep.c, sparc-tdep.c, stack.c, valops.c, z8k-tdep.c,
config/a29k/tm-a29k.h, config/alpha/tm-alpha.h,
config/gould/tm-pn.h, config/h8300/tm-h8300.h,
config/h8500/tm-h8500.h, config/mips/tm-mips.h,
config/ns32k/tm-merlin.h, config/ns32k/tm-umax.h,
config/pyr/tm-pyr.h, config/sparc/tm-sparc.h): Replace FRAME with
struct frame_info * everywhere, replace FRAME_ADDR with CORE_ADDR,
rename variables consistently (using `frame' or `fi'), remove
calls to get_frame_info and FRAME_INFO_ID, remove comments about
FRAME and FRAME_ADDR cruftiness.
1994-11-04 01:19:29 +00:00
|
|
|
if (!inside_entry_file (frame->pc))
|
|
|
|
return read_memory_integer (FRAME_FP (frame) + frame->f_offset, 4);
|
1993-04-27 01:17:32 +00:00
|
|
|
else
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
1996-11-12 20:19:17 +00:00
|
|
|
/* Find REGNUM on the stack. Otherwise, it's in an active register. One thing
|
|
|
|
we might want to do here is to check REGNUM against the clobber mask, and
|
|
|
|
somehow flag it as invalid if it isn't saved on the stack somewhere. This
|
|
|
|
would provide a graceful failure mode when trying to get the value of
|
|
|
|
caller-saves registers for an inner frame. */
|
|
|
|
|
|
|
|
CORE_ADDR
|
|
|
|
sh_find_callers_reg (fi, regnum)
|
|
|
|
struct frame_info *fi;
|
|
|
|
int regnum;
|
|
|
|
{
|
|
|
|
struct frame_saved_regs fsr;
|
|
|
|
|
|
|
|
for (; fi; fi = fi->next)
|
|
|
|
if (PC_IN_CALL_DUMMY (fi->pc, fi->frame, fi->frame))
|
|
|
|
/* When the caller requests PR from the dummy frame, we return PC because
|
|
|
|
that's where the previous routine appears to have done a call from. */
|
1996-11-27 19:10:07 +00:00
|
|
|
return generic_read_register_dummy (fi->pc, fi->frame, regnum);
|
1996-11-12 20:19:17 +00:00
|
|
|
else
|
|
|
|
{
|
|
|
|
FRAME_FIND_SAVED_REGS(fi, fsr);
|
|
|
|
if (fsr.regs[regnum] != 0)
|
|
|
|
return read_memory_integer (fsr.regs[regnum],
|
|
|
|
REGISTER_RAW_SIZE(regnum));
|
|
|
|
}
|
|
|
|
return read_register (regnum);
|
|
|
|
}
|
|
|
|
|
1995-04-21 19:09:01 +00:00
|
|
|
/* Put here the code to store, into a struct frame_saved_regs, the
|
|
|
|
addresses of the saved registers of frame described by FRAME_INFO.
|
1993-04-27 01:17:32 +00:00
|
|
|
This includes special registers such as pc and fp saved in special
|
1995-04-21 19:09:01 +00:00
|
|
|
ways in the stack frame. sp is even more special: the address we
|
|
|
|
return for it IS the sp for the next frame. */
|
1993-04-27 01:17:32 +00:00
|
|
|
|
|
|
|
void
|
1996-11-12 20:19:17 +00:00
|
|
|
sh_frame_find_saved_regs (fi, fsr)
|
1993-04-27 01:17:32 +00:00
|
|
|
struct frame_info *fi;
|
|
|
|
struct frame_saved_regs *fsr;
|
|
|
|
{
|
1993-06-17 22:16:07 +00:00
|
|
|
int where[NUM_REGS];
|
1993-04-27 01:17:32 +00:00
|
|
|
int rn;
|
|
|
|
int have_fp = 0;
|
|
|
|
int depth;
|
|
|
|
int pc;
|
|
|
|
int opc;
|
|
|
|
int insn;
|
1994-09-09 00:35:09 +00:00
|
|
|
int r3_val = 0;
|
1996-11-27 19:10:07 +00:00
|
|
|
char * dummy_regs = generic_find_dummy_frame (fi->pc, fi->frame);
|
1996-11-12 20:19:17 +00:00
|
|
|
|
|
|
|
if (dummy_regs)
|
|
|
|
{
|
|
|
|
/* DANGER! This is ONLY going to work if the char buffer format of
|
|
|
|
the saved registers is byte-for-byte identical to the
|
|
|
|
CORE_ADDR regs[NUM_REGS] format used by struct frame_saved_regs! */
|
|
|
|
memcpy (&fsr->regs, dummy_regs, sizeof(fsr));
|
|
|
|
return;
|
|
|
|
}
|
1993-04-27 01:17:32 +00:00
|
|
|
|
|
|
|
opc = pc = get_pc_function_start (fi->pc);
|
|
|
|
|
|
|
|
insn = read_memory_integer (pc, 2);
|
|
|
|
|
1994-09-09 00:35:09 +00:00
|
|
|
fi->leaf_function = 1;
|
|
|
|
fi->f_offset = 0;
|
|
|
|
|
1993-04-27 01:17:32 +00:00
|
|
|
for (rn = 0; rn < NUM_REGS; rn++)
|
|
|
|
where[rn] = -1;
|
|
|
|
|
|
|
|
depth = 0;
|
|
|
|
|
1997-06-21 03:50:11 +00:00
|
|
|
/* Loop around examining the prologue insns until we find something
|
|
|
|
that does not appear to be part of the prologue. But give up
|
|
|
|
after 20 of them, since we're getting silly then. */
|
|
|
|
|
|
|
|
while (pc < opc + 20 * 2)
|
1993-04-27 01:17:32 +00:00
|
|
|
{
|
|
|
|
/* See where the registers will be saved to */
|
|
|
|
if (IS_PUSH (insn))
|
|
|
|
{
|
|
|
|
pc += 2;
|
|
|
|
rn = GET_PUSHED_REG (insn);
|
|
|
|
where[rn] = depth;
|
|
|
|
insn = read_memory_integer (pc, 2);
|
|
|
|
depth += 4;
|
|
|
|
}
|
|
|
|
else if (IS_STS (insn))
|
|
|
|
{
|
|
|
|
pc += 2;
|
|
|
|
where[PR_REGNUM] = depth;
|
|
|
|
insn = read_memory_integer (pc, 2);
|
1994-09-09 00:35:09 +00:00
|
|
|
/* If we're storing the pr then this isn't a leaf */
|
|
|
|
fi->leaf_function = 0;
|
1993-04-27 01:17:32 +00:00
|
|
|
depth += 4;
|
|
|
|
}
|
1994-09-09 00:35:09 +00:00
|
|
|
else if (IS_MOV_R3 (insn))
|
|
|
|
{
|
1997-04-04 16:52:55 +00:00
|
|
|
r3_val = ((insn & 0xff) ^ 0x80) - 0x80;
|
1994-11-24 05:59:34 +00:00
|
|
|
pc += 2;
|
1994-09-09 00:35:09 +00:00
|
|
|
insn = read_memory_integer (pc, 2);
|
|
|
|
}
|
|
|
|
else if (IS_SHLL_R3 (insn))
|
|
|
|
{
|
1994-11-24 05:59:34 +00:00
|
|
|
r3_val <<= 1;
|
|
|
|
pc += 2;
|
1994-09-09 00:35:09 +00:00
|
|
|
insn = read_memory_integer (pc, 2);
|
|
|
|
}
|
|
|
|
else if (IS_ADD_R3SP (insn))
|
|
|
|
{
|
|
|
|
depth += -r3_val;
|
1994-11-24 05:59:34 +00:00
|
|
|
pc += 2;
|
1994-09-09 00:35:09 +00:00
|
|
|
insn = read_memory_integer (pc, 2);
|
|
|
|
}
|
1993-04-27 01:17:32 +00:00
|
|
|
else if (IS_ADD_SP (insn))
|
|
|
|
{
|
|
|
|
pc += 2;
|
1997-04-04 16:52:55 +00:00
|
|
|
depth -= ((insn & 0xff) ^ 0x80) - 0x80;
|
1993-04-27 01:17:32 +00:00
|
|
|
insn = read_memory_integer (pc, 2);
|
|
|
|
}
|
1997-06-21 03:50:11 +00:00
|
|
|
else if (IS_FMOV (insn))
|
|
|
|
{
|
|
|
|
pc += 2;
|
|
|
|
insn = read_memory_integer (pc, 2);
|
|
|
|
if (read_register (FPSCR_REGNUM) & FPSCR_SZ)
|
|
|
|
{
|
|
|
|
depth += 8;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
depth += 4;
|
|
|
|
}
|
|
|
|
}
|
1993-06-09 00:47:13 +00:00
|
|
|
else
|
|
|
|
break;
|
1993-04-27 01:17:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Now we know how deep things are, we can work out their addresses */
|
|
|
|
|
|
|
|
for (rn = 0; rn < NUM_REGS; rn++)
|
|
|
|
{
|
|
|
|
if (where[rn] >= 0)
|
|
|
|
{
|
|
|
|
if (rn == FP_REGNUM)
|
|
|
|
have_fp = 1;
|
|
|
|
|
|
|
|
fsr->regs[rn] = fi->frame - where[rn] + depth - 4;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
fsr->regs[rn] = 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if (have_fp)
|
|
|
|
{
|
|
|
|
fsr->regs[SP_REGNUM] = read_memory_integer (fsr->regs[FP_REGNUM], 4);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
fsr->regs[SP_REGNUM] = fi->frame - 4;
|
|
|
|
}
|
|
|
|
|
1994-09-09 00:35:09 +00:00
|
|
|
fi->f_offset = depth - where[FP_REGNUM] - 4;
|
1993-04-27 01:17:32 +00:00
|
|
|
/* Work out the return pc - either from the saved pr or the pr
|
|
|
|
value */
|
|
|
|
}
|
|
|
|
|
|
|
|
/* initialize the extra info saved in a FRAME */
|
|
|
|
|
|
|
|
void
|
1996-11-12 20:19:17 +00:00
|
|
|
sh_init_extra_frame_info (fromleaf, fi)
|
1993-04-27 01:17:32 +00:00
|
|
|
int fromleaf;
|
|
|
|
struct frame_info *fi;
|
|
|
|
{
|
1996-11-12 20:19:17 +00:00
|
|
|
struct frame_saved_regs fsr;
|
1995-04-21 19:09:01 +00:00
|
|
|
|
1995-11-14 23:24:10 +00:00
|
|
|
if (fi->next)
|
1996-11-12 20:19:17 +00:00
|
|
|
fi->pc = FRAME_SAVED_PC (fi->next);
|
1995-11-14 23:24:10 +00:00
|
|
|
|
1996-11-12 20:19:17 +00:00
|
|
|
if (PC_IN_CALL_DUMMY (fi->pc, fi->frame, fi->frame))
|
|
|
|
{
|
|
|
|
/* We need to setup fi->frame here because run_stack_dummy gets it wrong
|
|
|
|
by assuming it's always FP. */
|
1996-11-27 19:10:07 +00:00
|
|
|
fi->frame = generic_read_register_dummy (fi->pc, fi->frame,
|
|
|
|
SP_REGNUM);
|
|
|
|
fi->return_pc = generic_read_register_dummy (fi->pc, fi->frame,
|
|
|
|
PC_REGNUM);
|
1996-11-12 20:19:17 +00:00
|
|
|
fi->f_offset = -(CALL_DUMMY_LENGTH + 4);
|
|
|
|
fi->leaf_function = 0;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
FRAME_FIND_SAVED_REGS (fi, fsr);
|
|
|
|
fi->return_pc = sh_find_callers_reg (fi, PR_REGNUM);
|
|
|
|
}
|
1993-04-27 01:17:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Discard from the stack the innermost frame,
|
|
|
|
restoring all saved registers. */
|
|
|
|
|
|
|
|
void
|
1996-11-12 20:19:17 +00:00
|
|
|
sh_pop_frame ()
|
1993-04-27 01:17:32 +00:00
|
|
|
{
|
Replace useless FRAME, FRAME_ADDR types with struct frame_info *
and CORE_ADDR, respectively.
* frame.h (FRAME, FRAME_INFO_ID, FRAME_ADDR): Remove.
* blockframe.c (get_frame_info): Remove.
* a29k-tdep.c, alpha-tdep.c, blockframe.c, breakpoint.c,
breakpoint.h, energize.c, findvar.c, gdbtk.c, gould-pinsn.c,
h8300-tdep.c, h8500-tdep.c, hppa-tdep.c, i386-tdep.c, i960-tdep.c,
infcmd.c, inferior.h, infrun.c, m68k-tdep.c, m88k-tdep.c,
mips-tdep.c, nindy-tdep.c, printcmd.c, pyr-tdep.c, rs6000-tdep.c,
sh-tdep.c, sparc-tdep.c, stack.c, valops.c, z8k-tdep.c,
config/a29k/tm-a29k.h, config/alpha/tm-alpha.h,
config/gould/tm-pn.h, config/h8300/tm-h8300.h,
config/h8500/tm-h8500.h, config/mips/tm-mips.h,
config/ns32k/tm-merlin.h, config/ns32k/tm-umax.h,
config/pyr/tm-pyr.h, config/sparc/tm-sparc.h): Replace FRAME with
struct frame_info * everywhere, replace FRAME_ADDR with CORE_ADDR,
rename variables consistently (using `frame' or `fi'), remove
calls to get_frame_info and FRAME_INFO_ID, remove comments about
FRAME and FRAME_ADDR cruftiness.
1994-11-04 01:19:29 +00:00
|
|
|
register struct frame_info *frame = get_current_frame ();
|
1993-04-27 01:17:32 +00:00
|
|
|
register CORE_ADDR fp;
|
|
|
|
register int regnum;
|
|
|
|
struct frame_saved_regs fsr;
|
|
|
|
|
1996-11-12 20:19:17 +00:00
|
|
|
if (PC_IN_CALL_DUMMY (frame->pc, frame->frame, frame->frame))
|
|
|
|
generic_pop_dummy_frame ();
|
|
|
|
else
|
|
|
|
{
|
|
|
|
fp = FRAME_FP (frame);
|
|
|
|
get_frame_saved_regs (frame, &fsr);
|
1993-04-27 01:17:32 +00:00
|
|
|
|
1996-11-12 20:19:17 +00:00
|
|
|
/* Copy regs from where they were saved in the frame */
|
|
|
|
for (regnum = 0; regnum < NUM_REGS; regnum++)
|
1993-04-27 01:17:32 +00:00
|
|
|
if (fsr.regs[regnum])
|
1996-11-12 20:19:17 +00:00
|
|
|
write_register (regnum, read_memory_integer (fsr.regs[regnum], 4));
|
|
|
|
|
|
|
|
write_register (PC_REGNUM, frame->return_pc);
|
|
|
|
write_register (SP_REGNUM, fp + 4);
|
|
|
|
}
|
|
|
|
flush_cached_frames ();
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Function: push_arguments
|
|
|
|
Setup the function arguments for calling a function in the inferior.
|
|
|
|
|
|
|
|
On the Hitachi SH architecture, there are four registers (R4 to R7)
|
|
|
|
which are dedicated for passing function arguments. Up to the first
|
|
|
|
four arguments (depending on size) may go into these registers.
|
|
|
|
The rest go on the stack.
|
|
|
|
|
|
|
|
Arguments that are smaller than 4 bytes will still take up a whole
|
|
|
|
register or a whole 32-bit word on the stack, and will be
|
|
|
|
right-justified in the register or the stack word. This includes
|
|
|
|
chars, shorts, and small aggregate types.
|
|
|
|
|
|
|
|
Arguments that are larger than 4 bytes may be split between two or
|
|
|
|
more registers. If there are not enough registers free, an argument
|
|
|
|
may be passed partly in a register (or registers), and partly on the
|
|
|
|
stack. This includes doubles, long longs, and larger aggregates.
|
|
|
|
As far as I know, there is no upper limit to the size of aggregates
|
|
|
|
that will be passed in this way; in other words, the convention of
|
|
|
|
passing a pointer to a large aggregate instead of a copy is not used.
|
|
|
|
|
|
|
|
An exceptional case exists for struct arguments (and possibly other
|
|
|
|
aggregates such as arrays) if the size is larger than 4 bytes but
|
|
|
|
not a multiple of 4 bytes. In this case the argument is never split
|
|
|
|
between the registers and the stack, but instead is copied in its
|
|
|
|
entirety onto the stack, AND also copied into as many registers as
|
|
|
|
there is room for. In other words, space in registers permitting,
|
|
|
|
two copies of the same argument are passed in. As far as I can tell,
|
|
|
|
only the one on the stack is used, although that may be a function
|
|
|
|
of the level of compiler optimization. I suspect this is a compiler
|
|
|
|
bug. Arguments of these odd sizes are left-justified within the
|
|
|
|
word (as opposed to arguments smaller than 4 bytes, which are
|
|
|
|
right-justified).
|
|
|
|
|
|
|
|
|
|
|
|
If the function is to return an aggregate type such as a struct, it
|
|
|
|
is either returned in the normal return value register R0 (if its
|
|
|
|
size is no greater than one byte), or else the caller must allocate
|
|
|
|
space into which the callee will copy the return value (if the size
|
|
|
|
is greater than one byte). In this case, a pointer to the return
|
|
|
|
value location is passed into the callee in register R2, which does
|
|
|
|
not displace any of the other arguments passed in via registers R4
|
|
|
|
to R7. */
|
|
|
|
|
|
|
|
CORE_ADDR
|
|
|
|
sh_push_arguments (nargs, args, sp, struct_return, struct_addr)
|
|
|
|
int nargs;
|
|
|
|
value_ptr *args;
|
|
|
|
CORE_ADDR sp;
|
|
|
|
unsigned char struct_return;
|
|
|
|
CORE_ADDR struct_addr;
|
|
|
|
{
|
1996-11-27 19:10:07 +00:00
|
|
|
int stack_offset, stack_alloc;
|
1996-11-12 20:19:17 +00:00
|
|
|
int argreg;
|
|
|
|
int argnum;
|
1996-11-27 19:10:07 +00:00
|
|
|
struct type *type;
|
1996-11-12 20:19:17 +00:00
|
|
|
CORE_ADDR regval;
|
|
|
|
char *val;
|
|
|
|
char valbuf[4];
|
|
|
|
int len;
|
1996-11-27 19:10:07 +00:00
|
|
|
int odd_sized_struct;
|
1996-11-12 20:19:17 +00:00
|
|
|
|
|
|
|
/* first force sp to a 4-byte alignment */
|
|
|
|
sp = sp & ~3;
|
|
|
|
|
|
|
|
/* The "struct return pointer" pseudo-argument has its own dedicated
|
|
|
|
register */
|
|
|
|
if (struct_return)
|
|
|
|
write_register (STRUCT_RETURN_REGNUM, struct_addr);
|
|
|
|
|
1996-11-27 19:10:07 +00:00
|
|
|
/* Now make sure there's space on the stack */
|
|
|
|
for (argnum = 0, stack_alloc = 0;
|
|
|
|
argnum < nargs; argnum++)
|
|
|
|
stack_alloc += ((TYPE_LENGTH(VALUE_TYPE(args[argnum])) + 3) & ~3);
|
|
|
|
sp -= stack_alloc; /* make room on stack for args */
|
|
|
|
|
|
|
|
|
|
|
|
/* Now load as many as possible of the first arguments into
|
|
|
|
registers, and push the rest onto the stack. There are 16 bytes
|
|
|
|
in four registers available. Loop thru args from first to last. */
|
|
|
|
|
|
|
|
argreg = ARG0_REGNUM;
|
|
|
|
for (argnum = 0, stack_offset = 0; argnum < nargs; argnum++)
|
1996-11-12 20:19:17 +00:00
|
|
|
{
|
1996-11-27 19:10:07 +00:00
|
|
|
type = VALUE_TYPE (args[argnum]);
|
|
|
|
len = TYPE_LENGTH (type);
|
|
|
|
memset(valbuf, 0, sizeof(valbuf));
|
1996-11-12 20:19:17 +00:00
|
|
|
if (len < 4)
|
1996-11-27 19:10:07 +00:00
|
|
|
{ /* value gets right-justified in the register or stack word */
|
|
|
|
memcpy(valbuf + (4 - len),
|
1996-11-12 20:19:17 +00:00
|
|
|
(char *) VALUE_CONTENTS (args[argnum]), len);
|
1996-11-27 19:10:07 +00:00
|
|
|
val = valbuf;
|
|
|
|
}
|
1996-11-12 20:19:17 +00:00
|
|
|
else
|
1996-11-27 19:10:07 +00:00
|
|
|
val = (char *) VALUE_CONTENTS (args[argnum]);
|
1996-11-12 20:19:17 +00:00
|
|
|
|
1996-11-27 19:10:07 +00:00
|
|
|
if (len > 4 && (len & 3) != 0)
|
|
|
|
odd_sized_struct = 1; /* such structs go entirely on stack */
|
|
|
|
else
|
|
|
|
odd_sized_struct = 0;
|
1996-11-12 20:19:17 +00:00
|
|
|
while (len > 0)
|
1993-04-27 01:17:32 +00:00
|
|
|
{
|
1996-11-27 19:10:07 +00:00
|
|
|
if (argreg > ARGLAST_REGNUM || odd_sized_struct)
|
1996-11-27 19:31:26 +00:00
|
|
|
{ /* must go on the stack */
|
1996-11-27 19:10:07 +00:00
|
|
|
write_memory (sp + stack_offset, val, 4);
|
|
|
|
stack_offset += 4;
|
1996-11-12 20:19:17 +00:00
|
|
|
}
|
1996-11-27 19:10:07 +00:00
|
|
|
/* NOTE WELL!!!!! This is not an "else if" clause!!!
|
|
|
|
That's because some *&^%$ things get passed on the stack
|
|
|
|
AND in the registers! */
|
|
|
|
if (argreg <= ARGLAST_REGNUM)
|
1996-11-27 19:31:26 +00:00
|
|
|
{ /* there's room in a register */
|
1996-11-27 19:10:07 +00:00
|
|
|
regval = extract_address (val, REGISTER_RAW_SIZE(argreg));
|
|
|
|
write_register (argreg++, regval);
|
|
|
|
}
|
|
|
|
/* Store the value 4 bytes at a time. This means that things
|
|
|
|
larger than 4 bytes may go partly in registers and partly
|
|
|
|
on the stack. */
|
|
|
|
len -= REGISTER_RAW_SIZE(argreg);
|
|
|
|
val += REGISTER_RAW_SIZE(argreg);
|
1993-04-27 01:17:32 +00:00
|
|
|
}
|
|
|
|
}
|
1996-11-27 19:10:07 +00:00
|
|
|
return sp;
|
|
|
|
}
|
1993-04-27 01:17:32 +00:00
|
|
|
|
1996-11-27 19:10:07 +00:00
|
|
|
/* Function: push_return_address (pc)
|
|
|
|
Set up the return address for the inferior function call.
|
|
|
|
Needed for targets where we don't actually execute a JSR/BSR instruction */
|
1996-11-12 20:19:17 +00:00
|
|
|
|
1996-11-27 19:10:07 +00:00
|
|
|
CORE_ADDR
|
|
|
|
sh_push_return_address (pc, sp)
|
|
|
|
CORE_ADDR pc;
|
|
|
|
CORE_ADDR sp;
|
|
|
|
{
|
1996-11-27 19:31:26 +00:00
|
|
|
write_register (PR_REGNUM, CALL_DUMMY_ADDRESS ());
|
1996-11-27 19:10:07 +00:00
|
|
|
return sp;
|
|
|
|
}
|
1996-11-12 20:19:17 +00:00
|
|
|
|
1996-11-27 19:10:07 +00:00
|
|
|
/* Function: fix_call_dummy
|
|
|
|
Poke the callee function's address into the destination part of
|
|
|
|
the CALL_DUMMY. The address is actually stored in a data word
|
|
|
|
following the actualy CALL_DUMMY instructions, which will load
|
|
|
|
it into a register using PC-relative addressing. This function
|
|
|
|
expects the CALL_DUMMY to look like this:
|
1996-11-12 20:19:17 +00:00
|
|
|
|
1996-11-27 19:10:07 +00:00
|
|
|
mov.w @(2,PC), R8
|
|
|
|
jsr @R8
|
|
|
|
nop
|
|
|
|
trap
|
|
|
|
<destination>
|
|
|
|
*/
|
|
|
|
|
1997-06-13 15:22:08 +00:00
|
|
|
#if 0
|
|
|
|
void
|
1996-11-27 19:10:07 +00:00
|
|
|
sh_fix_call_dummy (dummy, pc, fun, nargs, args, type, gcc_p)
|
|
|
|
char *dummy;
|
|
|
|
CORE_ADDR pc;
|
|
|
|
CORE_ADDR fun;
|
|
|
|
int nargs;
|
|
|
|
value_ptr *args;
|
|
|
|
struct type *type;
|
|
|
|
int gcc_p;
|
|
|
|
{
|
|
|
|
*(unsigned long *) (dummy + 8) = fun;
|
1996-11-12 20:19:17 +00:00
|
|
|
}
|
1997-06-13 15:22:08 +00:00
|
|
|
#endif
|
1996-11-12 20:19:17 +00:00
|
|
|
|
1996-11-27 19:10:07 +00:00
|
|
|
/* Function: get_saved_register
|
|
|
|
Just call the generic_get_saved_register function. */
|
1996-11-12 20:19:17 +00:00
|
|
|
|
|
|
|
void
|
1996-11-27 19:10:07 +00:00
|
|
|
get_saved_register (raw_buffer, optimized, addrp, frame, regnum, lval)
|
|
|
|
char *raw_buffer;
|
|
|
|
int *optimized;
|
|
|
|
CORE_ADDR *addrp;
|
|
|
|
struct frame_info *frame;
|
|
|
|
int regnum;
|
|
|
|
enum lval_type *lval;
|
1996-11-12 20:19:17 +00:00
|
|
|
{
|
1996-11-27 19:10:07 +00:00
|
|
|
generic_get_saved_register (raw_buffer, optimized, addrp,
|
|
|
|
frame, regnum, lval);
|
1993-04-27 01:17:32 +00:00
|
|
|
}
|
1994-02-05 00:22:08 +00:00
|
|
|
|
1996-11-27 19:10:07 +00:00
|
|
|
|
1996-03-08 02:04:19 +00:00
|
|
|
/* Modify the actual processor type. */
|
|
|
|
|
|
|
|
int
|
1997-08-28 10:20:21 +00:00
|
|
|
sh_target_architecture_hook (ap)
|
|
|
|
const bfd_arch_info_type *ap;
|
1996-03-08 02:04:19 +00:00
|
|
|
{
|
|
|
|
int i, j;
|
|
|
|
|
1997-08-28 10:20:21 +00:00
|
|
|
if (ap->arch != bfd_arch_sh)
|
1996-03-08 02:04:19 +00:00
|
|
|
return 0;
|
|
|
|
|
1997-08-28 10:20:21 +00:00
|
|
|
for (i = 0; sh_processor_type_table[i].regnames != NULL; i++)
|
1996-03-08 02:04:19 +00:00
|
|
|
{
|
1997-08-28 10:20:21 +00:00
|
|
|
if (sh_processor_type_table[i].mach == ap->mach)
|
1996-03-08 02:04:19 +00:00
|
|
|
{
|
|
|
|
for (j = 0; j < NUM_REGS; ++j)
|
|
|
|
reg_names[j] = sh_processor_type_table[i].regnames[j];
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
1997-08-28 10:20:21 +00:00
|
|
|
fatal ("Architecture `%s' unreconized", ap->printable_name);
|
1996-03-08 02:04:19 +00:00
|
|
|
}
|
|
|
|
|
1994-02-05 00:22:08 +00:00
|
|
|
/* Print the registers in a form similar to the E7000 */
|
Replace useless FRAME, FRAME_ADDR types with struct frame_info *
and CORE_ADDR, respectively.
* frame.h (FRAME, FRAME_INFO_ID, FRAME_ADDR): Remove.
* blockframe.c (get_frame_info): Remove.
* a29k-tdep.c, alpha-tdep.c, blockframe.c, breakpoint.c,
breakpoint.h, energize.c, findvar.c, gdbtk.c, gould-pinsn.c,
h8300-tdep.c, h8500-tdep.c, hppa-tdep.c, i386-tdep.c, i960-tdep.c,
infcmd.c, inferior.h, infrun.c, m68k-tdep.c, m88k-tdep.c,
mips-tdep.c, nindy-tdep.c, printcmd.c, pyr-tdep.c, rs6000-tdep.c,
sh-tdep.c, sparc-tdep.c, stack.c, valops.c, z8k-tdep.c,
config/a29k/tm-a29k.h, config/alpha/tm-alpha.h,
config/gould/tm-pn.h, config/h8300/tm-h8300.h,
config/h8500/tm-h8500.h, config/mips/tm-mips.h,
config/ns32k/tm-merlin.h, config/ns32k/tm-umax.h,
config/pyr/tm-pyr.h, config/sparc/tm-sparc.h): Replace FRAME with
struct frame_info * everywhere, replace FRAME_ADDR with CORE_ADDR,
rename variables consistently (using `frame' or `fi'), remove
calls to get_frame_info and FRAME_INFO_ID, remove comments about
FRAME and FRAME_ADDR cruftiness.
1994-11-04 01:19:29 +00:00
|
|
|
|
1994-02-05 00:22:08 +00:00
|
|
|
static void
|
1996-11-12 20:19:17 +00:00
|
|
|
sh_show_regs (args, from_tty)
|
Replace useless FRAME, FRAME_ADDR types with struct frame_info *
and CORE_ADDR, respectively.
* frame.h (FRAME, FRAME_INFO_ID, FRAME_ADDR): Remove.
* blockframe.c (get_frame_info): Remove.
* a29k-tdep.c, alpha-tdep.c, blockframe.c, breakpoint.c,
breakpoint.h, energize.c, findvar.c, gdbtk.c, gould-pinsn.c,
h8300-tdep.c, h8500-tdep.c, hppa-tdep.c, i386-tdep.c, i960-tdep.c,
infcmd.c, inferior.h, infrun.c, m68k-tdep.c, m88k-tdep.c,
mips-tdep.c, nindy-tdep.c, printcmd.c, pyr-tdep.c, rs6000-tdep.c,
sh-tdep.c, sparc-tdep.c, stack.c, valops.c, z8k-tdep.c,
config/a29k/tm-a29k.h, config/alpha/tm-alpha.h,
config/gould/tm-pn.h, config/h8300/tm-h8300.h,
config/h8500/tm-h8500.h, config/mips/tm-mips.h,
config/ns32k/tm-merlin.h, config/ns32k/tm-umax.h,
config/pyr/tm-pyr.h, config/sparc/tm-sparc.h): Replace FRAME with
struct frame_info * everywhere, replace FRAME_ADDR with CORE_ADDR,
rename variables consistently (using `frame' or `fi'), remove
calls to get_frame_info and FRAME_INFO_ID, remove comments about
FRAME and FRAME_ADDR cruftiness.
1994-11-04 01:19:29 +00:00
|
|
|
char *args;
|
|
|
|
int from_tty;
|
1994-02-05 00:22:08 +00:00
|
|
|
{
|
1997-08-28 10:20:21 +00:00
|
|
|
int cpu;
|
|
|
|
if (target_architecture->arch == bfd_arch_sh)
|
|
|
|
cpu = target_architecture->mach;
|
|
|
|
else
|
|
|
|
cpu = 0;
|
|
|
|
/* FIXME: sh4 has more registers */
|
|
|
|
if (cpu == bfd_mach_sh4)
|
|
|
|
cpu = bfd_mach_sh3;
|
1997-06-06 21:47:12 +00:00
|
|
|
|
1994-11-24 05:59:34 +00:00
|
|
|
printf_filtered ("PC=%08x SR=%08x PR=%08x MACH=%08x MACHL=%08x\n",
|
|
|
|
read_register (PC_REGNUM),
|
|
|
|
read_register (SR_REGNUM),
|
|
|
|
read_register (PR_REGNUM),
|
|
|
|
read_register (MACH_REGNUM),
|
|
|
|
read_register (MACL_REGNUM));
|
|
|
|
|
1997-06-06 21:47:12 +00:00
|
|
|
printf_filtered ("GBR=%08x VBR=%08x",
|
|
|
|
read_register (GBR_REGNUM),
|
|
|
|
read_register (VBR_REGNUM));
|
1997-08-28 10:20:21 +00:00
|
|
|
if (cpu == bfd_mach_sh3 || cpu == bfd_mach_sh3e)
|
1997-06-06 21:47:12 +00:00
|
|
|
{
|
|
|
|
printf_filtered (" SSR=%08x SPC=%08x",
|
|
|
|
read_register (SSR_REGNUM),
|
|
|
|
read_register (SPC_REGNUM));
|
1997-08-28 10:20:21 +00:00
|
|
|
if (cpu == bfd_mach_sh3e)
|
1997-06-06 21:47:12 +00:00
|
|
|
{
|
|
|
|
printf_filtered (" FPUL=%08x FPSCR=%08x",
|
|
|
|
read_register (FPUL_REGNUM),
|
|
|
|
read_register (FPSCR_REGNUM));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
printf_filtered ("\nR0-R7 %08x %08x %08x %08x %08x %08x %08x %08x\n",
|
1994-11-24 05:59:34 +00:00
|
|
|
read_register (0),
|
|
|
|
read_register (1),
|
|
|
|
read_register (2),
|
|
|
|
read_register (3),
|
|
|
|
read_register (4),
|
|
|
|
read_register (5),
|
|
|
|
read_register (6),
|
|
|
|
read_register (7));
|
|
|
|
printf_filtered ("R8-R15 %08x %08x %08x %08x %08x %08x %08x %08x\n",
|
|
|
|
read_register (8),
|
|
|
|
read_register (9),
|
|
|
|
read_register (10),
|
|
|
|
read_register (11),
|
|
|
|
read_register (12),
|
|
|
|
read_register (13),
|
|
|
|
read_register (14),
|
|
|
|
read_register (15));
|
1997-08-28 10:20:21 +00:00
|
|
|
if (cpu == bfd_mach_sh3e)
|
1997-06-06 21:47:12 +00:00
|
|
|
{
|
|
|
|
printf_filtered ("FP0-FP7 %08x %08x %08x %08x %08x %08x %08x %08x\n",
|
|
|
|
read_register (FP0_REGNUM + 0),
|
|
|
|
read_register (FP0_REGNUM + 1),
|
|
|
|
read_register (FP0_REGNUM + 2),
|
|
|
|
read_register (FP0_REGNUM + 3),
|
|
|
|
read_register (FP0_REGNUM + 4),
|
|
|
|
read_register (FP0_REGNUM + 5),
|
|
|
|
read_register (FP0_REGNUM + 6),
|
|
|
|
read_register (FP0_REGNUM + 7));
|
|
|
|
printf_filtered ("FP8-FP15 %08x %08x %08x %08x %08x %08x %08x %08x\n",
|
|
|
|
read_register (FP0_REGNUM + 8),
|
|
|
|
read_register (FP0_REGNUM + 9),
|
|
|
|
read_register (FP0_REGNUM + 10),
|
|
|
|
read_register (FP0_REGNUM + 11),
|
|
|
|
read_register (FP0_REGNUM + 12),
|
|
|
|
read_register (FP0_REGNUM + 13),
|
|
|
|
read_register (FP0_REGNUM + 14),
|
|
|
|
read_register (FP0_REGNUM + 15));
|
|
|
|
}
|
1994-02-05 00:22:08 +00:00
|
|
|
}
|
1996-11-12 20:19:17 +00:00
|
|
|
|
1996-11-27 19:10:07 +00:00
|
|
|
/* Function: extract_return_value
|
|
|
|
Find a function's return value in the appropriate registers (in regbuf),
|
|
|
|
and copy it into valbuf. */
|
|
|
|
|
1996-11-12 20:19:17 +00:00
|
|
|
void
|
|
|
|
sh_extract_return_value (type, regbuf, valbuf)
|
|
|
|
struct type *type;
|
|
|
|
void *regbuf;
|
|
|
|
void *valbuf;
|
|
|
|
{
|
|
|
|
int len = TYPE_LENGTH(type);
|
|
|
|
|
|
|
|
if (len <= 4)
|
|
|
|
memcpy (valbuf, ((char *) regbuf) + 4 - len, len);
|
|
|
|
else if (len <= 8)
|
|
|
|
memcpy (valbuf, ((char *) regbuf) + 8 - len, len);
|
|
|
|
else
|
|
|
|
error ("bad size for return value");
|
|
|
|
}
|
|
|
|
|
* Makefile.in (init.c): Generate using the source, not munch. This
cleans up all kinds of hassles (which nm to use in munch, etc). The
new formatting conventions (mostly already followed) are that
the name of the _initialize_* routines must start in column zero,
and must not be inside #if.
* munch: Removed.
* Makefile.in: Remove references to munch.
* serial.c, remote.c, infptrace.c, maint.c, convex-tdep.c,
alpha-tdep.c, hp300ux-nat.c, hppab-nat.c, osfsolib.c, remote-es.c,
procfs.c, remote-udi.c, ser-go32.c, ultra3-xdep.c, sh-tdep.c,
i960-tdep.c, hppa-tdep.c, h8500-tdep.c, dpx2-nat.c, delta68-nat.c,
z8k-tdep.c: Make sure the above conventions are followed. Make
sure they are all declared as returning void. Clean up
miscellaneous comments and such.
1993-10-22 05:55:58 +00:00
|
|
|
void
|
1993-06-09 00:47:13 +00:00
|
|
|
_initialize_sh_tdep ()
|
|
|
|
{
|
1996-03-08 02:04:19 +00:00
|
|
|
struct cmd_list_element *c;
|
|
|
|
|
General cleanup and simplication of disassembler interface.
* a29k-pinsn.c, arm-pinsn.c, convex-pinsn.c, gould-pinsn.c,
hppa-pinsn.c, i386-pinsn.c, i960-pinsn.c, m68k-pinsn.c,
m88k-pinsn.c, mips-pinsn.c, ns32k-pinsn.c, pyr-pinsn.c,
rs6000-pinsn.c, sparc-pinsn.c, tahoe-pinsn.c, vax-pinsn.c: Remove.
* gould-tdep.c, ns32k-tdep.c, tahoe-tdep.c, vax-tdep.c: New files,
had been -pinsn.c files.
* Makefile.in (ALLDEPFILES): Remove removed files.
(a29k-pinsn.o, arm-pinsn.o, convex-pinsn.o, gould-pinsn.o,
hppa-pinsn.o, i386-pinsn.o, i960-pinsn.o, m68k-pinsn.o,
m88k-pinsn.o, mips-pinsn.o, ns32k-pinsn.o, pyr-pinsn.o,
rs6000-pinsn.o, sparc-pinsn.o, tahoe-pinsn.o, vax-pinsn.o):
Remove compile actions.
* arm-tdep.o, gould-tdep.o, ns32k-tdep.o, tahoe-tdep.o,
vax-tdep.o: Add compile actions.
* defs.h (tm_print_insn): New global.
* a29k-tdep.c (gdb_print_insn_a29k): New function.
(_initialize_a29k_tdep): Rename from _initialize_29k,
set tm_print_insn.
* alpha-tdep.c (print_insn): Remove.
(_initialize_alpha_tdep): Set tm_print_insn.
* arm-tdep.c (arm_print_insn): New function, was print_insn
in arm-pinsn.c.
* convex-tdep.c (convex_print_insn): New function, was print_insn
in convex-pinsn.c.
* h8300-tdep.c (print_insn): Remove.
(gdb_print_insn_h8300): New function.
(_initialize_h8300_tdep): New function.
* h8500-tdep.c (print_insn): Remove.
(_initialize_h8500_tdep): New function.
* hppa-tdep.c (_initialize_hppa_tdep): Set tm_print_insn.
* i386-tdep.c (_initialize_i386_tdep): New function.
* i960-tdep.c (mem, next_insn): New functions, were in
i960-pinsn.c.
(_initialize_i960_tdep): Set tm_print_insn.
* m68k-tdep.c (_initialize_m68k_tdep): New function.
* m88k-tdep.c (_initialize_m88k_tdep): New function.
* mips-tdep.c (gdb_print_insn_mips): New function.
(_initialize_mips_tdep): Set tm_print_insn.
* pyr-tdep.c (pyr_print_insn): New function, was print_insn
in pyr-pinsn.c.
* rs6000-tdep.c (_initialize_rs6000_tdep): New function.
* sh-tdep.c (print_insn): Remove.
(gdb_print_insn_sh): New function.
(_initialize_sh_tdep): Set tm_print_insn.
* sparc-tdep.c (_initialize_sparc_tdep): New function.
* w65-tdep.c (print_insn): Remove.
(_initialize_w65_tdep): New function.
* z8k-tdep.c (print_insn): Remove.
(gdb_print_insn_z8k): New function.
(_initialize_z8k_tdep): Set tm_print_insn.
* printcmd.c (print_insn): New function, generic disassembler.
* config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
* defs.h (query_hook, error_hook): Fix prototypes.
1995-01-17 04:36:51 +00:00
|
|
|
tm_print_insn = gdb_print_insn_sh;
|
|
|
|
|
1997-08-28 10:20:21 +00:00
|
|
|
target_architecture_hook = sh_target_architecture_hook;
|
1996-03-08 02:04:19 +00:00
|
|
|
|
1996-11-12 20:19:17 +00:00
|
|
|
add_com ("regs", class_vars, sh_show_regs, "Print all registers");
|
1993-06-09 00:47:13 +00:00
|
|
|
}
|