Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp132 auto it = m_live_thread_data.find(tid); in GetLiveThreadBinaryDataSize()
133 if (it == m_live_thread_data.end()) in GetLiveThreadBinaryDataSize()
192 m_live_thread_data.clear(); in RefreshLiveProcessState()
209 m_live_thread_data[thread_state.tid][item.kind] = item.size; in RefreshLiveProcessState()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h303 m_live_thread_data; variable