GDB (API)
|
#include "defs.h"
#include "frame.h"
#include "frame-unwind.h"
#include "frame-base.h"
#include "symtab.h"
#include "gdbcore.h"
#include "block.h"
#include "gdb_assert.h"
#include "gdb_string.h"
#include "trad-frame.h"
#include "alpha-tdep.h"
#include "mdebugread.h"
Go to the source code of this file.
Defines | |
#define | PROC_LOW_ADDR(proc) ((proc)->pdr.adr) |
#define | PROC_FRAME_OFFSET(proc) ((proc)->pdr.frameoffset) |
#define | PROC_FRAME_REG(proc) ((proc)->pdr.framereg) |
#define | PROC_REG_MASK(proc) ((proc)->pdr.regmask) |
#define | PROC_FREG_MASK(proc) ((proc)->pdr.fregmask) |
#define | PROC_REG_OFFSET(proc) ((proc)->pdr.regoffset) |
#define | PROC_FREG_OFFSET(proc) ((proc)->pdr.fregoffset) |
#define | PROC_PC_REG(proc) ((proc)->pdr.pcreg) |
#define | PROC_LOCALOFF(proc) ((proc)->pdr.localoff) |
Functions | |
void | alpha_mdebug_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) |
#define PROC_FRAME_OFFSET | ( | proc | ) | ((proc)->pdr.frameoffset) |
Definition at line 81 of file alpha-mdebug-tdep.c.
#define PROC_FRAME_REG | ( | proc | ) | ((proc)->pdr.framereg) |
Definition at line 82 of file alpha-mdebug-tdep.c.
#define PROC_FREG_MASK | ( | proc | ) | ((proc)->pdr.fregmask) |
Definition at line 84 of file alpha-mdebug-tdep.c.
#define PROC_FREG_OFFSET | ( | proc | ) | ((proc)->pdr.fregoffset) |
Definition at line 86 of file alpha-mdebug-tdep.c.
#define PROC_LOCALOFF | ( | proc | ) | ((proc)->pdr.localoff) |
Definition at line 88 of file alpha-mdebug-tdep.c.
#define PROC_LOW_ADDR | ( | proc | ) | ((proc)->pdr.adr) |
Definition at line 80 of file alpha-mdebug-tdep.c.
#define PROC_PC_REG | ( | proc | ) | ((proc)->pdr.pcreg) |
Definition at line 87 of file alpha-mdebug-tdep.c.
#define PROC_REG_MASK | ( | proc | ) | ((proc)->pdr.regmask) |
Definition at line 83 of file alpha-mdebug-tdep.c.
#define PROC_REG_OFFSET | ( | proc | ) | ((proc)->pdr.regoffset) |
Definition at line 85 of file alpha-mdebug-tdep.c.
void alpha_mdebug_init_abi | ( | struct gdbarch_info | info, |
struct gdbarch * | gdbarch | ||
) |
Definition at line 404 of file alpha-mdebug-tdep.c.