GDB (xrefs)
Classes | Functions
/home/stan/gdb/src/gdb/trad-frame.h File Reference
#include "frame.h"

Go to the source code of this file.

Classes

struct  trad_frame_saved_reg

Functions

struct trad_frame_cachetrad_frame_cache_zalloc (struct frame_info *)
void trad_frame_set_id (struct trad_frame_cache *this_trad_cache, struct frame_id this_id)
void trad_frame_get_id (struct trad_frame_cache *this_trad_cache, struct frame_id *this_id)
void trad_frame_set_this_base (struct trad_frame_cache *this_trad_cache, CORE_ADDR this_base)
CORE_ADDR trad_frame_get_this_base (struct trad_frame_cache *this_trad_cache)
void trad_frame_set_reg_realreg (struct trad_frame_cache *this_trad_cache, int regnum, int realreg)
void trad_frame_set_reg_unknown (struct trad_frame_cache *this_trad_cache, int regnum, CORE_ADDR addr)
void trad_frame_set_reg_addr (struct trad_frame_cache *this_trad_cache, int regnum, CORE_ADDR addr)
void trad_frame_set_reg_value (struct trad_frame_cache *this_cache, int regnum, LONGEST val)
struct valuetrad_frame_get_register (struct trad_frame_cache *this_trad_cache, struct frame_info *this_frame, int regnum)
void trad_frame_set_value (struct trad_frame_saved_reg this_saved_regs[], int regnum, LONGEST val)
void trad_frame_set_unknown (struct trad_frame_saved_reg this_saved_regs[], int regnum)
int trad_frame_value_p (struct trad_frame_saved_reg this_saved_regs[], int regnum)
int trad_frame_addr_p (struct trad_frame_saved_reg this_saved_regs[], int regnum)
int trad_frame_realreg_p (struct trad_frame_saved_reg this_saved_regs[], int regnum)
struct trad_frame_saved_regtrad_frame_alloc_saved_regs (struct frame_info *)
struct valuetrad_frame_get_prev_register (struct frame_info *this_frame, struct trad_frame_saved_reg this_saved_regs[], int regnum)

Function Documentation

int trad_frame_addr_p ( struct trad_frame_saved_reg  this_saved_regs[],
int  regnum 
)
struct trad_frame_cache* trad_frame_cache_zalloc ( struct frame_info ) [read]
void trad_frame_get_id ( struct trad_frame_cache this_trad_cache,
struct frame_id this_id 
)
struct value* trad_frame_get_prev_register ( struct frame_info this_frame,
struct trad_frame_saved_reg  this_saved_regs[],
int  regnum 
) [read]
struct value* trad_frame_get_register ( struct trad_frame_cache this_trad_cache,
struct frame_info this_frame,
int  regnum 
) [read]
CORE_ADDR trad_frame_get_this_base ( struct trad_frame_cache this_trad_cache)
int trad_frame_realreg_p ( struct trad_frame_saved_reg  this_saved_regs[],
int  regnum 
)
void trad_frame_set_id ( struct trad_frame_cache this_trad_cache,
struct frame_id  this_id 
)
void trad_frame_set_reg_addr ( struct trad_frame_cache this_trad_cache,
int  regnum,
CORE_ADDR  addr 
)
void trad_frame_set_reg_realreg ( struct trad_frame_cache this_trad_cache,
int  regnum,
int  realreg 
)
void trad_frame_set_reg_unknown ( struct trad_frame_cache this_trad_cache,
int  regnum,
CORE_ADDR  addr 
)
void trad_frame_set_reg_value ( struct trad_frame_cache this_cache,
int  regnum,
LONGEST  val 
)
void trad_frame_set_this_base ( struct trad_frame_cache this_trad_cache,
CORE_ADDR  this_base 
)

Definition at line 178 of file trad-frame.c.

References trad_frame_cache::this_base.

Referenced by mips_stub_frame_cache(), and nios2_stub_frame_cache().

void trad_frame_set_unknown ( struct trad_frame_saved_reg  this_saved_regs[],
int  regnum 
)
void trad_frame_set_value ( struct trad_frame_saved_reg  this_saved_regs[],
int  regnum,
LONGEST  val 
)
int trad_frame_value_p ( struct trad_frame_saved_reg  this_saved_regs[],
int  regnum 
)

Definition at line 71 of file trad-frame.c.

References trad_frame_saved_reg::realreg, and TF_REG_VALUE.

Referenced by trad_frame_get_prev_register().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines