Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTrace.h164 GetThreadTraceStartCommand(CommandInterpreter &interpreter) = 0;
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp2056 return trace.GetThreadTraceStartCommand(m_interpreter); in GetDelegateCommand()