Searched refs:stack_frame (Results 1 – 2 of 2) sorted by relevance
54 STACKFRAME64 stack_frame; in UnwindSlow() local55 memset(&stack_frame, 0, sizeof(stack_frame)); in UnwindSlow()63 stack_frame.AddrPC.Offset = ctx.Pc; in UnwindSlow()64 stack_frame.AddrFrame.Offset = ctx.Fp; in UnwindSlow()65 stack_frame.AddrStack.Offset = ctx.Sp; in UnwindSlow()68 stack_frame.AddrPC.Offset = ctx.Rip; in UnwindSlow()69 stack_frame.AddrFrame.Offset = ctx.Rbp; in UnwindSlow()70 stack_frame.AddrStack.Offset = ctx.Rsp; in UnwindSlow()74 stack_frame.AddrPC.Offset = ctx.Eip; in UnwindSlow()75 stack_frame.AddrFrame.Offset = ctx.Ebp; in UnwindSlow()[all …]
275 stack_frame = stack_frames[idx]276 self._debugger.CurrentStackFrame = stack_frame.raw