Searched refs:TraceCursorSP (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | TraceDumper.h | 221 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 D | Trace.h | 173 /// 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 D | SBTraceCursor.h | 172 SBTraceCursor(lldb::TraceCursorSP trace_cursor_sp); 174 lldb::TraceCursorSP m_opaque_sp;
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TraceDumper.cpp | 441 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 D | SBTraceCursor.cpp | 20 SBTraceCursor::SBTraceCursor(TraceCursorSP trace_cursor_sp) in SBTraceCursor()
|
H A D | SBTrace.cpp | 58 if (llvm::Expected<lldb::TraceCursorSP> trace_cursor_sp = in CreateNewCursor()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/ctf/ |
H A D | CommandObjectThreadTraceExportCTF.cpp | 83 Expected<TraceCursorSP> cursor = trace_sp->CreateNewCursor(*thread); in DoExecute()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceIntelPT.h | 92 llvm::Expected<lldb::TraceCursorSP> CreateNewCursor(Thread &thread) override;
|
H A D | TraceIntelPT.cpp | 228 llvm::Expected<lldb::TraceCursorSP>
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 2182 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 D | lldb-forward.h | 455 typedef std::shared_ptr<lldb_private::TraceCursor> TraceCursorSP; typedef
|