| 80 | struct db_variable *db_eregs = db_regs + nitems(db_regs); |
| 81 | |
| 82 | static __inline int |
| 83 | get_esp(struct trapframe *tf) |
| 84 | { |
| 85 | return (TF_HAS_STACKREGS(tf) ? tf->tf_esp : (intptr_t)&tf->tf_esp); |
| 86 | } |
| 87 | |
| 88 | static int |
| 89 | db_frame(struct db_variable *vp, db_expr_t *valuep, int op) |
no outgoing calls
no test coverage detected