ac7936dfd0
This patches removes get_regcache_arch, and use regache->arch () instead. The motivation of this change is that I am going to move some basic stuff into a base class of regcache. I don't need to update "client" code regcache->arch (). On the other hand, this patch shortens the code a little bit. gdb: 2017-10-25 Yao Qi <yao.qi@linaro.org> * aarch32-linux-nat.c (aarch32_gp_regcache_supply): Use regcache->arch () instead get_regcache_arch. * aarch64-fbsd-nat.c (aarch64_fbsd_fetch_inferior_registers): Likewise. (aarch64_fbsd_store_inferior_registers): Likewise. * aarch64-linux-nat.c (fetch_gregs_from_thread): Likewise. (store_gregs_to_thread): Likewise. (fetch_fpregs_from_thread): Likewise. (store_fpregs_to_thread): Likewise. * aarch64-tdep.c (aarch64_extract_return_value): Likewise. (aarch64_store_return_value): Likewise. (aarch64_software_single_step): Likewise. * aix-thread.c (aix_thread_wait): Likewise. (supply_reg32): Likewise. (supply_sprs64): Likewise. (supply_sprs32): Likewise. (fill_gprs64): Likewise. (fill_gprs32): Likewise. (fill_sprs64): Likewise. (fill_sprs32): Likewise. (store_regs_user_thread): Likewise. (store_regs_kernel_thread): Likewise. * alpha-bsd-nat.c (alphabsd_fetch_inferior_registers): Likewise. (alphabsd_store_inferior_registers): Likewise. * alpha-tdep.c (alpha_extract_return_value): Likewise. (alpha_store_return_value): Likewise. (alpha_deal_with_atomic_sequence): Likewise. (alpha_next_pc): Likewise. (alpha_software_single_step): Likewise. * amd64-bsd-nat.c (amd64bsd_fetch_inferior_registers): Likewise. (amd64bsd_store_inferior_registers): Likewise. * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers): Likewise. (amd64_linux_store_inferior_registers): Likewise. * amd64-nat.c (amd64_supply_native_gregset): Likewise. (amd64_collect_native_gregset): Likewise. * amd64-obsd-tdep.c (amd64obsd_supply_uthread): Likewise. (amd64obsd_collect_uthread): Likewise. * amd64-tdep.c (amd64_supply_fpregset): Likewise. (amd64_collect_fpregset): Likewise. (amd64_supply_fxsave): Likewise. (amd64_supply_xsave): Likewise. (amd64_collect_fxsave): Likewise. (amd64_collect_xsave): Likewise. * arc-tdep.c (arc_write_pc): Likewise. * arch-utils.c (default_skip_permanent_breakpoint): Likewise. * arm-fbsd-nat.c (arm_fbsd_fetch_inferior_registers): Likewise. (arm_fbsd_store_inferior_registers): Likewise. * arm-linux-nat.c (fetch_vfp_regs): Likewise. (store_vfp_regs): Likewise. (arm_linux_fetch_inferior_registers): Likewise. (arm_linux_store_inferior_registers): Likewise. * arm-linux-tdep.c (arm_linux_supply_gregset): Likewise. (arm_linux_sigreturn_next_pc): Likewise. (arm_linux_get_next_pcs_syscall_next_pc): Likewise. * arm-nbsd-nat.c (arm_supply_gregset): Likewise. (fetch_register): Likewise. (store_register): Likewise. * arm-tdep.c (arm_is_thumb): Likewise. (displaced_in_arm_mode): Likewise. (bx_write_pc): Likewise. (arm_get_next_pcs_addr_bits_remove): Likewise. (arm_software_single_step): Likewise. (arm_extract_return_value): Likewise. (arm_store_return_value): Likewise. (arm_write_pc): Likewise. * bfin-tdep.c (bfin_extract_return_value): Likewise. * bsd-uthread.c (bsd_uthread_fetch_registers): Likewise. (bsd_uthread_store_registers): Likewise. * core-regset.c (fetch_core_registers): Likewise. * corelow.c (get_core_registers): Likewise. * cris-tdep.c (cris_store_return_value): Likewise. (cris_extract_return_value): Likewise. (find_step_target): Likewise. (find_step_target): Likewise. (cris_software_single_step): Likewise. * ctf.c (ctf_fetch_registers): Likewise. * darwin-nat.c (cancel_breakpoint): Likewise. * fbsd-tdep.c (fbsd_collect_thread_registers): Likewise. * frv-tdep.c (frv_extract_return_value): Likewise. * ft32-tdep.c (ft32_store_return_value): Likewise. (ft32_extract_return_value): Likewise. * go32-nat.c (fetch_register): Likewise. (go32_fetch_registers): Likewise. (go32_store_registers): Likewise. (store_register): Likewise. * h8300-tdep.c (h8300_extract_return_value): Likewise. (h8300_store_return_value): Likewise. * hppa-linux-nat.c (fetch_register): Likewise. (store_register): Likewise. (hppa_linux_fetch_inferior_registers): Likewise. (hppa_linux_store_inferior_registers): Likewise. * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Likewise. (i386_darwin_store_inferior_registers): Likewise. * i386-gnu-nat.c (gnu_fetch_registers): Likewise. (gnu_store_registers): Likewise. * i386-linux-nat.c (fetch_register): Likewise. (store_register): Likewise. (supply_gregset): Likewise. (fill_gregset): Likewise. (i386_linux_fetch_inferior_registers): Likewise. (i386_linux_store_inferior_registers): Likewise. (i386_linux_resume): Likewise. * i386-linux-tdep.c (i386_linux_get_syscall_number_from_regcache): Likewise. * i386-nto-tdep.c (i386nto_supply_gregset): Likewise. * i386-obsd-nat.c (i386obsd_supply_pcb): Likewise. * i386-obsd-tdep.c (i386obsd_supply_uthread): Likewise. (i386obsd_collect_uthread): Likewise. * i386-tdep.c (i386_mmx_regnum_to_fp_regnum): Likewise. (i386_supply_gregset): Likewise. (i386_collect_gregset): Likewise. (i386_supply_fpregset): Likewise. (i386_collect_fpregset): Likewise. (i386_mpx_bd_base): Likewise. * i386-v4-nat.c (supply_fpregset): Likewise. (fill_fpregset): Likewise. * i387-tdep.c (i387_supply_fsave): Likewise. (i387_collect_fsave): Likewise. (i387_supply_fxsave): Likewise. (i387_collect_fxsave): Likewise. (i387_supply_xsave): Likewise. (i387_collect_xsave): Likewise. * ia64-linux-nat.c (ia64_linux_fetch_registers): Likewise. (ia64_linux_store_registers): Likewise. * ia64-tdep.c (ia64_access_rse_reg): Likewise. (ia64_extract_return_value): Likewise. (ia64_store_return_value): Likewise. (find_func_descr): Likewise. * inf-child.c (inf_child_fetch_inferior_registers): Likewise. * inf-ptrace.c (inf_ptrace_fetch_registers): Likewise. (inf_ptrace_store_registers): Likewise. * infrun.c (use_displaced_stepping): Likewise. (displaced_step_prepare_throw): Likewise. (resume): Likewise. (proceed): Likewise. (do_target_wait): Likewise. (adjust_pc_after_break): Likewise. (handle_inferior_event_1): Likewise. (handle_signal_stop): Likewise. (save_infcall_suspend_state): Likewise. (restore_infcall_suspend_state): Likewise. * iq2000-tdep.c (iq2000_extract_return_value): Likewise. * jit.c (jit_frame_prev_register): Likewise. * linux-nat.c (save_stop_reason): Likewise. (linux_nat_wait_1): Likewise. (resume_stopped_resumed_lwps): Likewise. * linux-record.c (record_linux_sockaddr): Likewise. (record_linux_msghdr): Likewise. (record_linux_system_call): Likewise. * linux-tdep.c (linux_collect_thread_registers): Likewise. * lm32-tdep.c (lm32_extract_return_value): Likewise. (lm32_store_return_value): Likewise. * m32c-tdep.c (m32c_read_flg): Likewise. (m32c_pseudo_register_read): Likewise. (m32c_pseudo_register_write): Likewise. * m32r-linux-tdep.c (m32r_linux_supply_gregset): Likewise. (m32r_linux_collect_gregset): Likewise. * m32r-tdep.c (m32r_store_return_value): Likewise. (m32r_extract_return_value): Likewise. * m68k-bsd-nat.c (m68kbsd_supply_fpregset): Likewise. (m68kbsd_collect_fpregset): Likewise. * m68k-bsd-tdep.c (m68kbsd_supply_fpregset): Likewise. * m68k-linux-nat.c (fetch_register): Likewise. (old_fetch_inferior_registers): Likewise. (old_store_inferior_registers): Likewise. (store_regs): Likewise. * m68k-tdep.c (m68k_svr4_extract_return_value): Likewise. (m68k_svr4_store_return_value): Likewise. * m88k-tdep.c (m88k_store_arguments): Likewise. * mi/mi-main.c (mi_cmd_data_list_changed_registers): Likewise. (mi_cmd_data_write_register_values): Likewise. * mips-fbsd-nat.c (mips_fbsd_fetch_inferior_registers): Likewise. (mips_fbsd_store_inferior_registers): Likewise. * mips-fbsd-tdep.c (mips_fbsd_supply_fpregs): Likewise. (mips_fbsd_supply_gregs): Likewise. (mips_fbsd_collect_fpregs): Likewise. (mips_fbsd_collect_gregs): Likewise. (mips_fbsd_supply_fpregset): Likewise. (mips_fbsd_collect_fpregset): Likewise. (mips_fbsd_supply_gregset): Likewise. (mips_fbsd_collect_gregset): Likewise. * mips-linux-nat.c (supply_gregset): Likewise. (fill_gregset): Likewise. (supply_fpregset): Likewise. (fill_fpregset): Likewise. * mips-linux-tdep.c (mips_supply_gregset): Likewise. (mips_fill_gregset): Likewise. (mips_supply_fpregset): Likewise. (mips_fill_fpregset): Likewise. (mips64_supply_gregset): Likewise. (micromips_linux_sigframe_validate): Likewise. * mips-nbsd-nat.c (mipsnbsd_fetch_inferior_registers): Likewise. (mipsnbsd_fetch_inferior_registers): Likewise. (mipsnbsd_store_inferior_registers): Likewise. * mips-nbsd-tdep.c (mipsnbsd_supply_fpregset): Likewise. (mipsnbsd_supply_gregset): Likewise. (mipsnbsd_iterate_over_regset_sections): Likewise. (mipsnbsd_supply_reg): Likewise. (mipsnbsd_supply_fpreg): Likewise. * mips-tdep.c (mips_in_frame_stub): Likewise. (mips_dummy_id): Likewise. (is_octeon_bbit_op): Likewise. (micromips_bc1_pc): Likewise. (extended_mips16_next_pc): Likewise. (mips16_next_pc): Likewise. (deal_with_atomic_sequence): Likewise. * moxie-tdep.c (moxie_process_readu): Likewise. * nios2-tdep.c (nios2_get_next_pc): Likewise. * nto-procfs.c (procfs_store_registers): Likewise. * ppc-fbsd-nat.c (ppcfbsd_fetch_inferior_registers): Likewise. (ppcfbsd_store_inferior_registers): Likewise. * ppc-linux-nat.c (fetch_vsx_register): Likewise. (fetch_altivec_register): Likewise. (get_spe_registers): Likewise. (fetch_spe_register): Likewise. (fetch_altivec_registers): Likewise. (fetch_all_gp_regs): Likewise. (fetch_all_fp_regs): Likewise. (store_vsx_register): Likewise. (store_altivec_register): Likewise. (set_spe_registers): Likewise. (store_spe_register): Likewise. (store_altivec_registers): Likewise. (store_all_gp_regs): Likewise. (store_all_fp_regs): Likewise. * ppc-linux-tdep.c (ppc_linux_supply_gregset): Likewise. (ppc_linux_collect_gregset): Likewise. (ppc_canonicalize_syscall): Likewise. (ppc_linux_record_signal): Likewise. (ppu2spu_prev_register): Likewise. * ppc-nbsd-nat.c (ppcnbsd_supply_pcb): Likewise. * ppc-obsd-nat.c (ppcobsd_fetch_registers): Likewise. (ppcobsd_store_registers): Likewise. * ppc-ravenscar-thread.c (ppc_ravenscar_generic_fetch_registers): Likewise. (ppc_ravenscar_generic_store_registers): Likewise. * procfs.c (procfs_fetch_registers): Likewise. (procfs_store_registers): Likewise. * ravenscar-thread.c (ravenscar_fetch_registers): Likewise. (ravenscar_store_registers): Likewise. (ravenscar_prepare_to_store): Likewise. * record-btrace.c (record_btrace_fetch_registers): Likewise. * record-full.c (record_full_wait_1): Likewise. (record_full_registers_change): Likewise. (record_full_store_registers): Likewise. (record_full_core_fetch_registers): Likewise. (record_full_save): Likewise. (record_full_goto_insn): Likewise. * regcache.c (regcache_register_size): Likewise. (get_regcache_arch): Remove. (regcache_read_pc): Likewise. * regcache.h (get_regcache_arch): Remove. * remote-sim.c (gdbsim_fetch_register): Likewise. (gdbsim_store_register): Likewise. * remote.c (fetch_register_using_p): Likewise. (send_g_packet): Likewise. (remote_prepare_to_store): Likewise. (store_registers_using_G): Likewise. * reverse.c (save_bookmark_command): Likewise. (goto_bookmark_command): Likewise. * rs6000-aix-tdep.c (branch_dest): Likewise. * rs6000-nat.c (rs6000_ptrace64): Likewise. (fetch_register): Likewise. * rs6000-tdep.c (ppc_supply_reg): Likewise. (ppc_collect_reg): Likewise. (ppc_collect_gregset): Likewise. (ppc_collect_fpregset): Likewise. (ppc_collect_vsxregset): Likewise. (ppc_collect_vrregset): Likewise. (ppc_displaced_step_hw_singlestep): Likewise. (rs6000_pseudo_register_read): Likewise. (rs6000_pseudo_register_write): Likewise. * s390-linux-nat.c (supply_gregset): Likewise. (fill_gregset): Likewise. (s390_linux_fetch_inferior_registers): Likewise. * s390-linux-tdep.c (s390_write_pc): Likewise. (s390_software_single_step): Likewise. (s390_all_but_pc_registers_record): Likewise. (s390_linux_syscall_record): Likewise. * sentinel-frame.c (sentinel_frame_prev_arch): Likewise. * sh-nbsd-nat.c (shnbsd_fetch_inferior_registers): Likewise. (shnbsd_store_inferior_registers): Likewise. * sh-tdep.c (sh_extract_return_value_nofpu): Likewise. (sh_extract_return_value_fpu): Likewise. (sh_store_return_value_nofpu): Likewise. (sh_corefile_supply_regset): Likewise. (sh_corefile_collect_regset): Likewise. * sh64-tdep.c (sh64_extract_return_value): Likewise. (sh64_store_return_value): Likewise. * sparc-linux-tdep.c (sparc32_linux_collect_core_fpregset): Likewise. * sparc-nat.c (sparc_fetch_inferior_registers): Likewise. (sparc_store_inferior_registers): Likewise. * sparc-ravenscar-thread.c (register_in_thread_descriptor_p): Likewise. (sparc_ravenscar_prepare_to_store): Likewise. * sparc-tdep.c (sparc32_store_arguments): Likewise. (sparc_analyze_control_transfer): Likewise. (sparc_step_trap): Likewise. (sparc_software_single_step): Likewise. (sparc32_gdbarch_init): Likewise. (sparc_supply_rwindow): Likewise. (sparc_collect_rwindow): Likewise. * sparc64-linux-tdep.c (sparc64_linux_collect_core_fpregset): Likewise. * sparc64-nbsd-nat.c (sparc64nbsd_supply_gregset): Likewise. (sparc64nbsd_collect_gregset): Likewise. (sparc64nbsd_supply_fpregset): Likewise. (sparc64nbsd_collect_fpregset): Likewise. * sparc64-tdep.c (sparc64_store_arguments): Likewise. (sparc64_supply_gregset): Likewise. (sparc64_collect_gregset): Likewise. (sparc64_supply_fpregset): Likewise. (sparc64_collect_fpregset): Likewise. * spu-linux-nat.c (spu_fetch_inferior_registers): Likewise. * spu-tdep.c (spu_unwind_sp): Likewise. (spu2ppu_prev_register): Likewise. (spu_memory_remove_breakpoint): Likewise. * stack.c (return_command): Likewise. * tic6x-tdep.c (tic6x_extract_signed_field): Likewise. * tracefile-tfile.c (tfile_fetch_registers): Likewise. * tracefile.c (trace_save_ctf): Likewise. * windows-nat.c (do_windows_fetch_inferior_registers): Likewise. (do_windows_store_inferior_registers): Likewise. (windows_resume): Likewise. * xtensa-linux-nat.c (fill_gregset): Likewise. (supply_gregset_reg): Likewise. * xtensa-tdep.c (xtensa_register_write_masked): Likewise. (xtensa_register_read_masked): Likewise. (xtensa_supply_gregset): Likewise. (xtensa_extract_return_value): Likewise. (xtensa_store_return_value): Likewise.
479 lines
13 KiB
C
479 lines
13 KiB
C
/* Target-dependent code for GNU/Linux m32r.
|
||
|
||
Copyright (C) 2004-2017 Free Software Foundation, Inc.
|
||
|
||
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 3 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, see <http://www.gnu.org/licenses/>. */
|
||
|
||
#include "defs.h"
|
||
#include "gdbcore.h"
|
||
#include "frame.h"
|
||
#include "value.h"
|
||
#include "regcache.h"
|
||
#include "inferior.h"
|
||
#include "osabi.h"
|
||
#include "reggroups.h"
|
||
#include "regset.h"
|
||
|
||
#include "glibc-tdep.h"
|
||
#include "solib-svr4.h"
|
||
#include "symtab.h"
|
||
|
||
#include "trad-frame.h"
|
||
#include "frame-unwind.h"
|
||
|
||
#include "m32r-tdep.h"
|
||
#include "linux-tdep.h"
|
||
|
||
|
||
|
||
/* Recognizing signal handler frames. */
|
||
|
||
/* GNU/Linux has two flavors of signals. Normal signal handlers, and
|
||
"realtime" (RT) signals. The RT signals can provide additional
|
||
information to the signal handler if the SA_SIGINFO flag is set
|
||
when establishing a signal handler using `sigaction'. It is not
|
||
unlikely that future versions of GNU/Linux will support SA_SIGINFO
|
||
for normal signals too. */
|
||
|
||
/* When the m32r Linux kernel calls a signal handler and the
|
||
SA_RESTORER flag isn't set, the return address points to a bit of
|
||
code on the stack. This function returns whether the PC appears to
|
||
be within this bit of code.
|
||
|
||
The instruction sequence for normal signals is
|
||
ldi r7, #__NR_sigreturn
|
||
trap #2
|
||
or 0x67 0x77 0x10 0xf2.
|
||
|
||
Checking for the code sequence should be somewhat reliable, because
|
||
the effect is to call the system call sigreturn. This is unlikely
|
||
to occur anywhere other than in a signal trampoline.
|
||
|
||
It kind of sucks that we have to read memory from the process in
|
||
order to identify a signal trampoline, but there doesn't seem to be
|
||
any other way. Therefore we only do the memory reads if no
|
||
function name could be identified, which should be the case since
|
||
the code is on the stack.
|
||
|
||
Detection of signal trampolines for handlers that set the
|
||
SA_RESTORER flag is in general not possible. Unfortunately this is
|
||
what the GNU C Library has been doing for quite some time now.
|
||
However, as of version 2.1.2, the GNU C Library uses signal
|
||
trampolines (named __restore and __restore_rt) that are identical
|
||
to the ones used by the kernel. Therefore, these trampolines are
|
||
supported too. */
|
||
|
||
static const gdb_byte linux_sigtramp_code[] = {
|
||
0x67, 0x77, 0x10, 0xf2,
|
||
};
|
||
|
||
/* If PC is in a sigtramp routine, return the address of the start of
|
||
the routine. Otherwise, return 0. */
|
||
|
||
static CORE_ADDR
|
||
m32r_linux_sigtramp_start (CORE_ADDR pc, struct frame_info *this_frame)
|
||
{
|
||
gdb_byte buf[4];
|
||
|
||
/* We only recognize a signal trampoline if PC is at the start of
|
||
one of the instructions. We optimize for finding the PC at the
|
||
start of the instruction sequence, as will be the case when the
|
||
trampoline is not the first frame on the stack. We assume that
|
||
in the case where the PC is not at the start of the instruction
|
||
sequence, there will be a few trailing readable bytes on the
|
||
stack. */
|
||
|
||
if (pc % 2 != 0)
|
||
{
|
||
if (!safe_frame_unwind_memory (this_frame, pc, buf, 2))
|
||
return 0;
|
||
|
||
if (memcmp (buf, linux_sigtramp_code, 2) == 0)
|
||
pc -= 2;
|
||
else
|
||
return 0;
|
||
}
|
||
|
||
if (!safe_frame_unwind_memory (this_frame, pc, buf, 4))
|
||
return 0;
|
||
|
||
if (memcmp (buf, linux_sigtramp_code, 4) != 0)
|
||
return 0;
|
||
|
||
return pc;
|
||
}
|
||
|
||
/* This function does the same for RT signals. Here the instruction
|
||
sequence is
|
||
ldi r7, #__NR_rt_sigreturn
|
||
trap #2
|
||
or 0x97 0xf0 0x00 0xad 0x10 0xf2 0xf0 0x00.
|
||
|
||
The effect is to call the system call rt_sigreturn. */
|
||
|
||
static const gdb_byte linux_rt_sigtramp_code[] = {
|
||
0x97, 0xf0, 0x00, 0xad, 0x10, 0xf2, 0xf0, 0x00,
|
||
};
|
||
|
||
/* If PC is in a RT sigtramp routine, return the address of the start
|
||
of the routine. Otherwise, return 0. */
|
||
|
||
static CORE_ADDR
|
||
m32r_linux_rt_sigtramp_start (CORE_ADDR pc, struct frame_info *this_frame)
|
||
{
|
||
gdb_byte buf[4];
|
||
|
||
/* We only recognize a signal trampoline if PC is at the start of
|
||
one of the instructions. We optimize for finding the PC at the
|
||
start of the instruction sequence, as will be the case when the
|
||
trampoline is not the first frame on the stack. We assume that
|
||
in the case where the PC is not at the start of the instruction
|
||
sequence, there will be a few trailing readable bytes on the
|
||
stack. */
|
||
|
||
if (pc % 2 != 0)
|
||
return 0;
|
||
|
||
if (!safe_frame_unwind_memory (this_frame, pc, buf, 4))
|
||
return 0;
|
||
|
||
if (memcmp (buf, linux_rt_sigtramp_code, 4) == 0)
|
||
{
|
||
if (!safe_frame_unwind_memory (this_frame, pc + 4, buf, 4))
|
||
return 0;
|
||
|
||
if (memcmp (buf, linux_rt_sigtramp_code + 4, 4) == 0)
|
||
return pc;
|
||
}
|
||
else if (memcmp (buf, linux_rt_sigtramp_code + 4, 4) == 0)
|
||
{
|
||
if (!safe_frame_unwind_memory (this_frame, pc - 4, buf, 4))
|
||
return 0;
|
||
|
||
if (memcmp (buf, linux_rt_sigtramp_code, 4) == 0)
|
||
return pc - 4;
|
||
}
|
||
|
||
return 0;
|
||
}
|
||
|
||
static int
|
||
m32r_linux_pc_in_sigtramp (CORE_ADDR pc, const char *name,
|
||
struct frame_info *this_frame)
|
||
{
|
||
/* If we have NAME, we can optimize the search. The trampolines are
|
||
named __restore and __restore_rt. However, they aren't dynamically
|
||
exported from the shared C library, so the trampoline may appear to
|
||
be part of the preceding function. This should always be sigaction,
|
||
__sigaction, or __libc_sigaction (all aliases to the same function). */
|
||
if (name == NULL || strstr (name, "sigaction") != NULL)
|
||
return (m32r_linux_sigtramp_start (pc, this_frame) != 0
|
||
|| m32r_linux_rt_sigtramp_start (pc, this_frame) != 0);
|
||
|
||
return (strcmp ("__restore", name) == 0
|
||
|| strcmp ("__restore_rt", name) == 0);
|
||
}
|
||
|
||
/* From <asm/sigcontext.h>. */
|
||
static int m32r_linux_sc_reg_offset[] = {
|
||
4 * 4, /* r0 */
|
||
5 * 4, /* r1 */
|
||
6 * 4, /* r2 */
|
||
7 * 4, /* r3 */
|
||
0 * 4, /* r4 */
|
||
1 * 4, /* r5 */
|
||
2 * 4, /* r6 */
|
||
8 * 4, /* r7 */
|
||
9 * 4, /* r8 */
|
||
10 * 4, /* r9 */
|
||
11 * 4, /* r10 */
|
||
12 * 4, /* r11 */
|
||
13 * 4, /* r12 */
|
||
21 * 4, /* fp */
|
||
22 * 4, /* lr */
|
||
-1 * 4, /* sp */
|
||
16 * 4, /* psw */
|
||
-1 * 4, /* cbr */
|
||
23 * 4, /* spi */
|
||
20 * 4, /* spu */
|
||
19 * 4, /* bpc */
|
||
17 * 4, /* pc */
|
||
15 * 4, /* accl */
|
||
14 * 4 /* acch */
|
||
};
|
||
|
||
struct m32r_frame_cache
|
||
{
|
||
CORE_ADDR base, pc;
|
||
struct trad_frame_saved_reg *saved_regs;
|
||
};
|
||
|
||
static struct m32r_frame_cache *
|
||
m32r_linux_sigtramp_frame_cache (struct frame_info *this_frame,
|
||
void **this_cache)
|
||
{
|
||
struct m32r_frame_cache *cache;
|
||
CORE_ADDR sigcontext_addr, addr;
|
||
int regnum;
|
||
|
||
if ((*this_cache) != NULL)
|
||
return (struct m32r_frame_cache *) (*this_cache);
|
||
cache = FRAME_OBSTACK_ZALLOC (struct m32r_frame_cache);
|
||
(*this_cache) = cache;
|
||
cache->saved_regs = trad_frame_alloc_saved_regs (this_frame);
|
||
|
||
cache->base = get_frame_register_unsigned (this_frame, M32R_SP_REGNUM);
|
||
sigcontext_addr = cache->base + 4;
|
||
|
||
cache->pc = get_frame_pc (this_frame);
|
||
addr = m32r_linux_sigtramp_start (cache->pc, this_frame);
|
||
if (addr == 0)
|
||
{
|
||
/* If this is a RT signal trampoline, adjust SIGCONTEXT_ADDR
|
||
accordingly. */
|
||
addr = m32r_linux_rt_sigtramp_start (cache->pc, this_frame);
|
||
if (addr)
|
||
sigcontext_addr += 128;
|
||
else
|
||
addr = get_frame_func (this_frame);
|
||
}
|
||
cache->pc = addr;
|
||
|
||
cache->saved_regs = trad_frame_alloc_saved_regs (this_frame);
|
||
|
||
for (regnum = 0; regnum < sizeof (m32r_linux_sc_reg_offset) / 4; regnum++)
|
||
{
|
||
if (m32r_linux_sc_reg_offset[regnum] >= 0)
|
||
cache->saved_regs[regnum].addr =
|
||
sigcontext_addr + m32r_linux_sc_reg_offset[regnum];
|
||
}
|
||
|
||
return cache;
|
||
}
|
||
|
||
static void
|
||
m32r_linux_sigtramp_frame_this_id (struct frame_info *this_frame,
|
||
void **this_cache,
|
||
struct frame_id *this_id)
|
||
{
|
||
struct m32r_frame_cache *cache =
|
||
m32r_linux_sigtramp_frame_cache (this_frame, this_cache);
|
||
|
||
(*this_id) = frame_id_build (cache->base, cache->pc);
|
||
}
|
||
|
||
static struct value *
|
||
m32r_linux_sigtramp_frame_prev_register (struct frame_info *this_frame,
|
||
void **this_cache, int regnum)
|
||
{
|
||
struct m32r_frame_cache *cache =
|
||
m32r_linux_sigtramp_frame_cache (this_frame, this_cache);
|
||
|
||
return trad_frame_get_prev_register (this_frame, cache->saved_regs, regnum);
|
||
}
|
||
|
||
static int
|
||
m32r_linux_sigtramp_frame_sniffer (const struct frame_unwind *self,
|
||
struct frame_info *this_frame,
|
||
void **this_cache)
|
||
{
|
||
CORE_ADDR pc = get_frame_pc (this_frame);
|
||
const char *name;
|
||
|
||
find_pc_partial_function (pc, &name, NULL, NULL);
|
||
if (m32r_linux_pc_in_sigtramp (pc, name, this_frame))
|
||
return 1;
|
||
|
||
return 0;
|
||
}
|
||
|
||
static const struct frame_unwind m32r_linux_sigtramp_frame_unwind = {
|
||
SIGTRAMP_FRAME,
|
||
default_frame_unwind_stop_reason,
|
||
m32r_linux_sigtramp_frame_this_id,
|
||
m32r_linux_sigtramp_frame_prev_register,
|
||
NULL,
|
||
m32r_linux_sigtramp_frame_sniffer
|
||
};
|
||
|
||
/* Mapping between the registers in `struct pt_regs'
|
||
format and GDB's register array layout. */
|
||
|
||
static int m32r_pt_regs_offset[] = {
|
||
4 * 4, /* r0 */
|
||
4 * 5, /* r1 */
|
||
4 * 6, /* r2 */
|
||
4 * 7, /* r3 */
|
||
4 * 0, /* r4 */
|
||
4 * 1, /* r5 */
|
||
4 * 2, /* r6 */
|
||
4 * 8, /* r7 */
|
||
4 * 9, /* r8 */
|
||
4 * 10, /* r9 */
|
||
4 * 11, /* r10 */
|
||
4 * 12, /* r11 */
|
||
4 * 13, /* r12 */
|
||
4 * 24, /* fp */
|
||
4 * 25, /* lr */
|
||
4 * 23, /* sp */
|
||
4 * 19, /* psw */
|
||
4 * 19, /* cbr */
|
||
4 * 26, /* spi */
|
||
4 * 23, /* spu */
|
||
4 * 22, /* bpc */
|
||
4 * 20, /* pc */
|
||
4 * 16, /* accl */
|
||
4 * 15 /* acch */
|
||
};
|
||
|
||
#define PSW_OFFSET (4 * 19)
|
||
#define BBPSW_OFFSET (4 * 21)
|
||
#define SPU_OFFSET (4 * 23)
|
||
#define SPI_OFFSET (4 * 26)
|
||
|
||
#define M32R_LINUX_GREGS_SIZE (4 * 28)
|
||
|
||
static void
|
||
m32r_linux_supply_gregset (const struct regset *regset,
|
||
struct regcache *regcache, int regnum,
|
||
const void *gregs, size_t size)
|
||
{
|
||
const gdb_byte *regs = (const gdb_byte *) gregs;
|
||
enum bfd_endian byte_order =
|
||
gdbarch_byte_order (regcache->arch ());
|
||
ULONGEST psw, bbpsw;
|
||
gdb_byte buf[4];
|
||
const gdb_byte *p;
|
||
int i;
|
||
|
||
psw = extract_unsigned_integer (regs + PSW_OFFSET, 4, byte_order);
|
||
bbpsw = extract_unsigned_integer (regs + BBPSW_OFFSET, 4, byte_order);
|
||
psw = ((0x00c1 & bbpsw) << 8) | ((0xc100 & psw) >> 8);
|
||
|
||
for (i = 0; i < ARRAY_SIZE (m32r_pt_regs_offset); i++)
|
||
{
|
||
if (regnum != -1 && regnum != i)
|
||
continue;
|
||
|
||
switch (i)
|
||
{
|
||
case PSW_REGNUM:
|
||
store_unsigned_integer (buf, 4, byte_order, psw);
|
||
p = buf;
|
||
break;
|
||
case CBR_REGNUM:
|
||
store_unsigned_integer (buf, 4, byte_order, psw & 1);
|
||
p = buf;
|
||
break;
|
||
case M32R_SP_REGNUM:
|
||
p = regs + ((psw & 0x80) ? SPU_OFFSET : SPI_OFFSET);
|
||
break;
|
||
default:
|
||
p = regs + m32r_pt_regs_offset[i];
|
||
}
|
||
|
||
regcache_raw_supply (regcache, i, p);
|
||
}
|
||
}
|
||
|
||
static void
|
||
m32r_linux_collect_gregset (const struct regset *regset,
|
||
const struct regcache *regcache,
|
||
int regnum, void *gregs, size_t size)
|
||
{
|
||
gdb_byte *regs = (gdb_byte *) gregs;
|
||
int i;
|
||
enum bfd_endian byte_order =
|
||
gdbarch_byte_order (regcache->arch ());
|
||
ULONGEST psw;
|
||
gdb_byte buf[4];
|
||
|
||
regcache_raw_collect (regcache, PSW_REGNUM, buf);
|
||
psw = extract_unsigned_integer (buf, 4, byte_order);
|
||
|
||
for (i = 0; i < ARRAY_SIZE (m32r_pt_regs_offset); i++)
|
||
{
|
||
if (regnum != -1 && regnum != i)
|
||
continue;
|
||
|
||
switch (i)
|
||
{
|
||
case PSW_REGNUM:
|
||
store_unsigned_integer (regs + PSW_OFFSET, 4, byte_order,
|
||
(psw & 0xc1) << 8);
|
||
store_unsigned_integer (regs + BBPSW_OFFSET, 4, byte_order,
|
||
(psw >> 8) & 0xc1);
|
||
break;
|
||
case CBR_REGNUM:
|
||
break;
|
||
case M32R_SP_REGNUM:
|
||
regcache_raw_collect (regcache, i, regs
|
||
+ ((psw & 0x80) ? SPU_OFFSET : SPI_OFFSET));
|
||
break;
|
||
default:
|
||
regcache_raw_collect (regcache, i,
|
||
regs + m32r_pt_regs_offset[i]);
|
||
}
|
||
}
|
||
}
|
||
|
||
static const struct regset m32r_linux_gregset = {
|
||
NULL,
|
||
m32r_linux_supply_gregset, m32r_linux_collect_gregset
|
||
};
|
||
|
||
static void
|
||
m32r_linux_iterate_over_regset_sections (struct gdbarch *gdbarch,
|
||
iterate_over_regset_sections_cb *cb,
|
||
void *cb_data,
|
||
const struct regcache *regcache)
|
||
{
|
||
cb (".reg", M32R_LINUX_GREGS_SIZE, &m32r_linux_gregset, NULL, cb_data);
|
||
}
|
||
|
||
static void
|
||
m32r_linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
||
{
|
||
|
||
linux_init_abi (info, gdbarch);
|
||
|
||
/* Since EVB register is not available for native debug, we reduce
|
||
the number of registers. */
|
||
set_gdbarch_num_regs (gdbarch, M32R_NUM_REGS - 1);
|
||
|
||
frame_unwind_append_unwinder (gdbarch, &m32r_linux_sigtramp_frame_unwind);
|
||
|
||
/* GNU/Linux uses SVR4-style shared libraries. */
|
||
set_gdbarch_skip_trampoline_code (gdbarch, find_solib_trampoline_target);
|
||
set_solib_svr4_fetch_link_map_offsets
|
||
(gdbarch, svr4_ilp32_fetch_link_map_offsets);
|
||
|
||
/* Core file support. */
|
||
set_gdbarch_iterate_over_regset_sections
|
||
(gdbarch, m32r_linux_iterate_over_regset_sections);
|
||
|
||
/* Enable TLS support. */
|
||
set_gdbarch_fetch_tls_load_module_address (gdbarch,
|
||
svr4_fetch_objfile_link_map);
|
||
}
|
||
|
||
void
|
||
_initialize_m32r_linux_tdep (void)
|
||
{
|
||
gdbarch_register_osabi (bfd_arch_m32r, 0, GDB_OSABI_LINUX,
|
||
m32r_linux_init_abi);
|
||
}
|