Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DTrace.cpp353 Process *Trace::GetLiveProcess() { return m_live_process; } in GetLiveProcess() function in Trace
360 if (Process *proc = GetLiveProcess()) in GetAllProcesses()
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.cpp420 if (GetLiveProcess()) in GetRawTraceSize()
522 GetLiveProcess()->GetThreadList().FindThreadByID(thread_state.tid); in DoRefreshLiveProcessState()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTrace.h339 Process *GetLiveProcess();