Searched refs:mdb_amd64_step_out (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/mdb/intel/mdb/ |
H A D | mdb_isautil.h | 42 #define mdb_isa_step_out mdb_amd64_step_out
|
H A D | mdb_amd64util.h | 44 extern int mdb_amd64_step_out(mdb_tgt_t *, uintptr_t *, kreg_t, kreg_t, kreg_t,
|
H A D | mdb_amd64util.c | 414 mdb_amd64_step_out(mdb_tgt_t *t, uintptr_t *p, kreg_t pc, kreg_t fp, kreg_t sp, in mdb_amd64_step_out() function
|
H A D | proc_amd64dep.c | 624 return (mdb_amd64_step_out(t, p, psp->pr_reg[EIP], psp->pr_reg[EBP], in pt_step_out()
|