Searched refs:youngest_frame_sp (Results 1 – 1 of 1) sorted by relevance
1526 StackFrameSP youngest_frame_sp = thread->GetStackFrameAtIndex(0); in ReturnFromFrame() local1527 if (youngest_frame_sp) { in ReturnFromFrame()1528 lldb::RegisterContextSP reg_ctx_sp(youngest_frame_sp->GetRegisterContext()); in ReturnFromFrame()