Searched defs:prev_frames_sp (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Target/
H A DStackFrameList.cpp43 const lldb::StackFrameListSP &prev_frames_sp,
47 m_prev_frames_sp (prev_frames_sp),
56 if (prev_frames_sp)
58 m_current_inlined_depth = prev_frames_sp->m_current_inlined_depth;
59 m_current_inlined_pc = prev_frames_sp->m_current_inlined_pc;
40 StackFrameList( Thread &thread, const lldb::StackFrameListSP &prev_frames_sp, bool show_inline_frames ) argument

Completed in 134 milliseconds