Home
last modified time | relevance | path

Searched refs:pending_frame (Results 1 – 1 of 1) sorted by relevance

/scripts/
A Dzircon.elf-gdb.py594 def __call__(self, pending_frame): argument
601 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