1999-04-16 03:35:26 +02:00
|
|
|
/* Host-dependent code for Apollo-68ks for GDB, the GNU debugger.
|
2001-03-06 09:22:02 +01:00
|
|
|
Copyright 1986, 1987, 1989, 1991, 1992, 1993, 1999, 2000, 2001
|
|
|
|
Free Software Foundation, Inc.
|
1999-04-16 03:35:26 +02:00
|
|
|
|
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
|
|
|
|
Foundation, Inc., 59 Temple Place - Suite 330,
|
|
|
|
Boston, MA 02111-1307, USA. */
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
#include "defs.h"
|
|
|
|
#include "inferior.h"
|
2001-03-01 02:39:22 +01:00
|
|
|
#include "regcache.h"
|
1999-04-16 03:35:26 +02:00
|
|
|
|
|
|
|
#ifndef _ISP__M68K
|
|
|
|
#define _ISP__M68K 1
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <ptrace.h>
|
|
|
|
|
|
|
|
extern int errno;
|
|
|
|
|
|
|
|
void
|
2000-07-30 03:48:28 +02:00
|
|
|
fetch_inferior_registers (int ignored)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
|
|
|
struct ptrace_$data_regs_m68k inferior_registers;
|
|
|
|
struct ptrace_$floating_regs_m68k inferior_fp_registers;
|
|
|
|
struct ptrace_$control_regs_m68k inferior_control_registers;
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
ptrace_$init_control (&inferior_control_registers);
|
|
|
|
inferior_fp_registers.size = sizeof (inferior_fp_registers);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2002-11-07 16:31:31 +01:00
|
|
|
deprecated_registers_fetched ();
|
1999-07-07 22:19:36 +02:00
|
|
|
|
2001-05-04 06:15:33 +02:00
|
|
|
ptrace (PTRACE_GETREGS, PIDGET (inferior_ptid),
|
1999-07-07 22:19:36 +02:00
|
|
|
(PTRACE_ARG3_TYPE) & inferior_registers,
|
1999-04-16 03:35:26 +02:00
|
|
|
ptrace_$data_set,
|
1999-07-07 22:19:36 +02:00
|
|
|
(PTRACE_ARG3_TYPE) & inferior_registers,
|
1999-04-16 03:35:26 +02:00
|
|
|
ptrace_$data_set);
|
|
|
|
|
2001-05-04 06:15:33 +02:00
|
|
|
ptrace (PTRACE_GETREGS, PIDGET (inferior_ptid),
|
1999-07-07 22:19:36 +02:00
|
|
|
(PTRACE_ARG3_TYPE) & inferior_fp_registers,
|
|
|
|
ptrace_$floating_set_m68k,
|
|
|
|
(PTRACE_ARG3_TYPE) & inferior_fp_registers,
|
|
|
|
ptrace_$floating_set_m68k);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2001-05-04 06:15:33 +02:00
|
|
|
ptrace (PTRACE_GETREGS, PIDGET (inferior_ptid),
|
1999-07-07 22:19:36 +02:00
|
|
|
(PTRACE_ARG3_TYPE) & inferior_control_registers,
|
|
|
|
ptrace_$control_set_m68k,
|
|
|
|
(PTRACE_ARG3_TYPE) & inferior_control_registers,
|
|
|
|
ptrace_$control_set_m68k);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2002-11-14 Andrew Cagney <ac131313@redhat.com>
* regcache.h (deprecated_registers): Rename registers.
* a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
* hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
* hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
* ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
* irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
* m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
* mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
* ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
* remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
* remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
* sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
* v850ice.c: Update.
2002-11-14 21:37:29 +01:00
|
|
|
bcopy (&inferior_registers, &deprecated_registers[0], 16 * 4);
|
|
|
|
bcopy (&inferior_fp_registers,
|
|
|
|
&deprecated_registers[REGISTER_BYTE (FP0_REGNUM)],
|
1999-04-16 03:35:26 +02:00
|
|
|
sizeof inferior_fp_registers.regs);
|
2002-11-14 Andrew Cagney <ac131313@redhat.com>
* regcache.h (deprecated_registers): Rename registers.
* a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
* hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
* hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
* ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
* irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
* m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
* mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
* ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
* remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
* remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
* sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
* v850ice.c: Update.
2002-11-14 21:37:29 +01:00
|
|
|
*(int *) &deprecated_registers[REGISTER_BYTE (PS_REGNUM)]
|
|
|
|
= inferior_control_registers.sr;
|
|
|
|
*(int *) &deprecated_registers[REGISTER_BYTE (PC_REGNUM)]
|
|
|
|
= inferior_control_registers.pc;
|
1999-04-16 03:35:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Store our register values back into the inferior.
|
|
|
|
If REGNO is -1, do this for all registers.
|
|
|
|
Otherwise, REGNO specifies which register (so we can save time). */
|
|
|
|
|
|
|
|
void
|
2000-07-30 03:48:28 +02:00
|
|
|
store_inferior_registers (int regno)
|
1999-04-16 03:35:26 +02:00
|
|
|
{
|
|
|
|
struct ptrace_$data_regs_m68k inferior_registers;
|
|
|
|
struct ptrace_$floating_regs_m68k inferior_fp_registers;
|
|
|
|
struct ptrace_$control_regs_m68k inferior_control_registers;
|
|
|
|
|
1999-07-07 22:19:36 +02:00
|
|
|
ptrace_$init_control (&inferior_control_registers);
|
|
|
|
inferior_fp_registers.size = sizeof (inferior_fp_registers);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2001-05-04 06:15:33 +02:00
|
|
|
ptrace (PTRACE_GETREGS, PIDGET (inferior_ptid),
|
1999-07-07 22:19:36 +02:00
|
|
|
(PTRACE_ARG3_TYPE) & inferior_fp_registers,
|
|
|
|
ptrace_$floating_set_m68k,
|
|
|
|
(PTRACE_ARG3_TYPE) & inferior_fp_registers,
|
|
|
|
ptrace_$floating_set_m68k);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2001-05-04 06:15:33 +02:00
|
|
|
ptrace (PTRACE_GETREGS, PIDGET (inferior_ptid),
|
1999-07-07 22:19:36 +02:00
|
|
|
(PTRACE_ARG3_TYPE) & inferior_control_registers,
|
|
|
|
ptrace_$control_set_m68k,
|
|
|
|
(PTRACE_ARG3_TYPE) & inferior_control_registers,
|
|
|
|
ptrace_$control_set_m68k);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2002-11-14 Andrew Cagney <ac131313@redhat.com>
* regcache.h (deprecated_registers): Rename registers.
* a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
* hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
* hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
* ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
* irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
* m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
* mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
* ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
* remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
* remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
* sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
* v850ice.c: Update.
2002-11-14 21:37:29 +01:00
|
|
|
bcopy (&deprecated_registers[0], &inferior_registers,
|
|
|
|
sizeof (inferior_registers));
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2002-11-14 Andrew Cagney <ac131313@redhat.com>
* regcache.h (deprecated_registers): Rename registers.
* a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
* hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
* hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
* ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
* irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
* m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
* mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
* ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
* remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
* remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
* sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
* v850ice.c: Update.
2002-11-14 21:37:29 +01:00
|
|
|
bcopy (&deprecated_registers[REGISTER_BYTE (FP0_REGNUM)],
|
|
|
|
inferior_fp_registers.regs, sizeof inferior_fp_registers.regs);
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2002-11-14 Andrew Cagney <ac131313@redhat.com>
* regcache.h (deprecated_registers): Rename registers.
* a68v-nat.c, alpha-nat.c, arch-utils.c, core-sol2.c: Update.
* hp300ux-nat.c, hppab-nat.c, hppah-nat.c: Update.
* hppam3-nat.c, hpux-thread.c, i386gnu-nat.c: Update.
* ia64-aix-nat.c, ia64-linux-nat.c, ia64-tdep.c: Update.
* irix4-nat.c, irix5-nat.c, lynx-nat.c, m68k-tdep.c: Update.
* m68knbsd-nat.c, mips-linux-tdep.c, mipsm3-nat.c: Update.
* mipsv4-nat.c, ns32knbsd-nat.c, ppc-bdm.c: Update.
* ppc-sysv-tdep.c, ptx4-nat.c, regcache.c, remote-es.c: Update.
* remote-sds.c, remote-vx68.c, remote-vxmips.c: Update.
* remote-vxsparc.c, rs6000-tdep.c, sol-thread.c: Update.
* sparc-nat.c, sparc-tdep.c, sun3-nat.c, symm-nat.c: Update.
* v850ice.c: Update.
2002-11-14 21:37:29 +01:00
|
|
|
inferior_control_registers.sr
|
|
|
|
= *(int *) &deprecated_registers[REGISTER_BYTE (PS_REGNUM)];
|
|
|
|
inferior_control_registers.pc
|
|
|
|
= *(int *) &deprecated_registers[REGISTER_BYTE (PC_REGNUM)];
|
1999-04-16 03:35:26 +02:00
|
|
|
|
2001-05-04 06:15:33 +02:00
|
|
|
ptrace (PTRACE_SETREGS, PIDGET (inferior_ptid),
|
1999-07-07 22:19:36 +02:00
|
|
|
(PTRACE_ARG3_TYPE) & inferior_registers,
|
1999-04-16 03:35:26 +02:00
|
|
|
ptrace_$data_set_m68k,
|
1999-07-07 22:19:36 +02:00
|
|
|
(PTRACE_ARG3_TYPE) & inferior_registers,
|
1999-04-16 03:35:26 +02:00
|
|
|
ptrace_$data_set_m68k);
|
|
|
|
|
2001-05-04 06:15:33 +02:00
|
|
|
ptrace (PTRACE_SETREGS, PIDGET (inferior_ptid),
|
1999-07-07 22:19:36 +02:00
|
|
|
(PTRACE_ARG3_TYPE) & inferior_fp_registers,
|
1999-04-16 03:35:26 +02:00
|
|
|
ptrace_$floating_set_m68k,
|
1999-07-07 22:19:36 +02:00
|
|
|
(PTRACE_ARG3_TYPE) & inferior_fp_registers,
|
1999-04-16 03:35:26 +02:00
|
|
|
ptrace_$floating_set_m68k);
|
|
|
|
|
2001-05-04 06:15:33 +02:00
|
|
|
ptrace (PTRACE_SETREGS, PIDGET (inferior_ptid),
|
1999-07-07 22:19:36 +02:00
|
|
|
(PTRACE_ARG3_TYPE) & inferior_control_registers,
|
1999-04-16 03:35:26 +02:00
|
|
|
ptrace_$control_set_m68k,
|
1999-07-07 22:19:36 +02:00
|
|
|
(PTRACE_ARG3_TYPE) & inferior_control_registers,
|
1999-04-16 03:35:26 +02:00
|
|
|
ptrace_$control_set_m68k);
|
|
|
|
}
|