Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp156 if (!m_live_process) in Start()
164 if (!m_live_process) in Stop()
172 if (!m_live_process) in Stop()
180 if (!m_live_process) in GetLiveProcessState()
208 if (!m_live_process) in GetLiveTraceBinaryData()
248 if (!m_live_process) in GetLiveCpuBinaryData()
284 if (!m_live_process) in RefreshLiveProcessState()
474 if (m_live_process) in OnThreadBinaryDataRead()
507 if (m_live_process) in OnCpuBinaryDataRead()
527 if (m_live_process) in GetTracedProcesses()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h483 Trace(Process &live_process) : m_live_process(&live_process) {} in Trace()
541 Process *m_live_process = nullptr; variable