Searched refs:TraceCursor (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | TraceCursor.cpp | 18 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 D | CMakeLists.txt | 73 TraceCursor.cpp
|
| H A D | TraceDumper.cpp | 165 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 D | TraceCursor.h | 94 class TraceCursor { 98 TraceCursor(lldb::ThreadSP thread_sp); 100 virtual ~TraceCursor() = default;
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceCursorIntelPT.h | 18 class TraceCursorIntelPT : public TraceCursor {
|
| H A D | TraceCursorIntelPT.cpp | 24 : TraceCursor(thread_sp), m_decoded_thread_sp(decoded_thread_sp), in TraceCursorIntelPT()
|
| H A D | TraceIntelPT.cpp | 319 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 D | Makefile | 72 TraceCursor.cpp \
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/ |
| H A D | BUILD.gn | 96 "TraceCursor.cpp",
|
| /openbsd-src/gnu/llvm/lldb/ |
| H A D | CODE_OWNERS.txt | 49 D: Trace, TraceCursor, TraceExport, intel-pt, lldb-vscode, Data Formatters
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TraceExporter/common/ |
| H A D | TraceHTR.h | 315 TraceHTR(Thread &thread, TraceCursor &cursor);
|
| H A D | TraceHTR.cpp | 129 TraceHTR::TraceHTR(Thread &thread, TraceCursor &cursor) in TraceHTR()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/ |
| H A D | lldb-forward.h | 243 class TraceCursor; variable 431 typedef std::shared_ptr<lldb_private::TraceCursor> TraceCursorSP;
|
| /openbsd-src/gnu/llvm/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3844 lldb/include/lldb/Target/TraceCursor.h 4653 lldb/source/Target/TraceCursor.cpp
|