Searched refs:m_framelist (Results 1 – 2 of 2) sorted by relevance
30 : Thread(process, tid, true), m_framelist_mutex(), m_framelist(), in HistoryThread()67 if (m_framelist.get() == nullptr) { in GetStackFrameList()68 m_framelist = in GetStackFrameList()72 return m_framelist; in GetStackFrameList()
80 lldb::StackFrameListSP m_framelist; variable