Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DStackFrameList.cpp43 const lldb::StackFrameListSP &prev_frames_sp, in StackFrameList() argument
47 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()
/external/lldb/include/lldb/Target/
DStackFrameList.h31 const lldb::StackFrameListSP &prev_frames_sp,