unwind_frame
initunwindframe(struct unwind_frame *uwf, struct trapframe *tf)
rewindframe(struct unwind_frame *uwf, db_addr_t ip)
initunwindframe(struct unwind_frame *uwf, struct trapframe *tf);
rewindframe(struct unwind_frame *uwf, db_addr_t ip);
struct unwind_frame current_frame;
struct unwind_frame *uwf = ¤t_frame;
updateregs(struct unwind_frame *uwf, struct staterecord *srec,
patchunwindframe(struct unwind_frame *uwf, uint64_t iprel, uint64_t relocoffset)
void patchunwindframe(struct unwind_frame *, uint64_t, uint64_t);
void updateregs(struct unwind_frame *uwf, struct staterecord *, uint64_t);