Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp39 const lldb::StackFrameListSP &prev_frames_sp, in StackFrameList() argument
41 : m_thread(thread), m_prev_frames_sp(prev_frames_sp), m_mutex(), m_frames(), in StackFrameList()
46 if (prev_frames_sp) { in StackFrameList()
47 m_current_inlined_depth = prev_frames_sp->m_current_inlined_depth; in StackFrameList()
48 m_current_inlined_pc = prev_frames_sp->m_current_inlined_pc; in StackFrameList()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h25 StackFrameList(Thread &thread, const lldb::StackFrameListSP &prev_frames_sp,