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