Home
last modified time | relevance | path

Searched refs:IsEvent (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBTraceCursor.cpp91 bool SBTraceCursor::IsEvent() const { in IsEvent() function in SBTraceCursor
94 return m_opaque_sp->IsEvent(); in IsEvent()
/llvm-project/lldb/test/API/commands/trace/
H A DTestTraceLoad.py412 self.assertTrue(cursor.IsEvent())
418 self.assertTrue(cursor.IsEvent())
443 elif lhs.IsEvent():
/llvm-project/lldb/source/Target/
H A DTraceCursor.cpp33 bool TraceCursor::IsEvent() const { in IsEvent() function in TraceCursor
H A DTraceDumper.cpp551 if (m_cursor_sp->IsEvent() && m_options.show_events) { in DumpInstructions()
/llvm-project/lldb/include/lldb/API/
H A DSBTraceCursor.h140 bool IsEvent() const;
/llvm-project/lldb/include/lldb/Target/
H A DTraceCursor.h224 bool IsEvent() const;