Home
last modified time | relevance | path

Searched refs:TraceCursor (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTraceCursor.cpp18 TraceCursor::TraceCursor(lldb::ThreadSP thread_sp) in TraceCursor() function in TraceCursor
21 ExecutionContextRef &TraceCursor::GetExecutionContextRef() { in GetExecutionContextRef()
25 void TraceCursor::SetForwards(bool forwards) { m_forwards = forwards; } in SetForwards()
27 bool TraceCursor::IsForwards() const { return m_forwards; } in IsForwards()
29 bool TraceCursor::IsError() const { in IsError()
33 bool TraceCursor::IsEvent() const { in IsEvent()
37 bool TraceCursor::IsInstruction() const { in IsInstruction()
41 const char *TraceCursor::GetEventTypeAsString() const { in GetEventTypeAsString()
45 const char *TraceCursor::EventKindToString(lldb::TraceEvent event_kind) { in EventKindToString()
H A DCMakeLists.txt73 TraceCursor.cpp
H A DTraceDumper.cpp165 m_s << "(event) " << TraceCursor::EventKindToString(*item.event); in TraceItem()
356 m_j.attribute("event", TraceCursor::EventKindToString(*item.event)); in DumpEvent()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTraceCursor.h94 class TraceCursor {
98 TraceCursor(lldb::ThreadSP thread_sp);
100 virtual ~TraceCursor() = default;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h18 class TraceCursorIntelPT : public TraceCursor {
H A DTraceCursorIntelPT.cpp24 : TraceCursor(thread_sp), m_decoded_thread_sp(decoded_thread_sp), in TraceCursorIntelPT()
H A DTraceIntelPT.cpp319 TraceCursor::EventKindToString(event_to_count.first), in DumpTraceInfo()
412 TraceCursor::EventKindToString(event_to_count.first), in DumpTraceInfoAsJson()
/openbsd-src/gnu/usr.bin/clang/liblldbTarget/
H A DMakefile72 TraceCursor.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn96 "TraceCursor.cpp",
/openbsd-src/gnu/llvm/lldb/
H A DCODE_OWNERS.txt49 D: Trace, TraceCursor, TraceExport, intel-pt, lldb-vscode, Data Formatters
/openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.h315 TraceHTR(Thread &thread, TraceCursor &cursor);
H A DTraceHTR.cpp129 TraceHTR::TraceHTR(Thread &thread, TraceCursor &cursor) in TraceHTR()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h243 class TraceCursor; variable
431 typedef std::shared_ptr<lldb_private::TraceCursor> TraceCursorSP;
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3844 lldb/include/lldb/Target/TraceCursor.h
4653 lldb/source/Target/TraceCursor.cpp