Home
last modified time | relevance | path

Searched refs:GetThreadTraceStartCommand (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.h88 GetThreadTraceStartCommand(CommandInterpreter &interpreter) override;
H A DTraceIntelPT.cpp38 TraceIntelPT::GetThreadTraceStartCommand(CommandInterpreter &interpreter) { in GetThreadTraceStartCommand() function in TraceIntelPT
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/
H A DTrace.h164 GetThreadTraceStartCommand(CommandInterpreter &interpreter) = 0;
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp2047 return trace.GetThreadTraceStartCommand(m_interpreter); in DoExecute()