Home
last modified time | relevance | path

Searched refs:TraceCursorSP (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTraceDumper.h221 TracedSegment(const lldb::TraceCursorSP &cursor_sp, in TracedSegment()
256 void AppendInsn(const lldb::TraceCursorSP &cursor_sp,
266 FunctionCall &CreateNestedCall(const lldb::TraceCursorSP &cursor_sp,
318 FunctionCall(const lldb::TraceCursorSP &cursor_sp,
328 void AppendSegment(const lldb::TraceCursorSP &cursor_sp,
403 TraceDumper(lldb::TraceCursorSP cursor_sp, Stream &s,
427 lldb::TraceCursorSP m_cursor_sp;
H A DTrace.h173 /// A \a TraceCursorSP. If the thread is not traced or its trace
175 virtual llvm::Expected<lldb::TraceCursorSP>
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTraceCursor.h172 SBTraceCursor(lldb::TraceCursorSP trace_cursor_sp);
174 lldb::TraceCursorSP m_opaque_sp;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp441 TraceDumper::TraceDumper(lldb::TraceCursorSP cursor_sp, Stream &s, in TraceDumper()
591 const TraceCursorSP &cursor_sp, in AppendInsn()
620 const TraceCursorSP &cursor_sp, in CreateNestedCall()
644 const TraceCursorSP &cursor_sp, in FunctionCall()
651 const TraceCursorSP &cursor_sp, in AppendSegment()
713 const TraceDumper::SymbolInfo &symbol_info, const TraceCursorSP &cursor_sp, in AppendReturnedInstructionToFunctionCallForest()
773 const TraceDumper::SymbolInfo &symbol_info, const TraceCursorSP &cursor_sp, in AppendInstructionToFunctionCallForest()
860 TraceDumper::FunctionCall *last_function_call, TraceCursorSP &cursor_sp, in AppendErrorToFunctionCallForest()
874 CreateFunctionCallForest(TraceCursorSP &cursor_sp, in CreateFunctionCallForest()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTraceCursor.cpp20 SBTraceCursor::SBTraceCursor(TraceCursorSP trace_cursor_sp) in SBTraceCursor()
H A DSBTrace.cpp58 if (llvm::Expected<lldb::TraceCursorSP> trace_cursor_sp = in CreateNewCursor()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/
H A DCommandObjectThreadTraceExportCTF.cpp83 Expected<TraceCursorSP> cursor = trace_sp->CreateNewCursor(*thread); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPT.h92 llvm::Expected<lldb::TraceCursorSP> CreateNewCursor(Thread &thread) override;
H A DTraceIntelPT.cpp228 llvm::Expected<lldb::TraceCursorSP>
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp2182 llvm::Expected<TraceCursorSP> cursor_or_error = in DoExecute()
2189 TraceCursorSP &cursor_sp = *cursor_or_error; in DoExecute()
2371 llvm::Expected<TraceCursorSP> cursor_or_error = in DoExecute()
2378 TraceCursorSP &cursor_sp = *cursor_or_error; in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h455 typedef std::shared_ptr<lldb_private::TraceCursor> TraceCursorSP; typedef