Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DTrace.cpp154 if (!m_live_process) in Start()
162 if (!m_live_process) in Stop()
170 if (!m_live_process) in Stop()
178 if (!m_live_process) in GetLiveProcessState()
205 if (!m_live_process) in GetLiveTraceBinaryData()
245 if (!m_live_process) in GetLiveCpuBinaryData()
280 if (!m_live_process) in RefreshLiveProcessState()
470 if (m_live_process) in OnThreadBinaryDataRead()
503 if (m_live_process) in OnCpuBinaryDataRead()
523 if (m_live_process) in GetTracedProcesses()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTrace.h482 Trace(Process &live_process) : m_live_process(&live_process) {} in Trace()
540 Process *m_live_process = nullptr; variable