db_variable
struct db_variable *db_eregs = db_regs + nitems(db_regs);
struct db_variable db_regs[] = {
struct db_variable db_regs[] = {
struct db_variable * db_eregs = db_regs + nitems(db_regs);
db_access_abt_sp(struct db_variable *vp, db_expr_t *valp, int rw)
db_access_irq_sp(struct db_variable *vp, db_expr_t *valp, int rw)
int db_access_und_sp (struct db_variable *, db_expr_t *, int);
int db_access_abt_sp (struct db_variable *, db_expr_t *, int);
int db_access_irq_sp (struct db_variable *, db_expr_t *, int);
struct db_variable db_regs[] = {
struct db_variable * db_eregs = db_regs + nitems(db_regs);
db_access_und_sp(struct db_variable *vp, db_expr_t *valp, int rw)
struct db_variable * db_eregs = db_regs + nitems(db_regs);
struct db_variable db_regs[] = {
struct db_variable *db_eregs = db_regs + nitems(db_regs);
struct db_variable db_regs[] = {
struct db_variable db_regs[] = {
struct db_variable *db_eregs = db_regs + nitems(db_regs);
struct db_variable *db_eregs = db_regs + nitems(db_regs);
struct db_variable db_regs[] = {
struct db_variable *db_eregs = db_regs + nitems(db_regs);
struct db_variable db_regs[] = {
struct db_variable db_regs[] = {
struct db_variable *db_eregs = db_regs + nitems(db_regs);
struct db_variable db_regs[] = {
struct db_variable *db_eregs = db_regs + nitems(db_regs);
struct db_variable *db_eregs = db_regs + nitems(db_regs);
struct db_variable db_regs[] = {
struct db_variable db_regs[] = {
struct db_variable *db_eregs = db_regs + nitems(db_regs);
db__short_value(struct db_variable *var, db_expr_t *expr, int mode)
struct db_variable db_regs[] = {
struct db_variable *db_eregs = db_regs + nitems(db_regs);
db__char_value(struct db_variable *var, db_expr_t *expr, int mode)
struct db_variable *regp;
db_read_variable(struct db_variable *vp, db_expr_t *valuep)
int (*func)(struct db_variable *, db_expr_t *, int) = vp->fcn;
db_write_variable(struct db_variable *vp, db_expr_t *valuep)
int (*func)(struct db_variable *, db_expr_t *, int) = vp->fcn;
struct db_variable *vp;
db_var_rw_int(struct db_variable *var, db_expr_t *expr, int mode)
struct db_variable db_vars[] = {
struct db_variable *db_evars = db_vars + nitems(db_vars);
db_find_variable(struct db_variable **varp)
struct db_variable *vp;
struct db_variable *vp;
struct db_variable *vp;
int (*fcn)(struct db_variable *, db_expr_t *, int);
#define FCN_NULL ((int (*)(struct db_variable *, db_expr_t *, int))0)
extern struct db_variable db_vars[]; /* debugger variables */
extern struct db_variable *db_evars;
extern struct db_variable db_regs[]; /* machine registers */
extern struct db_variable *db_eregs;
int db_find_variable(struct db_variable **);
void db_read_variable(struct db_variable *, db_expr_t *);
void db_write_variable(struct db_variable *, db_expr_t *);
int db_var_rw_int(struct db_variable *, db_expr_t *, int);