Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp36 const lldb::StackFrameListSP &prev_frames_sp, in StackFrameList() argument
38 : m_thread(thread), m_prev_frames_sp(prev_frames_sp), m_mutex(), m_frames(), in StackFrameList()
43 if (prev_frames_sp) { in StackFrameList()
44 m_current_inlined_depth = prev_frames_sp->m_current_inlined_depth; in StackFrameList()
45 m_current_inlined_pc = prev_frames_sp->m_current_inlined_pc; in StackFrameList()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h23 StackFrameList(Thread &thread, const lldb::StackFrameListSP &prev_frames_sp,