Home
last modified time | relevance | path

Searched refs:CreateNewCursor (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp84 Expected<TraceCursorUP> cursor = trace_sp->CreateNewCursor(*thread); in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.h74 llvm::Expected<lldb::TraceCursorUP> CreateNewCursor(Thread &thread) override;
H A DTraceIntelPT.cpp180 TraceIntelPT::CreateNewCursor(Thread &thread) { in CreateNewCursor() function in TraceIntelPT
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTrace.h175 CreateNewCursor(Thread &thread) = 0;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp2273 m_exe_ctx.GetTargetSP()->GetTrace()->CreateNewCursor(*thread_sp); in DoExecute()