GDB (xrefs)
Classes | Macros | Enumerations | Functions | Variables
/tmp/gdb-8.1/gdb/moxie-tdep.c File Reference
#include "defs.h"
#include "frame.h"
#include "frame-unwind.h"
#include "frame-base.h"
#include "symtab.h"
#include "gdbtypes.h"
#include "gdbcmd.h"
#include "gdbcore.h"
#include "value.h"
#include "inferior.h"
#include "symfile.h"
#include "objfiles.h"
#include "osabi.h"
#include "language.h"
#include "arch-utils.h"
#include "regcache.h"
#include "trad-frame.h"
#include "dis-asm.h"
#include "record.h"
#include "record-full.h"
#include "moxie-tdep.h"
#include <algorithm>

Go to the source code of this file.

Classes

struct  moxie_frame_cache
 
struct  moxie_unwind_cache
 

Macros

#define INST2OFFSET(o)   ((((signed short)((o & ((1<<10)-1))<<6))>>6)<<1)
 

Enumerations

enum  { REG_UNAVAIL = (CORE_ADDR) -1 }
 

Functions

static CORE_ADDR moxie_frame_align (struct gdbarch *gdbarch, CORE_ADDR sp)
 
typedef BP_MANIPULATION (moxie_break_insn)
 
static const char * moxie_register_name (struct gdbarch *gdbarch, int reg_nr)
 
static struct typemoxie_register_type (struct gdbarch *gdbarch, int reg_nr)
 
static void moxie_store_return_value (struct type *type, struct regcache *regcache, const gdb_byte *valbuf)
 
static CORE_ADDR moxie_analyze_prologue (CORE_ADDR start_addr, CORE_ADDR end_addr, struct moxie_frame_cache *cache, struct gdbarch *gdbarch)
 
static CORE_ADDR moxie_skip_prologue (struct gdbarch *gdbarch, CORE_ADDR pc)
 
static ULONGEST moxie_process_readu (CORE_ADDR addr, gdb_byte *buf, int length, enum bfd_endian byte_order)
 
static std::vector< CORE_ADDRmoxie_software_single_step (struct regcache *regcache)
 
static CORE_ADDR moxie_read_pc (struct regcache *regcache)
 
static void moxie_write_pc (struct regcache *regcache, CORE_ADDR val)
 
static CORE_ADDR moxie_unwind_sp (struct gdbarch *gdbarch, struct frame_info *next_frame)
 
static void moxie_extract_return_value (struct type *type, struct regcache *regcache, gdb_byte *dst)
 
static enum return_value_convention moxie_return_value (struct gdbarch *gdbarch, struct value *function, struct type *valtype, struct regcache *regcache, gdb_byte *readbuf, const gdb_byte *writebuf)
 
static struct moxie_frame_cachemoxie_alloc_frame_cache (void)
 
static struct moxie_frame_cachemoxie_frame_cache (struct frame_info *this_frame, void **this_cache)
 
static CORE_ADDR moxie_unwind_pc (struct gdbarch *gdbarch, struct frame_info *next_frame)
 
static void moxie_frame_this_id (struct frame_info *this_frame, void **this_prologue_cache, struct frame_id *this_id)
 
static struct valuemoxie_frame_prev_register (struct frame_info *this_frame, void **this_prologue_cache, int regnum)
 
static CORE_ADDR moxie_frame_base_address (struct frame_info *this_frame, void **this_cache)
 
static struct frame_id moxie_dummy_id (struct gdbarch *gdbarch, struct frame_info *this_frame)
 
static int moxie_process_record (struct gdbarch *gdbarch, struct regcache *regcache, CORE_ADDR addr)
 
static struct gdbarchmoxie_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
 
void _initialize_moxie_tdep (void)
 

Variables

constexpr gdb_byte moxie_break_insn [] = { 0x35, 0x00 }
 
static const struct frame_unwind moxie_frame_unwind
 
static const struct frame_base moxie_frame_base
 

Macro Definition Documentation

◆ INST2OFFSET

#define INST2OFFSET (   o)    ((((signed short)((o & ((1<<10)-1))<<6))>>6)<<1)

Definition at line 294 of file moxie-tdep.c.

Referenced by moxie_software_single_step().

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
REG_UNAVAIL 

Definition at line 45 of file moxie-tdep.c.

Function Documentation

◆ _initialize_moxie_tdep()

void _initialize_moxie_tdep ( void  )

Definition at line 1162 of file moxie-tdep.c.

References moxie_gdbarch_init(), and register_gdbarch_init().

◆ BP_MANIPULATION()

typedef BP_MANIPULATION ( moxie_break_insn  )

Definition at line 69 of file moxie-tdep.c.

◆ moxie_alloc_frame_cache()

static struct moxie_frame_cache* moxie_alloc_frame_cache ( void  )
static

◆ moxie_analyze_prologue()

static CORE_ADDR moxie_analyze_prologue ( CORE_ADDR  start_addr,
CORE_ADDR  end_addr,
struct moxie_frame_cache cache,
struct gdbarch gdbarch 
)
static

◆ moxie_dummy_id()

static struct frame_id moxie_dummy_id ( struct gdbarch gdbarch,
struct frame_info this_frame 
)
static

◆ moxie_extract_return_value()

static void moxie_extract_return_value ( struct type type,
struct regcache regcache,
gdb_byte dst 
)
static

◆ moxie_frame_align()

static CORE_ADDR moxie_frame_align ( struct gdbarch gdbarch,
CORE_ADDR  sp 
)
static

Definition at line 60 of file moxie-tdep.c.

Referenced by moxie_gdbarch_init().

◆ moxie_frame_base_address()

static CORE_ADDR moxie_frame_base_address ( struct frame_info this_frame,
void **  this_cache 
)
static

Definition at line 637 of file moxie-tdep.c.

References moxie_frame_cache::base, and moxie_frame_cache().

◆ moxie_frame_cache()

static struct moxie_frame_cache* moxie_frame_cache ( struct frame_info this_frame,
void **  this_cache 
)
static

◆ moxie_frame_prev_register()

static struct value* moxie_frame_prev_register ( struct frame_info this_frame,
void **  this_prologue_cache,
int  regnum 
)
static

◆ moxie_frame_this_id()

static void moxie_frame_this_id ( struct frame_info this_frame,
void **  this_prologue_cache,
struct frame_id this_id 
)
static

◆ moxie_gdbarch_init()

static struct gdbarch* moxie_gdbarch_init ( struct gdbarch_info  info,
struct gdbarch_list arches 
)
static

◆ moxie_process_readu()

static ULONGEST moxie_process_readu ( CORE_ADDR  addr,
gdb_byte buf,
int  length,
enum bfd_endian  byte_order 
)
static

◆ moxie_process_record()

static int moxie_process_record ( struct gdbarch gdbarch,
struct regcache regcache,
CORE_ADDR  addr 
)
static

◆ moxie_read_pc()

static CORE_ADDR moxie_read_pc ( struct regcache regcache)
static

Definition at line 454 of file moxie-tdep.c.

References MOXIE_PC_REGNUM, and regcache_cooked_read_unsigned().

Referenced by moxie_gdbarch_init().

◆ moxie_register_name()

static const char* moxie_register_name ( struct gdbarch gdbarch,
int  reg_nr 
)
static

Definition at line 82 of file moxie-tdep.c.

References MOXIE_NUM_REGS.

Referenced by moxie_gdbarch_init().

◆ moxie_register_type()

static struct type* moxie_register_type ( struct gdbarch gdbarch,
int  reg_nr 
)
static

◆ moxie_return_value()

static enum return_value_convention moxie_return_value ( struct gdbarch gdbarch,
struct value function,
struct type valtype,
struct regcache regcache,
gdb_byte readbuf,
const gdb_byte writebuf 
)
static

◆ moxie_skip_prologue()

static CORE_ADDR moxie_skip_prologue ( struct gdbarch gdbarch,
CORE_ADDR  pc 
)
static

◆ moxie_software_single_step()

static std::vector<CORE_ADDR> moxie_software_single_step ( struct regcache regcache)
static

◆ moxie_store_return_value()

static void moxie_store_return_value ( struct type type,
struct regcache regcache,
const gdb_byte valbuf 
)
static

◆ moxie_unwind_pc()

static CORE_ADDR moxie_unwind_pc ( struct gdbarch gdbarch,
struct frame_info next_frame 
)
static

Definition at line 582 of file moxie-tdep.c.

References frame_unwind_register_unsigned(), and MOXIE_PC_REGNUM.

Referenced by moxie_gdbarch_init().

◆ moxie_unwind_sp()

static CORE_ADDR moxie_unwind_sp ( struct gdbarch gdbarch,
struct frame_info next_frame 
)
static

Definition at line 473 of file moxie-tdep.c.

References frame_unwind_register_unsigned(), and MOXIE_SP_REGNUM.

Referenced by moxie_gdbarch_init().

◆ moxie_write_pc()

static void moxie_write_pc ( struct regcache regcache,
CORE_ADDR  val 
)
static

Definition at line 465 of file moxie-tdep.c.

References MOXIE_PC_REGNUM, and regcache_cooked_write_unsigned().

Referenced by moxie_gdbarch_init().

Variable Documentation

◆ moxie_break_insn

constexpr gdb_byte moxie_break_insn[] = { 0x35, 0x00 }

Definition at line 67 of file moxie-tdep.c.

◆ moxie_frame_base

const struct frame_base moxie_frame_base
static
Initial value:
= {
}
static const struct frame_unwind moxie_frame_unwind
Definition: moxie-tdep.c:625
static CORE_ADDR moxie_frame_base_address(struct frame_info *this_frame, void **this_cache)
Definition: moxie-tdep.c:637

Definition at line 645 of file moxie-tdep.c.

Referenced by moxie_gdbarch_init().

◆ moxie_frame_unwind

const struct frame_unwind moxie_frame_unwind
static
Initial value:
= {
NULL,
}
static void moxie_frame_this_id(struct frame_info *this_frame, void **this_prologue_cache, struct frame_id *this_id)
Definition: moxie-tdep.c:591
static struct value * moxie_frame_prev_register(struct frame_info *this_frame, void **this_prologue_cache, int regnum)
Definition: moxie-tdep.c:607
int default_frame_sniffer(const struct frame_unwind *self, struct frame_info *this_frame, void **this_prologue_cache)
Definition: frame-unwind.c:174
enum unwind_stop_reason default_frame_unwind_stop_reason(struct frame_info *this_frame, void **this_cache)
Definition: frame-unwind.c:184

Definition at line 625 of file moxie-tdep.c.

Referenced by moxie_gdbarch_init().