Searched refs:prev_frames_sp (Results 1 – 2 of 2) sorted by relevance
43 const lldb::StackFrameListSP &prev_frames_sp, in StackFrameList() argument47 m_prev_frames_sp (prev_frames_sp), in StackFrameList()56 if (prev_frames_sp) in StackFrameList()58 m_current_inlined_depth = prev_frames_sp->m_current_inlined_depth; in StackFrameList()59 m_current_inlined_pc = prev_frames_sp->m_current_inlined_pc; in StackFrameList()
31 const lldb::StackFrameListSP &prev_frames_sp,