GDB (xrefs)
|
#include "defs.h"
#include "or1k-tdep.h"
#include "osabi.h"
#include "glibc-tdep.h"
#include "linux-tdep.h"
#include "solib-svr4.h"
#include "regset.h"
#include "tramp-frame.h"
#include "trad-frame.h"
#include "gdbarch.h"
#include "features/or1k-linux.c"
Go to the source code of this file.
Macros | |
#define | OR1K_RT_SIGRETURN 139 |
#define | OR1K_INST_L_ORI_R11_R0_IMM 0xa9600000 |
#define | OR1K_INST_L_SYS_1 0x20000001 |
#define | OR1K_INST_L_NOP 0x15000000 |
#define | SIGFRAME_SIGINFO_SIZE 128 |
#define | UCONTEXT_MCONTEXT_OFFSET 20 |
Functions | |
static void | or1k_linux_iterate_over_regset_sections (struct gdbarch *gdbarch, iterate_over_regset_sections_cb *cb, void *cb_data, const struct regcache *regcache) |
static void | or1k_linux_sigframe_init (const struct tramp_frame *self, frame_info_ptr this_frame, struct trad_frame_cache *this_cache, CORE_ADDR func) |
static void | or1k_linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) |
void | _initialize_or1k_linux_tdep () |
Variables | |
static const struct regcache_map_entry | or1k_linux_gregmap [] |
static const struct regset | or1k_linux_gregset |
static const struct tramp_frame | or1k_linux_sigframe |
#define OR1K_INST_L_NOP 0x15000000 |
Definition at line 73 of file or1k-linux-tdep.c.
#define OR1K_INST_L_ORI_R11_R0_IMM 0xa9600000 |
Definition at line 71 of file or1k-linux-tdep.c.
#define OR1K_INST_L_SYS_1 0x20000001 |
Definition at line 72 of file or1k-linux-tdep.c.
#define OR1K_RT_SIGRETURN 139 |
Definition at line 69 of file or1k-linux-tdep.c.
#define SIGFRAME_SIGINFO_SIZE 128 |
Definition at line 114 of file or1k-linux-tdep.c.
Referenced by or1k_linux_sigframe_init().
#define UCONTEXT_MCONTEXT_OFFSET 20 |
Definition at line 115 of file or1k-linux-tdep.c.
Referenced by or1k_linux_sigframe_init().
void _initialize_or1k_linux_tdep | ( | ) |
Definition at line 173 of file or1k-linux-tdep.c.
References GDB_OSABI_LINUX, gdbarch_register_osabi(), initialize_tdesc_or1k_linux(), and or1k_linux_init_abi().
|
static |
Definition at line 144 of file or1k-linux-tdep.c.
References find_solib_trampoline_target(), glibc_skip_solib_resolver(), linux_ilp32_fetch_link_map_offsets(), linux_init_abi(), or1k_linux_iterate_over_regset_sections(), or1k_linux_sigframe, or1k_software_single_step(), set_gdbarch_fetch_tls_load_module_address(), set_gdbarch_iterate_over_regset_sections(), set_gdbarch_skip_solib_resolver(), set_gdbarch_skip_trampoline_code(), set_gdbarch_software_single_step(), set_solib_svr4_fetch_link_map_offsets(), svr4_fetch_objfile_link_map(), and tramp_frame_prepend_unwinder().
Referenced by _initialize_or1k_linux_tdep().
|
static |
Definition at line 54 of file or1k-linux-tdep.c.
References or1k_linux_gregset.
Referenced by or1k_linux_init_abi().
|
static |
Definition at line 118 of file or1k-linux-tdep.c.
References frame_id_build(), func, get_frame_sp(), OR1K_NPC_REGNUM, OR1K_SR_REGNUM, OR1K_ZERO_REGNUM, SIGFRAME_SIGINFO_SIZE, trad_frame_set_id(), trad_frame_set_reg_addr(), and UCONTEXT_MCONTEXT_OFFSET.
|
static |
Definition at line 37 of file or1k-linux-tdep.c.
|
static |
Definition at line 46 of file or1k-linux-tdep.c.
Referenced by or1k_linux_iterate_over_regset_sections().
|
static |
Definition at line 75 of file or1k-linux-tdep.c.
Referenced by or1k_linux_init_abi().