GDB (xrefs)
Functions | Variables
/tmp/gdb-7.10/gdb/mips-sde-tdep.c File Reference
#include "defs.h"
#include "osabi.h"
#include "elf-bfd.h"
#include "block.h"
#include "symtab.h"
#include "frame.h"
#include "frame-unwind.h"
#include "frame-base.h"
#include "trad-frame.h"
#include "mips-tdep.h"

Go to the source code of this file.

Functions

static struct trad_frame_cachemips_sde_frame_cache (struct frame_info *this_frame, void **this_cache)
 
static void mips_sde_frame_this_id (struct frame_info *this_frame, void **this_cache, struct frame_id *this_id)
 
static struct valuemips_sde_frame_prev_register (struct frame_info *this_frame, void **this_cache, int prev_regnum)
 
static int mips_sde_frame_sniffer (const struct frame_unwind *self, struct frame_info *this_frame, void **this_cache)
 
static CORE_ADDR mips_sde_frame_base_address (struct frame_info *this_frame, void **this_cache)
 
static const struct frame_basemips_sde_frame_base_sniffer (struct frame_info *this_frame)
 
static void mips_sde_elf_osabi_sniff_abi_tag_sections (bfd *abfd, asection *sect, void *obj)
 
static enum gdb_osabi mips_sde_elf_osabi_sniffer (bfd *abfd)
 
static void mips_sde_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 
void _initialize_mips_sde_tdep (void)
 

Variables

static const struct frame_unwind mips_sde_frame_unwind
 
static const struct frame_base mips_sde_frame_base
 
initialize_file_ftype _initialize_mips_sde_tdep
 

Function Documentation

void _initialize_mips_sde_tdep ( void  )
static void mips_sde_elf_osabi_sniff_abi_tag_sections ( bfd *  abfd,
asection *  sect,
void *  obj 
)
static

Definition at line 205 of file mips-sde-tdep.c.

References GDB_OSABI_SDE, name, and startswith().

Referenced by mips_sde_elf_osabi_sniffer().

static enum gdb_osabi mips_sde_elf_osabi_sniffer ( bfd *  abfd)
static
static CORE_ADDR mips_sde_frame_base_address ( struct frame_info this_frame,
void **  this_cache 
)
static

Definition at line 179 of file mips-sde-tdep.c.

References mips_sde_frame_cache(), and trad_frame_get_this_base().

static const struct frame_base* mips_sde_frame_base_sniffer ( struct frame_info this_frame)
static

Definition at line 196 of file mips-sde-tdep.c.

References mips_sde_frame_base, and mips_sde_frame_sniffer().

Referenced by mips_sde_init_abi().

static struct trad_frame_cache* mips_sde_frame_cache ( struct frame_info this_frame,
void **  this_cache 
)
static
static struct value* mips_sde_frame_prev_register ( struct frame_info this_frame,
void **  this_cache,
int  prev_regnum 
)
static

Definition at line 137 of file mips-sde-tdep.c.

References mips_sde_frame_cache(), and trad_frame_get_register().

static int mips_sde_frame_sniffer ( const struct frame_unwind self,
struct frame_info this_frame,
void **  this_cache 
)
static

Definition at line 150 of file mips-sde-tdep.c.

References find_pc_partial_function(), get_frame_pc(), and name.

Referenced by mips_sde_frame_base_sniffer().

static void mips_sde_frame_this_id ( struct frame_info this_frame,
void **  this_cache,
struct frame_id this_id 
)
static

Definition at line 125 of file mips-sde-tdep.c.

References mips_sde_frame_cache(), and trad_frame_get_id().

static void mips_sde_init_abi ( struct gdbarch_info  info,
struct gdbarch gdbarch 
)
static

Variable Documentation

initialize_file_ftype _initialize_mips_sde_tdep
const struct frame_base mips_sde_frame_base
static
Initial value:
=
{
mips_sde_frame_base_address
}
static CORE_ADDR mips_sde_frame_base_address(struct frame_info *this_frame, void **this_cache)
static const struct frame_unwind mips_sde_frame_unwind

Definition at line 187 of file mips-sde-tdep.c.

Referenced by mips_sde_frame_base_sniffer().

const struct frame_unwind mips_sde_frame_unwind
static
Initial value:
=
{
NULL,
}
static struct value * mips_sde_frame_prev_register(struct frame_info *this_frame, void **this_cache, int prev_regnum)
static void mips_sde_frame_this_id(struct frame_info *this_frame, void **this_cache, struct frame_id *this_id)
enum unwind_stop_reason default_frame_unwind_stop_reason(struct frame_info *this_frame, void **this_cache)
Definition: frame-unwind.c:180
static int mips_sde_frame_sniffer(const struct frame_unwind *self, struct frame_info *this_frame, void **this_cache)

Definition at line 165 of file mips-sde-tdep.c.