Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.h235 TraceIntelPT(Process &live_process) in TraceIntelPT() argument
236 : Trace(live_process), trace_mode(TraceMode::UserMode){}; in TraceIntelPT()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h483 Trace(Process &live_process) : m_live_process(&live_process) {} in Trace() argument