db_trace.c | 75 struct unwind_frame current_frame; local in function:db_stack_trace_print 96 initunwindframe(¤t_frame, tf); 99 struct unwind_frame *uwf = ¤t_frame; 103 patchunwindframe(¤t_frame, ip - kernstart, kernstart); 114 ip = current_frame.rp; 118 rewindframe(¤t_frame, ip);
|