Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTrace.cpp101 if (!m_live_process) in Start()
104 return m_live_process->TraceStart(request); in Start()
108 if (!m_live_process) in Stop()
111 return m_live_process->TraceStop( in Stop()
116 if (!m_live_process) in Stop()
119 return m_live_process->TraceStop( in Stop()
124 if (!m_live_process) in GetLiveProcessState()
151 if (!m_live_process) in GetLiveThreadBinaryData()
164 return m_live_process->TraceGetBinaryData(request); in GetLiveThreadBinaryData()
169 if (!m_live_process) in GetLiveProcessBinaryData()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h263 Trace(Process &live_process) : m_live_process(&live_process) {} in Trace()
300 Process *m_live_process = nullptr; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp202 *m_live_process->GetThreadList().FindThreadByID(thread_state.tid); in DoRefreshLiveProcessState()