Home
last modified time | relevance | path

Searched refs:HistoryEvent (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
DHistory.h35 typedef const void * HistoryEvent; typedef
52 virtual HistoryEvent
56 DeleteHistoryEvent (HistoryEvent event) = 0;
59 DumpHistoryEvent (Stream &strm, HistoryEvent event) = 0;
64 virtual HistoryEvent
67 virtual HistoryEvent
72 CompareHistoryEvents (const HistoryEvent lhs,
73 const HistoryEvent rhs) = 0;
76 IsCurrentHistoryEvent (const HistoryEvent event) = 0;
79 typedef std::stack<HistoryEvent> collection;
[all …]
/external/lldb/source/Core/
DHistory.cpp23 HistorySourceUInt::DumpHistoryEvent (Stream &strm, HistoryEvent event) in DumpHistoryEvent()