Searched refs:pending_frame (Results 1 – 1 of 1) sorted by relevance
594 def __call__(self, pending_frame): argument601 pc = pending_frame.read_register("rip").cast(self.uintptr_t) 605 sp = pending_frame.read_register("rsp").cast(self.uintptr_t)612 unwind_info = pending_frame.create_unwind_info(frame_id)
Completed in 4 milliseconds